diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 12:11:02 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 12:11:02 +0800 |
commit | 25beeff0797dd33cfc7db69206925427481729ee (patch) | |
tree | 7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /security/botan110 | |
parent | 2cd6161419576e97c766dd2e23764716151e72db (diff) | |
download | freebsd-ports-gnome-25beeff0797dd33cfc7db69206925427481729ee.tar.gz freebsd-ports-gnome-25beeff0797dd33cfc7db69206925427481729ee.tar.zst freebsd-ports-gnome-25beeff0797dd33cfc7db69206925427481729ee.zip |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index cc2a26721332..7f291dd2061a 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -3,7 +3,7 @@ PORTNAME= botan PORTVERSION= 1.10.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 |