diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2019-12-10 11:38:48 +0800 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2019-12-10 11:38:48 +0800 |
commit | 692da6425d9a45c14e852577a598cd3a2f545432 (patch) | |
tree | 16a5757a493d0de17d028002a2f4e3af48fd9ccd /net-p2p | |
parent | 0c566ada2636408c5fbd3b0e3edf1ab55a0fcb2c (diff) | |
download | freebsd-ports-gnome-692da6425d9a45c14e852577a598cd3a2f545432.tar.gz freebsd-ports-gnome-692da6425d9a45c14e852577a598cd3a2f545432.tar.zst freebsd-ports-gnome-692da6425d9a45c14e852577a598cd3a2f545432.zip |
Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically
Bump PORTREVISION on consumers due to shared lib version increase
PR: 241132
Submitted by: Farid Hajji <farid@hajji.name>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/amule/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index d9db990ed780..445d96e83d18 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 11004 -PORTREVISION= 3 +PORTREVISION= 4 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 0faffd184da9..bca19d958f87 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} |