diff options
author | roam <roam@FreeBSD.org> | 2006-12-13 20:41:35 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-12-13 20:41:35 +0800 |
commit | de4cf73f5446a2a8a2c782e21edd36968046a9e7 (patch) | |
tree | a8af6bc7bac65179902c59b7a1f9ab026c6203c4 /net-p2p | |
parent | f6df9e67cbe8aa509adda747e0c3bcbe05c8c99b (diff) | |
download | freebsd-ports-gnome-de4cf73f5446a2a8a2c782e21edd36968046a9e7.tar.gz freebsd-ports-gnome-de4cf73f5446a2a8a2c782e21edd36968046a9e7.tar.zst freebsd-ports-gnome-de4cf73f5446a2a8a2c782e21edd36968046a9e7.zip |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule1/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/jigdo/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/libbt/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
5 files changed, 9 insertions, 7 deletions
diff --git a/net-p2p/amule1/Makefile b/net-p2p/amule1/Makefile index f50282230827..ddc8e6b0f785 100644 --- a/net-p2p/amule1/Makefile +++ b/net-p2p/amule1/Makefile @@ -7,7 +7,7 @@ PORTNAME= aMule PORTVERSION= 1.2.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p #MASTER_SITES= http://download.berlios.de/amule/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -18,7 +18,7 @@ COMMENT= The all-platform eMule p2p client DEPRECATED= use net-p2p/amule2 if you are running OSVERSION > 500000 -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl LATEST_LINK= aMule1 CONFLICTS= aMule-2.* aMule-devel-[0-9]* diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index 06b3d9ea895e..71bc9dfffc55 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= GTorrentViewer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK+2 viewer and editor for BitTorrent meta files -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 gnomehier intlhack USE_XLIB= yes diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 5ae4b5d57637..89c2cecdd720 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -7,6 +7,7 @@ PORTNAME= jigdo PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://www.atterer.net/jigdo/ diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 890a8cb6427d..2ed23c47fb87 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbt PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= net-p2p devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= flz@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 22239641d6dc..c0d9467eabfd 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME?= rtorrent PORTVERSION?= 0.6.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -15,7 +15,7 @@ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ LIB_DEPENDS?= torrent.9:${PORTSDIR}/net-p2p/libtorrent -LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl CONFLICTS?= rtorrent-devel-[0-9]* |