ports/153031: [patch] devel/pecl-params - Add license - restrict to php 5.3

Tom Judge tom at tomjudge.com
Sat Dec 11 23:20:08 UTC 2010


>Number:         153031
>Category:       ports
>Synopsis:       [patch] devel/pecl-params - Add license - restrict to php 5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 23:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj at tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
The attached patch addresses the following issues:

* Add LICENSE=PHP301 - http://pecl.php.net/package/params
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 52 - Compile error.

Tinderbox Logs:

PHP 4
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-4-amd64/pecl-params-1.0.log
PHP 5.2
	http://tinderbox.tomjudge.com/tb/errors/8.1-PECL-5.2-amd64/pecl-params-1.0.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-params-1.0.log

>How-To-Repeat:
>Fix:

--- devel-pecl-params.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-params/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	16 Apr 2010 23:47:31 -0000	1.4
+++ Makefile	11 Dec 2010 23:14:14 -0000
@@ -16,9 +16,12 @@
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	A PECL extension for a userspace equivalent of zend_parse_parameters()
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4 52
 
 CONFIGURE_ARGS=	--enable-params
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-params/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	12 Dec 2007 15:59:20 -0000	1.1
+++ distinfo	7 Dec 2010 17:05:16 -0000
@@ -1,3 +1,2 @@
 SHA256 (PECL/params-1.0.tgz) = 7f2f527201ca0c0fc2d96df26a2d726ba14a0008a707db2d14f46f695edd8337
-MD5 (PECL/params-1.0.tgz) = 0cb2d485c9d3468d62b34fb2b6c7bcfd
 SIZE (PECL/params-1.0.tgz) = 6040
--- devel-pecl-params.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list