diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-11 18:26:02 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-11 18:26:02 +0800 |
commit | bd60e6c026a5549f52907d7430e80ccb3e1630c4 (patch) | |
tree | ba050b62e0147b5e6c12560e0abd5bfea89c442d /net-p2p | |
parent | 550a7d3f410c006cb655938cd7372557e5719d25 (diff) | |
download | freebsd-ports-graphics-bd60e6c026a5549f52907d7430e80ccb3e1630c4.tar.gz freebsd-ports-graphics-bd60e6c026a5549f52907d7430e80ccb3e1630c4.tar.zst freebsd-ports-graphics-bd60e6c026a5549f52907d7430e80ccb3e1630c4.zip |
- Add USES=libtool to devel/upnp and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 1aa06e15b87..344d5eb9d07 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= amule PORTVERSION= 10834 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 72d7c7b9f7f..c73101fa0d6 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 286a7322250..53ad91b31d5 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -3,6 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.5.5c +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION} |