aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_Blowfish
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-30 22:12:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-30 22:12:18 +0000
commit882c35efa8fa08cfdfe295c85b51ed2e32dc10f0 (patch)
tree6e8ca933bd18f24d283f3514f1bd43f3567a2bb0 /security/pear-Crypt_Blowfish
parent68b0fd02991850551e037397f9f899f47ae21a6b (diff)
downloadports-882c35efa8fa08cfdfe295c85b51ed2e32dc10f0.tar.gz
ports-882c35efa8fa08cfdfe295c85b51ed2e32dc10f0.zip
- Update to 1.0.1
PR: ports/81686 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Notes
Notes: svn path=/head/; revision=136473
Diffstat (limited to 'security/pear-Crypt_Blowfish')
-rw-r--r--security/pear-Crypt_Blowfish/Makefile8
-rw-r--r--security/pear-Crypt_Blowfish/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile
index b575e44276d0..59b3edca48f9 100644
--- a/security/pear-Crypt_Blowfish/Makefile
+++ b/security/pear-Crypt_Blowfish/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Crypt_Blowfish
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
@@ -17,6 +17,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Crypt
FILES= Blowfish.php Blowfish/DefaultKey.php
+TESTS= blowfish.phpt vectors.txt
+
+post-patch:
+.for file in ${FILES}
+ @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file}
+.endfor
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/security/pear-Crypt_Blowfish/distinfo b/security/pear-Crypt_Blowfish/distinfo
index ffbe98ea9144..ef8287d35bed 100644
--- a/security/pear-Crypt_Blowfish/distinfo
+++ b/security/pear-Crypt_Blowfish/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Crypt_Blowfish-1.0.0.tgz) = 02858a3c46db133f95a9b18c36f52688
-SIZE (PEAR/Crypt_Blowfish-1.0.0.tgz) = 9650
+MD5 (PEAR/Crypt_Blowfish-1.0.1.tgz) = 93873efe07a267b2b415965994a0af98
+SIZE (PEAR/Crypt_Blowfish-1.0.1.tgz) = 11954