Date: Sat, 6 May 2017 04:00:17 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440213 - in head/devel: . pecl-weakref2 Message-ID: <201705060400.v4640H1T027349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat May 6 04:00:16 2017 New Revision: 440213 URL: https://svnweb.freebsd.org/changeset/ports/440213 Log: - Repocopy from devel/pecl-weakref -> devel/pecl-weakref2 - Update to 0.3.3 for php7 support PR: 215514 Submitted by: maintainer Added: head/devel/pecl-weakref2/ - copied from r439862, head/devel/pecl-weakref/ Modified: head/devel/Makefile head/devel/pecl-weakref2/Makefile head/devel/pecl-weakref2/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 6 03:28:09 2017 (r440212) +++ head/devel/Makefile Sat May 6 04:00:16 2017 (r440213) @@ -3898,6 +3898,7 @@ SUBDIR += pecl-uv SUBDIR += pecl-vld SUBDIR += pecl-weakref + SUBDIR += pecl-weakref2 SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-yaconf Modified: head/devel/pecl-weakref2/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Mon May 1 09:00:10 2017 (r439862) +++ head/devel/pecl-weakref2/Makefile Sat May 6 04:00:16 2017 (r440213) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= weakref -PORTVERSION= 0.2.6 -PORTREVISION= 1 +PORTVERSION= 0.3.3 CATEGORIES= devel pear +PKGNAMESUFFIX= 2 DISTNAME= Weakref-${PORTVERSION} MAINTAINER= joneum@bsdproject.de @@ -14,7 +14,9 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 56 + +CONFLICTS= pecl-weakref-1* CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-weakref2/distinfo ============================================================================== --- head/devel/pecl-weakref/distinfo Mon May 1 09:00:10 2017 (r439862) +++ head/devel/pecl-weakref2/distinfo Sat May 6 04:00:16 2017 (r440213) @@ -1,2 +1,3 @@ -SHA256 (PECL/Weakref-0.2.6.tgz) = c15988e1e80ef228e7e34be067d1bf4c718ca2f0441eaa2da8f4e4ad7fc93c40 -SIZE (PECL/Weakref-0.2.6.tgz) = 10108 +TIMESTAMP = 1494042173 +SHA256 (PECL/Weakref-0.3.3.tgz) = ae574042ca9c074e5c11e72f5b4fe16d8e2353eae394ab8448f905cee935ac1c +SIZE (PECL/Weakref-0.3.3.tgz) = 12042
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705060400.v4640H1T027349>