diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-07 11:35:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-07 11:35:15 +0800 |
commit | 4d0e3f8ef3d6e44cdb4b176527357a1835383edc (patch) | |
tree | 2e80111766f4d3b332da2f761049d48c2855e3ea | |
parent | 8fe2e1c51e2e668290a1e2e145d60b6249c3c6fc (diff) | |
download | freebsd-ports-gnome-4d0e3f8ef3d6e44cdb4b176527357a1835383edc.tar.gz freebsd-ports-gnome-4d0e3f8ef3d6e44cdb4b176527357a1835383edc.tar.zst freebsd-ports-gnome-4d0e3f8ef3d6e44cdb4b176527357a1835383edc.zip |
- Update to 1.2.1
PR: ports/130223
Submitted by: Wen Heping <wenheping gmail.com>
-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 |