diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-01-07 03:35:15 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-01-07 03:35:15 +0000 |
commit | f798f919a6118dbd1de8e9eae1bfa6debe6e4a05 (patch) | |
tree | eeb2f13dd6cd56ae8c6992be83a05239625eac37 /security/pear-Crypt_RSA | |
parent | d3e2cc65116afc310a4c443202f66337009f2beb (diff) | |
download | ports-f798f919a6118dbd1de8e9eae1bfa6debe6e4a05.tar.gz ports-f798f919a6118dbd1de8e9eae1bfa6debe6e4a05.zip |
- Update to 1.2.1
PR: ports/130223
Submitted by: Wen Heping <wenheping gmail.com>
Notes
Notes:
svn path=/head/; revision=225372
Diffstat (limited to 'security/pear-Crypt_RSA')
-rw-r--r-- | security/pear-Crypt_RSA/Makefile | 4 | ||||
-rw-r--r-- | security/pear-Crypt_RSA/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/pear-Crypt_RSA/Makefile b/security/pear-Crypt_RSA/Makefile index 2aaf82c92597..29f7e548af01 100644 --- a/security/pear-Crypt_RSA/Makefile +++ b/security/pear-Crypt_RSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt_RSA -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.1 CATEGORIES= security www pear MAINTAINER= tabthorpe@FreeBSD.org @@ -38,7 +38,7 @@ FILES= RSA.php RSA/ErrorHandler.php RSA/Key.php RSA/KeyPair.php \ RSA/Math/GMP.php DOCS= CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt EXAMPLES= web_interface.php -TESTS= test1.php test2.php +TESTS= test1.php test2.php bench.php post-extract: @${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs diff --git a/security/pear-Crypt_RSA/distinfo b/security/pear-Crypt_RSA/distinfo index 29ef61a62ed1..a66bb44626a6 100644 --- a/security/pear-Crypt_RSA/distinfo +++ b/security/pear-Crypt_RSA/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Crypt_RSA-1.0.0.tgz) = 222a018dc66509d8b56f444a1ea7874d -SHA256 (PEAR/Crypt_RSA-1.0.0.tgz) = d830e6f04012207255417937bf90c7512ea17efb8f7d38f356a29ed51cbb6ea3 -SIZE (PEAR/Crypt_RSA-1.0.0.tgz) = 17941 +MD5 (PEAR/Crypt_RSA-1.2.1.tgz) = 3b0aa3666ab41dd5ffbd2d903f96481a +SHA256 (PEAR/Crypt_RSA-1.2.1.tgz) = 4aa0e3d4cd9c6ac0bd5101751d40e0ff9a30af74e7067abf7a9aac9032e787c1 +SIZE (PEAR/Crypt_RSA-1.2.1.tgz) = 21903 |