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 /net-p2p/libbt | |
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 'net-p2p/libbt')
-rw-r--r-- | net-p2p/libbt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 07b82757c97a..6a8a3c8d3148 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbt PORTVERSION= 1.02 +PORTREVISION?= 1 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= flz@xbsd.org COMMENT= C library implementing the core BitTorrent protocol LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes |