From c015bf228fec7054c90692e1d977bf1b25fc165e Mon Sep 17 00:00:00 2001 From: danilo Date: Mon, 1 Jan 2018 16:20:42 +0000 Subject: - Update to 17.1.20171218 - Remove mcrypt from USE_PHP, it's not used anymore by egroupware Tested by: William Marcelo Piovezan --- deskutils/egroupware/Makefile | 7 ++++--- deskutils/egroupware/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'deskutils') 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 -- cgit