diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 06:12:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 06:12:18 +0800 |
commit | bd798681cea7d185bd9599547e82916e164ea2d8 (patch) | |
tree | c3ef02e648fe89c7371b4be6adaa52f7ca6f65ab /security | |
parent | 36d7414cabbf4493ade384d53905933c7192f14d (diff) | |
download | freebsd-ports-gnome-bd798681cea7d185bd9599547e82916e164ea2d8.tar.gz freebsd-ports-gnome-bd798681cea7d185bd9599547e82916e164ea2d8.tar.zst freebsd-ports-gnome-bd798681cea7d185bd9599547e82916e164ea2d8.zip |
- Update to 1.0.1
PR: ports/81686
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 8 | ||||
-rw-r--r-- | security/pear-Crypt_Blowfish/distinfo | 4 |
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 |