diff --git a/security/pecl-mcrypt/Makefile b/security/pecl-mcrypt/Makefile index 26dd6280e3e1..211a0bdbc2ef 100644 --- a/security/pecl-mcrypt/Makefile +++ b/security/pecl-mcrypt/Makefile @@ -1,20 +1,20 @@ PORTNAME= mcrypt -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 PORTREVISION= 0 CATEGORIES= security pear MAINTAINER= pizzamig@FreeBSD.org COMMENT= PHP extension for mcrypt, removed in PHP 7.2 LICENSE= PHP301 LIB_DEPENDS= libltdl.so:devel/libltdl \ libmcrypt.so:security/libmcrypt USES= php:pecl post-patch: ${REINPLACE_CMD} -e 's/RETURN_FALSE$$/RETURN_FALSE;/g' ${WRKSRC}/mcrypt.c ${REINPLACE_CMD} -e 's/RETURN_TRUE$$/RETURN_TRUE;/g' ${WRKSRC}/mcrypt.c .include diff --git a/security/pecl-mcrypt/distinfo b/security/pecl-mcrypt/distinfo index e4c25cf7ccb4..b627308c7142 100644 --- a/security/pecl-mcrypt/distinfo +++ b/security/pecl-mcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607212433 -SHA256 (PECL/mcrypt-1.0.4.tgz) = 98153e78958d7a48dcd0dcfe1fc3c16ec987121a0cb2d7c273d280ee7e4ea00d -SIZE (PECL/mcrypt-1.0.4.tgz) = 27056 +TIMESTAMP = 1656960403 +SHA256 (PECL/mcrypt-1.0.5.tgz) = c9f51e211640a15d2a983f5d80e26660656351651d6f682d657bdf1cfa07d8a3 +SIZE (PECL/mcrypt-1.0.5.tgz) = 27056 diff --git a/security/pecl-mcrypt/pkg-descr b/security/pecl-mcrypt/pkg-descr index f0e4fa12d666..6fdedb7b0fca 100644 --- a/security/pecl-mcrypt/pkg-descr +++ b/security/pecl-mcrypt/pkg-descr @@ -1,5 +1,5 @@ Bindings for the libmcrypt library -Pecl package available only for PHP 7.2 +Pecl package available only for PHP 7.2 and above WWW: https://pecl.php.net/package/mcrypt