diff options
author | ale <ale@FreeBSD.org> | 2011-03-04 22:22:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-03-04 22:22:51 +0800 |
commit | 42d9ecc014df8ffd36c42508856f04fd784c48fe (patch) | |
tree | 697a75162d4184c47dac97108ce18b23fa9a4ed3 /security | |
parent | a85d61f3d23850d26ea8b3d011c46fc427e8ab58 (diff) | |
download | freebsd-ports-gnome-42d9ecc014df8ffd36c42508856f04fd784c48fe.tar.gz freebsd-ports-gnome-42d9ecc014df8ffd36c42508856f04fd784c48fe.tar.zst freebsd-ports-gnome-42d9ecc014df8ffd36c42508856f04fd784c48fe.zip |
Update to 1.08 release and add LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-helper/Makefile | 9 | ||||
-rw-r--r-- | security/pkcs11-helper/distinfo | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index 619a0e79333b..d860c6cf1ad5 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -6,13 +6,19 @@ # PORTNAME= pkcs11-helper -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org COMMENT= A helper library for multiple PKCS\#11 providers +LICENSE= BSD GPLv2 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE_BSD= ${WRKSRC}/COPYING.BSD +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL + USE_BZIP2= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -41,5 +47,4 @@ post-patch: ${WRKSRC}/man/Makefile.in .endif - .include <bsd.port.mk> diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo index 558768776564..ce48203f081f 100644 --- a/security/pkcs11-helper/distinfo +++ b/security/pkcs11-helper/distinfo @@ -1,3 +1,2 @@ -MD5 (pkcs11-helper-1.07.tar.bz2) = d0034481a39af9e840702246e2ffa43e -SHA256 (pkcs11-helper-1.07.tar.bz2) = 7849ddd06a4f3996358264ca6f92fbb4980d40aefaf6cda67a05f524476c345f -SIZE (pkcs11-helper-1.07.tar.bz2) = 339147 +SHA256 (pkcs11-helper-1.08.tar.bz2) = f57998151c4548d9fade64752ee105283804a02088b8b4b55092f9084d119c9d +SIZE (pkcs11-helper-1.08.tar.bz2) = 362352 |