Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 15:36:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428128 - head/devel/php70-APCu
Message-ID:  <201612081536.uB8Faixx018254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  8 15:36:44 2016
New Revision: 428128
URL: https://svnweb.freebsd.org/changeset/ports/428128

Log:
  - Update to 5.1.7
  - While I'm here, use CONFLICTS_INSTALL instead of CONFLICTS
  
  Changes:	https://pecl.php.net/package-changelog.php?package=APCu
  PR:		215157
  Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)

Modified:
  head/devel/php70-APCu/Makefile
  head/devel/php70-APCu/distinfo   (contents, props changed)

Modified: head/devel/php70-APCu/Makefile
==============================================================================
--- head/devel/php70-APCu/Makefile	Thu Dec  8 15:25:39 2016	(r428127)
+++ head/devel/php70-APCu/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	APCu
-PORTVERSION=	5.1.6
+PORTVERSION=	5.1.7
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	php70-
@@ -13,7 +13,7 @@ COMMENT=	APC User Caching
 
 LICENSE=	PHP301
 
-CONFLICTS=	pecl-APC-[0-9]*
+CONFLICTS_INSTALL=	pecl-APC-[0-9]*
 
 IGNORE_WITH_PHP=	56
 PHP_VER=	70

Modified: head/devel/php70-APCu/distinfo
==============================================================================
--- head/devel/php70-APCu/distinfo	Thu Dec  8 15:25:39 2016	(r428127)
+++ head/devel/php70-APCu/distinfo	Thu Dec  8 15:36:44 2016	(r428128)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475832817
-SHA256 (PECL/apcu-5.1.6.tgz) = 796bfd5f3444ddbfdf7db875b82673cb509415796b723ab8a2d6e76888794862
-SIZE (PECL/apcu-5.1.6.tgz) = 110792
+TIMESTAMP = 1480160217
+SHA256 (PECL/apcu-5.1.7.tgz) = e71e12985f52d4f4311beedf54540a16b76cf7d2d8b8c1028ec4491d4c0f962c
+SIZE (PECL/apcu-5.1.7.tgz) = 110921



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