aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
commit64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch)
tree3ba02a3613025d14be6bb631b3d27f3f9746aa88 /archivers/libcomprex
parent1809887ddd6fd017f42ca369f650921e08b5e991 (diff)
downloadports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.tar.gz
ports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.zip
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/libcomprex')
-rw-r--r--archivers/libcomprex/Makefile4
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