diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pear-Horde_Compress/Makefile | 13 | ||||
-rw-r--r-- | archivers/pear-Horde_Compress/distinfo | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/archivers/pear-Horde_Compress/Makefile b/archivers/pear-Horde_Compress/Makefile index aacc373c7f9c..b936707aac9d 100644 --- a/archivers/pear-Horde_Compress/Makefile +++ b/archivers/pear-Horde_Compress/Makefile @@ -5,20 +5,25 @@ # $FreeBSD$ PORTNAME= Horde_Compress -PORTVERSION= 1.0.8 +PORTVERSION= 2.0.1 CATEGORIES= archivers www pear PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Compression API -OPTIONS= ZLIB "Depend on PHP zlib extension" On +OPTIONS_DEFAULT= ZLIB +OPTIONS_DEFINE= ZLIB +ZLIB_DESC= Depend on PHP zlib extension -USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util Horde_Stream_Filter +USE_HORDE_RUN= Horde_Exception \ + Horde_Translation \ + Horde_Util \ + Horde_Stream_Filter .include <bsd.port.pre.mk> -.if !defined(WITHOUT_ZLIB) +.if ${PORT_OPTIONS:MZLIB} USE_PHP+= zlib .endif diff --git a/archivers/pear-Horde_Compress/distinfo b/archivers/pear-Horde_Compress/distinfo index 73400ff46f62..385e933abec5 100644 --- a/archivers/pear-Horde_Compress/distinfo +++ b/archivers/pear-Horde_Compress/distinfo @@ -1,2 +1,2 @@ -SHA256 (Horde/Horde_Compress-1.0.8.tgz) = 3b91a83135c4be929d00693f24e3fe29c2945958a58cae7a7705d1b355e130a7 -SIZE (Horde/Horde_Compress-1.0.8.tgz) = 34433 +SHA256 (Horde/Horde_Compress-2.0.1.tgz) = 413714b223ba26b82fc873baa7ecef52b5ecf3c764c303c7a86375527faeae3f +SIZE (Horde/Horde_Compress-2.0.1.tgz) = 34794 |