- Update to 0.4.0 - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/100i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/100amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/110i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/pecl-spl_types/0.4.0/110amd64-default.log Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: sunpoet Date: Sun Apr 6 05:50:01 2014 New Revision: 350335 URL: http://svnweb.freebsd.org/changeset/ports/350335 QAT: https://qat.redports.org/buildarchive/r350335/ Log: - Update to 0.4.0 - Add RE2C option - Pass maintainership to submitter - While I'm here: - Remove leading indefinite article from COMMENT - Remove unnecessary PHP_MODNAME and USE_PHP_BUILD - Use USES=tar:tgz Changes: http://pecl.php.net/package-changelog.php?package=SPL_Types PR: 188275 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Deleted: head/devel/pecl-spl_types/files/ Modified: head/devel/pecl-spl_types/Makefile head/devel/pecl-spl_types/distinfo Modified: head/devel/pecl-spl_types/Makefile ============================================================================== --- head/devel/pecl-spl_types/Makefile Sun Apr 6 05:49:57 2014 (r350334) +++ head/devel/pecl-spl_types/Makefile Sun Apr 6 05:50:01 2014 (r350335) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spl_types -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -11,17 +10,19 @@ DISTNAME= SPL_Types-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org -COMMENT= A PECL extension of a collection of special typehandling classes +MAINTAINER= 5u623l20@gmail.com +COMMENT= PECL extension of a collection of special typehandling classes LICENSE= PHP301 +OPTIONS_DEFINE= RE2C +RE2C_DESC= Compile regular expression 2 C +RE2C_RUN_DEPENDS= re2c:${PORTSDIR}/devel/re2c + USE_PHP= spl -USE_PHP_BUILD= yes +#USE_PHP_BUILD= yes USE_PHPEXT= yes -PHP_MODNAME= spl_types -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +USES= tar:tgz CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include Modified: head/devel/pecl-spl_types/distinfo ============================================================================== --- head/devel/pecl-spl_types/distinfo Sun Apr 6 05:49:57 2014 (r350334) +++ head/devel/pecl-spl_types/distinfo Sun Apr 6 05:50:01 2014 (r350335) @@ -1,2 +1,2 @@ -SHA256 (PECL/SPL_Types-0.3.0.tgz) = 1e11b0c01a4743cf3216942412fa89e5a5e5157491a6be8f12bab8e0a7136fcd -SIZE (PECL/SPL_Types-0.3.0.tgz) = 8100 +SHA256 (PECL/SPL_Types-0.4.0.tgz) = b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f +SIZE (PECL/SPL_Types-0.4.0.tgz) = 8388 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!