diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-01-01 16:20:42 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2018-01-01 16:20:42 +0000 |
commit | fb1f77a5033c1b2c3f4573f134f35f23228c78b2 (patch) | |
tree | c8d9f115efeb2a121871c7633f25582545963f46 /deskutils/egroupware/Makefile | |
parent | 34bdaf27f1c98e3f7d1f196b24a84e1de80a4053 (diff) | |
download | freebsd-ports-fb1f77a5033c1b2c3f4573f134f35f23228c78b2.zip |
- Update to 17.1.20171218
- Remove mcrypt from USE_PHP, it's not used anymore by egroupware
Tested by: William Marcelo Piovezan <william@uli.com.br>
Diffstat (limited to 'deskutils/egroupware/Makefile')
-rw-r--r-- | deskutils/egroupware/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index e1c5720fa2bc..4887ce6c705f 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 16.1.20170415 +PORTVERSION= 17.1.20171218 CATEGORIES= deskutils MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME:tl}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME:tl}-epl-${PORTVERSION} @@ -20,10 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve \ ${LOCALBASE}/share/pear/Horde/Smtp.php:mail/pear-Horde_Smtp \ ${LOCALBASE}/share/pear/Horde/Compress.php:archivers/pear-Horde_Compress \ ${LOCALBASE}/share/pear/Horde/Icalendar.php:devel/pear-Horde_Icalendar \ - ${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi + ${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi \ + ${LOCALBASE}/share/pear/Horde/Crypt.php:security/pear-Horde_Crypt USES= cpe php tar:bzip2 -USE_PHP= bcmath bz2 ctype json mcrypt session simplexml tidy xmlreader zlib +USE_PHP= bcmath bz2 ctype json session simplexml tidy xmlreader zlib NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message |