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:
parent
68b0fd0299
commit
882c35efa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136473
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user