diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/jigdo/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libbt/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index fdd348aeff3b..be040c041534 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU diff --git a/net-p2p/gtorrentviewer/Makefile b/net-p2p/gtorrentviewer/Makefile index fe41968492eb..2a09ed82d5d9 100644 --- a/net-p2p/gtorrentviewer/Makefile +++ b/net-p2p/gtorrentviewer/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtorrentviewer PORTVERSION= 0.2b -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/GTorrentViewer/${PORTVERSION} DISTNAME= GTorrentViewer-${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= GTK+2 viewer and editor for BitTorrent meta files PORTSCOUT= skipv:0.2 # older than current version -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 gnomehier intlhack USE_GMAKE= yes diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index d72c8e4f37a5..919d988589dd 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -3,7 +3,7 @@ PORTNAME= jigdo PORTVERSION= 0.7.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 5a50da146f71..3c21a194ce8c 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -7,14 +7,14 @@ PORTNAME= libbt PORTVERSION= 1.05 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p devel MASTER_SITES= SF MAINTAINER= flz@FreeBSD.org COMMENT= C library implementing the core BitTorrent protocol -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 4d10f78e3364..178d9d1f51ac 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= rtorrent-devel PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index cde4d9993318..35f130511318 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME?= rtorrent PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ @@ -11,7 +11,7 @@ COMMENT= BitTorrent Client written in C++ BUILD_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent RUN_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl CONFLICTS= rtorrent-devel-[0-9]* diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index c321504cc069..546730afca60 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= transmission PORTVERSION= 2.80 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ MASTER_SITES= http://transmission.cachefly.net/ @@ -31,7 +31,7 @@ OPTIONS_DEFINE= LITE LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies -GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/curl \ +GEN_LIB_DEPENDS=curl:${PORTSDIR}/ftp/curl \ event-2.0.6:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web |