diff options
author | pi <pi@FreeBSD.org> | 2014-07-30 11:57:23 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-07-30 11:57:23 +0800 |
commit | 69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5 (patch) | |
tree | 15807f23c2499ac331641e73da0725c3432fea04 /net-p2p | |
parent | 8980b9837d1762a8c18a15bbffd2452514869780 (diff) | |
download | freebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.tar.gz freebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.tar.zst freebsd-ports-gnome-69c0b1b5a6b49c94b7dfec7ccbf50cd43450f5e5.zip |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
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 | 2 | ||||
-rw-r--r-- | net-p2p/retroshare/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index e9ff2503a21d..257c8b324d1c 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnunet DISTVERSION= 0.9.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 80759ca9e027..cc94a2120c21 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 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 e31ef14c0e0a..3d8769dfbf48 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncdc PORTVERSION= 1.19.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://dev.yorhel.nl/download/ diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 53ad91b31d5d..4536654e743c 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -3,7 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.5.5c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION} |