svn commit: r487185 - head/devel/pecl-APCu

Jochen Neumeister joneum at FreeBSD.org
Mon Dec 10 16:41:44 UTC 2018


Author: joneum
Date: Mon Dec 10 16:41:43 2018
New Revision: 487185
URL: https://svnweb.freebsd.org/changeset/ports/487185

Log:
  Update to 5.1.15
  
  Changelog:
   - Restore apc.serializer=php as the default, as the "default" serializer still/again has issues.
   - Fix possible issues in persistence of arrays with the "default" serializer.
   - Attempt to reduce shared memory fragementation.
  
  - Pet portlint
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/devel/pecl-APCu/Makefile
  head/devel/pecl-APCu/distinfo

Modified: head/devel/pecl-APCu/Makefile
==============================================================================
--- head/devel/pecl-APCu/Makefile	Mon Dec 10 16:32:03 2018	(r487184)
+++ head/devel/pecl-APCu/Makefile	Mon Dec 10 16:41:43 2018	(r487185)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	APCu
-PORTVERSION=	5.1.14
+PORTVERSION=	5.1.15
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
 
@@ -12,9 +12,10 @@ COMMENT=	APC User Caching
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+IGNORE_WITH_PHP=56
+
 CONFLICTS_INSTALL=	pecl-APC
 
-IGNORE_WITH_PHP=56
 USES=		localbase php:pecl
 PHP_MODNAME=	${PORTNAME:tl}
 

Modified: head/devel/pecl-APCu/distinfo
==============================================================================
--- head/devel/pecl-APCu/distinfo	Mon Dec 10 16:32:03 2018	(r487184)
+++ head/devel/pecl-APCu/distinfo	Mon Dec 10 16:41:43 2018	(r487185)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543066368
-SHA256 (PECL/apcu-5.1.14.tgz) = f02c01b80deec1eb8ba9f1257d5593bb7bbbf9fde1f16b1b4d3c2f3adff01ba2
-SIZE (PECL/apcu-5.1.14.tgz) = 92976
+TIMESTAMP = 1544460009
+SHA256 (PECL/apcu-5.1.15.tgz) = ec178a91ae54c84df745ec0b394f13d47d02eda6e7578a59e4558d3f6077216d
+SIZE (PECL/apcu-5.1.15.tgz) = 94033


More information about the svn-ports-all mailing list