- Update to 1.0.1
This commit is contained in:
parent
c369b2c9e7
commit
54737429d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289922
2 changed files with 5 additions and 6 deletions
|
@ -6,17 +6,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Crypt_CBC
|
PORTNAME= Crypt_CBC
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= security www pear
|
CATEGORIES= security www pear
|
||||||
|
|
||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
|
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
|
||||||
CATEGORY= Crypt
|
PEAR_AUTOINSTALL= yes
|
||||||
FILES= CBC.php
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (PEAR/Crypt_CBC-1.0.0.tgz) = 2876f13b5f650ddbda4ec23d6b6b7ad2e01eed067e7aa5255e0ab7bffc45a33a
|
SHA256 (PEAR/Crypt_CBC-1.0.1.tgz) = 289b07581e1d9d353d93f75b0334c77eef684c248ee22939e77a99c64cdb3338
|
||||||
SIZE (PEAR/Crypt_CBC-1.0.0.tgz) = 3085
|
SIZE (PEAR/Crypt_CBC-1.0.1.tgz) = 3730
|
||||||
|
|
Loading…
Reference in a new issue