diff options
author | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
commit | 8f8d88d9af78b5ddb076785e193049c2cda2326c (patch) | |
tree | 5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /net-p2p | |
parent | fa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff) | |
download | freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.gz freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.zst freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.zip |
Chase libgmp and bump PORTREVISION.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/i2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 3 |
5 files changed, 9 insertions, 7 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 891421d4c8db..0d51f345add3 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.6.6b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p ipv6 MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -18,7 +18,7 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 USE_AUTOTOOLS= libltdl:15 libtool:15 GNU_CONFIGURE= yes diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index fe8735f43c05..02a1ef28ff06 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -7,6 +7,7 @@ PORTNAME= i2p PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= net-p2p java security MASTER_SITES= http://mirror.i2p2.de/:i2p \ ${MASTER_SITE_GOOGLE_CODE}:i2p \ diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile index 111b53d869ce..2b7b60cbb8ee 100644 --- a/net-p2p/ktorrent-devel/Makefile +++ b/net-p2p/ktorrent-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 20071023 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p kde MASTER_SITES= http://www.brueffer.de/distfiles/ PKGNAMESUFFIX= -devel @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= markus@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 CONFLICTS= ktorrent-[0.9]* diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 04e25aedfb76..cc830f7241b8 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,14 +7,14 @@ PORTNAME= ktorrent PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ qca.2:${PORTSDIR}/devel/qca \ streamanalyzer.0:${PORTSDIR}/deskutils/strigi diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index 438cbf916ea7..6aff366f02fa 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ http://www.brueffer.de/distfiles/ @@ -14,7 +15,7 @@ MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ MAINTAINER= markus@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 CONFLICTS= ktorrent-devel-[0-9]* LATEST_LINK= ${PORTNAME}2 |