git: 563e40d4b1b9 - main - devel/pecl-APCu: Update to 5.1.20

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 4 19:20:56 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=563e40d4b1b93e591e33cf783208f717b41cf5ff

commit 563e40d4b1b93e591e33cf783208f717b41cf5ff
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:14:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 19:14:55 +0000

    devel/pecl-APCu: Update to 5.1.20
    
    - Take maintainership
    
    Changes:        https://pecl.php.net/package-changelog.php?package=APCu
---
 devel/pecl-APCu/Makefile | 12 ++++++------
 devel/pecl-APCu/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile
index 3bc30e600f92..b336c9b78603 100644
--- a/devel/pecl-APCu/Makefile
+++ b/devel/pecl-APCu/Makefile
@@ -1,23 +1,23 @@
 # Created by: John Chen <johnpupu at gmail.com>
 
 PORTNAME=	APCu
-PORTVERSION=	5.1.19
+PORTVERSION=	5.1.20
 CATEGORIES=	devel
-DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
+DISTNAME=	apcu-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	APC User Caching
 
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CONFLICTS_INSTALL=	pecl-APC
-
 USES=		localbase php:pecl
-PHP_MODNAME=	${PORTNAME:tl}
+PHP_MODNAME=	apcu
 
 PLIST_FILES=	${DATADIR}/apc.php
 
+CONFLICTS_INSTALL=	pecl-APC
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR}
diff --git a/devel/pecl-APCu/distinfo b/devel/pecl-APCu/distinfo
index 2967895b76ba..b217bee503b7 100644
--- a/devel/pecl-APCu/distinfo
+++ b/devel/pecl-APCu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604830584
-SHA256 (PECL/apcu-5.1.19.tgz) = 837fbc99d5c79efb510fafaf585ef0c06e02baf8310a7d77f93e402c93276ce0
-SIZE (PECL/apcu-5.1.19.tgz) = 96583
+TIMESTAMP = 1620151064
+SHA256 (PECL/apcu-5.1.20.tgz) = b99d40fafec06f4d132fcee53e7526ddbfc1d041ea6e04e17389dfad28f9c390
+SIZE (PECL/apcu-5.1.20.tgz) = 96727


More information about the dev-commits-ports-all mailing list