diff options
author | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
commit | 382201b6cc1347f520d5e2a46a26926be26782be (patch) | |
tree | 7b841659f31cb7bdc8cccbeb65f6eaf89132761e /archivers | |
parent | 107eee14991cb7089d0ef5d9222e4a160cf7cd50 (diff) | |
download | freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.gz freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.zst freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.zip |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
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 |