Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 16:41:43 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487185 - head/devel/pecl-APCu
Message-ID:  <201812101641.wBAGfh3u023285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812101641.wBAGfh3u023285>