diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /net-p2p | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) | |
download | ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.tar.gz ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/i2p/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/ktorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/ktorrent2/Makefile | 4 |
5 files changed, 10 insertions, 9 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index ff6a9fe06c31..b47982ee3973 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -22,7 +22,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ curl.6:${PORTSDIR}/ftp/curl \ guile.20:${PORTSDIR}/lang/guile \ esmtp.6:${PORTSDIR}/mail/libesmtp \ - gmp.8:${PORTSDIR}/math/libgmp4 \ + gmp.10:${PORTSDIR}/math/gmp \ gcrypt.16:${PORTSDIR}/security/libgcrypt \ extractor.2:${PORTSDIR}/textproc/libextractor \ microhttpd.6:${PORTSDIR}/www/libmicrohttpd diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 1e7da5bb8c6b..03ce78cdc390 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -7,6 +7,7 @@ PORTNAME= i2p PORTVERSION= 0.7.10 +PORTREVISION= 1 CATEGORIES= net-p2p java security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}:i2p \ http://mirror.i2p2.de/:i2p \ @@ -19,7 +20,7 @@ EXTRACT_ONLY= i2psource_${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lioux@FreeBSD.org COMMENT= An anonymizing network -BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 +BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip USE_BZIP2= yes diff --git a/net-p2p/ktorrent-devel/Makefile b/net-p2p/ktorrent-devel/Makefile index 3806f2fdd6a4..15d45458602c 100644 --- a/net-p2p/ktorrent-devel/Makefile +++ b/net-p2p/ktorrent-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 20071023 -PORTREVISION= 5 +PORTREVISION= 6 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.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFLICTS= ktorrent-[0.9]* diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index eff76511ded3..8945c1f0fbe4 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,14 +7,14 @@ PORTNAME= ktorrent PORTVERSION= 3.3.4 -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.8:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qca.2:${PORTSDIR}/devel/qca \ streamanalyzer.0:${PORTSDIR}/deskutils/strigi \ tag.1:${PORTSDIR}/audio/taglib diff --git a/net-p2p/ktorrent2/Makefile b/net-p2p/ktorrent2/Makefile index d52979883282..0b37a5c29685 100644 --- a/net-p2p/ktorrent2/Makefile +++ b/net-p2p/ktorrent2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ktorrent PORTVERSION= 2.2.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ http://www.brueffer.de/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ \ MAINTAINER= markus@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp CONFLICTS= ktorrent-devel-[0-9]* LATEST_LINK= ${PORTNAME}2 |