svn commit: r350335 - in head/devel/pecl-spl_types: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 6 05:50:02 UTC 2014
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 at 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 at FreeBSD.org
-COMMENT= A PECL extension of a collection of special typehandling classes
+MAINTAINER= 5u623l20 at 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
More information about the svn-ports-head
mailing list