diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-24 05:55:26 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-24 05:55:26 +0000 |
commit | 8d9dd502242ad3677efef00a177699cb50220d9d (patch) | |
tree | 8866026029adcd94ac76fba4ae4b9445d28c5936 /security/botan | |
parent | 102b201ee757bafda2a98178b186b8fbdd148092 (diff) | |
download | ports-8d9dd502242ad3677efef00a177699cb50220d9d.tar.gz ports-8d9dd502242ad3677efef00a177699cb50220d9d.zip |
Notes
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 6 | ||||
-rw-r--r-- | security/botan/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index d0eaff6472dc..badebaae9c77 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,8 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.8.8 -PORTREVISION= 1 +PORTVERSION= 1.8.9 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/v1.8/ DISTNAME= Botan-${PORTVERSION} @@ -17,6 +16,9 @@ EXTRACT_SUFX= .tbz MAINTAINER= lapo@lapo.it COMMENT= A portable, easy to use, and efficient C++ crypto library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/doc/license.txt + OPTIONS= SSL "Enable OpenSSL engine" on \ GMP "Enable GMP engine" on \ ECC "Enable ECC support" on diff --git a/security/botan/distinfo b/security/botan/distinfo index 723406e4ac35..a53729f9e0fc 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,3 +1,3 @@ -MD5 (Botan-1.8.8.tbz) = cb7cf79c34414cdf1f7a25569d7b82ac -SHA256 (Botan-1.8.8.tbz) = 73c8731368140a951ae03899d651dc1b9b94e27c1125e41cdf3c32d6881ec4eb -SIZE (Botan-1.8.8.tbz) = 2557313 +MD5 (Botan-1.8.9.tbz) = 2c1c55ae4f5bae9f6ad516e1ada2100f +SHA256 (Botan-1.8.9.tbz) = def68000a7c2e25340becf581196127ebf69e1daf4afa2f23943615f14925ca7 +SIZE (Botan-1.8.9.tbz) = 2826713 |