diff options
author | danilo <danilo@FreeBSD.org> | 2018-01-02 00:20:42 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2018-01-02 00:20:42 +0800 |
commit | c015bf228fec7054c90692e1d977bf1b25fc165e (patch) | |
tree | c8d9f115efeb2a121871c7633f25582545963f46 /deskutils | |
parent | 2f9b0340d0da97988062b8914d714d6d3f7ec001 (diff) | |
download | freebsd-ports-gnome-c015bf228fec7054c90692e1d977bf1b25fc165e.tar.gz freebsd-ports-gnome-c015bf228fec7054c90692e1d977bf1b25fc165e.tar.zst freebsd-ports-gnome-c015bf228fec7054c90692e1d977bf1b25fc165e.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')
-rw-r--r-- | deskutils/egroupware/Makefile | 7 | ||||
-rw-r--r-- | deskutils/egroupware/distinfo | 6 |
2 files changed, 7 insertions, 6 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 diff --git a/deskutils/egroupware/distinfo b/deskutils/egroupware/distinfo index 4f31826159f2..127b5cdd06c6 100644 --- a/deskutils/egroupware/distinfo +++ b/deskutils/egroupware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494189988 -SHA256 (egroupware-epl-16.1.20170415.tar.bz2) = 73848397fbe265474271105e022e3b5067e86c1ba91d45d1377d4bcdbd9d9763 -SIZE (egroupware-epl-16.1.20170415.tar.bz2) = 24373735 +TIMESTAMP = 1514297433 +SHA256 (egroupware-epl-17.1.20171218.tar.bz2) = 1d7dfed58295f2064ed00decc0b1e81a99ccb372c7a09a4b577b57bafeea7230 +SIZE (egroupware-epl-17.1.20171218.tar.bz2) = 25471868 |