diff options
author | pav <pav@FreeBSD.org> | 2005-12-27 03:38:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-27 03:38:17 +0800 |
commit | 627f33ee68924e6c5cd69250f7f2c9ebd53b87e3 (patch) | |
tree | 275ebe788175587024eb88b59c33fa7ca1316df4 /security | |
parent | 1ae7997b0b7f44e6a6325529cbe736ec4f04c3a6 (diff) | |
download | freebsd-ports-gnome-627f33ee68924e6c5cd69250f7f2c9ebd53b87e3.tar.gz freebsd-ports-gnome-627f33ee68924e6c5cd69250f7f2c9ebd53b87e3.tar.zst freebsd-ports-gnome-627f33ee68924e6c5cd69250f7f2c9ebd53b87e3.zip |
- Update to 1.1.0
PR: ports/90911
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Text_Password/Makefile | 4 | ||||
-rw-r--r-- | security/pear-Text_Password/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index 75e7b54fdf0e..f3a00b7760de 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text_password -PORTVERSION= 1.0 +PORTVERSION= 1.1.0 CATEGORIES= security www pear MAINTAINER= jmelo@freebsdbrasil.com.br @@ -17,7 +17,7 @@ WANT_PHP_PEAR= yes CATEGORY= Text FILES= Password.php -TESTS= 01-text-password.phpt +TESTS= Text_Password_Test.php WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} diff --git a/security/pear-Text_Password/distinfo b/security/pear-Text_Password/distinfo index 837ec4e1f222..a902de478c94 100644 --- a/security/pear-Text_Password/distinfo +++ b/security/pear-Text_Password/distinfo @@ -1,2 +1,3 @@ -MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957 -SIZE (PEAR/Text_password-1.0.tgz) = 3707 +MD5 (PEAR/Text_password-1.1.0.tgz) = eec0b6af667ac16e14af067951253c94 +SHA256 (PEAR/Text_password-1.1.0.tgz) = 527f82cde71e8f1699b477f4133c2d8e0168f8e5c98b6b022b5c4b69f5eca8d9 +SIZE (PEAR/Text_password-1.1.0.tgz) = 4341 |