From tom@tomjudge.com  Sat Dec 11 22:51:35 2010
Return-Path: <tom@tomjudge.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1597106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 22:51:34 +0000 (UTC)
	(envelope-from tom@tomjudge.com)
Received: from tomjudge.vm.bytemark.co.uk (tomjudge.vm.bytemark.co.uk [80.68.91.100])
	by mx1.freebsd.org (Postfix) with ESMTP id B122D8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 22:51:34 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id AEB6ADCB3C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 22:51:33 +0000 (GMT)
Received: from tomjudge.vm.bytemark.co.uk ([127.0.0.1])
	by localhost (tomjudge.vm.bytemark.co.uk [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id KoCNpSHzQklA for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 11 Dec 2010 22:51:31 +0000 (GMT)
Received: from tinderbox.home.tomjudge.com (unknown [192.168.200.5])
	by tomjudge.vm.bytemark.co.uk (Postfix) with SMTP id E6E9BDCB3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 22:51:29 +0000 (GMT)
Received: by tinderbox.home.tomjudge.com (sSMTP sendmail emulation); Sat, 11 Dec 2010 22:53:53 +0000
Message-Id: <20101211225129.E6E9BDCB3B@tomjudge.vm.bytemark.co.uk>
Date: Sat, 11 Dec 2010 22:53:53 +0000
From: "Tom Judge" <tom@tomjudge.com>
Reply-To: Tom Judge <tom@tomjudge.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] devel/pecl-operator - Add License - Don't force php version.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153029
>Category:       ports
>Synopsis:       [patch] devel/pecl-operator - Add License - Don't force php version.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 23:00:18 UTC 2010
>Closed-Date:    Mon Dec 20 07:18:42 UTC 2010
>Last-Modified:  Mon Dec 20 07:20:15 UTC 2010
>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@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
The attached patch addresses the following issues:

* Add LICENSE=PHP30 - http://pecl.php.net/package/operator
* Remove MD5 line from distinfo.
* Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error if its defined in the environment.  This will stop builds from pulling in php 5.3 when the global default is defined as php 4 or 52. 

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-operator-0.3.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-operator-0.3.log

>How-To-Repeat:
>Fix:

--- devel-pecl-operator.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-operator/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	31 Jan 2010 13:47:09 -0000	1.5
+++ Makefile	11 Dec 2010 22:46:28 -0000
@@ -17,9 +17,11 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	PHP extension that provides operator overloading for PHP objects
 
+LICENSE=	PHP30
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
-DEFAULT_PHP_VER=	5
+DEFAULT_PHP_VER?=	5
 IGNORE_WITH_PHP=	4
 PHP_MODNAME=	${PORTNAME}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-operator/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	12 Feb 2006 10:45:39 -0000	1.2
+++ distinfo	7 Dec 2010 17:05:00 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/operator-0.3.tgz) = 60642711169ab32e9856b5d14295579f
 SHA256 (PECL/operator-0.3.tgz) = 0aedce71320972b387f1ad0ece5206eb1ddb2ccb0becc58ca63029412804e748
 SIZE (PECL/operator-0.3.tgz) = 8328
--- devel-pecl-operator.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 11 23:00:35 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153029 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 20 07:18:41 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153029 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153029: commit references a PR
Date: Mon, 20 Dec 2010 07:18:36 +0000 (UTC)

 miwi        2010-12-20 07:18:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pecl-operator  Makefile distinfo 
   Log:
   * Add LICENSE=PHP30 - http://pecl.php.net/package/operator
   * Remove MD5 line from distinfo.
   * Don't forcibly define DEFAULT_PHP_VAR, allow the user to get an error
     if its defined in the environment. This will stop builds from pulling
     in php 5.3 when the global default is defined as php 4 or 52.
   
   PR:             153029
   Submitted by:   "Tom Judge" <tom@tomjudge.com>
   
   Revision  Changes    Path
   1.6       +3 -1      ports/devel/pecl-operator/Makefile
   1.3       +0 -1      ports/devel/pecl-operator/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
