diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /archivers | |
parent | - Update to 1.0.0 pre5 (diff) |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Notes
Notes:
svn path=/head/; revision=110800
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 6bd7733f5f0b..17347c94f4a1 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -8,7 +8,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnupdate @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif |