1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Update to 1.0.1

PR:		ports/81686
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-05-30 22:12:18 +00:00
parent 68b0fd0299
commit 882c35efa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136473
2 changed files with 9 additions and 3 deletions

View File

@ -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"

View File

@ -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