diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /net-p2p | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/ncdc/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index d2169b06fbc8..e9cc99a13953 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 23141410a80f..094d149c0b0a 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 481024bba392..b4404dd7168d 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -3,6 +3,7 @@ PORTNAME= ncdc PORTVERSION= 1.16.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index da3828fcf542..9af38e2caa79 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -3,6 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.5.4d +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION} |