From tom@tomjudge.com  Sat Dec 11 23:51:15 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 1591E10656C4
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 23:51:15 +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 C995B8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 23:51:14 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id CC0BEDCB3C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 23:51:13 +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 XH2aZSdYp7GW for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 11 Dec 2010 23:51:11 +0000 (GMT)
Received: from tinderbox.home.tomjudge.com (unknown [192.168.200.5])
	by tomjudge.vm.bytemark.co.uk (Postfix) with SMTP id DCB59DCB3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Dec 2010 23:51:09 +0000 (GMT)
Received: by tinderbox.home.tomjudge.com (sSMTP sendmail emulation); Sat, 11 Dec 2010 23:53:33 +0000
Message-Id: <20101211235109.DCB59DCB3B@tomjudge.vm.bytemark.co.uk>
Date: Sat, 11 Dec 2010 23:53:33 +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-spl_types - Fixes/Cleacnup
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153034
>Category:       ports
>Synopsis:       [patch] devel/pecl-spl_types - Fixes/Cleacnup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 12 00:00:22 UTC 2010
>Closed-Date:    Mon Dec 13 13:11:48 EST 2010
>Last-Modified:  Mon Dec 13 18:20:06 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=PHP301 - http://pecl.php.net/package/spl_types
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 this module requires spl which is 5+

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-spl_types-0.3.0_1.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-spl_types-0.3.0_1.log
>How-To-Repeat:
>Fix:

--- devel-pecl-spl_types.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-spl_types/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	16 Apr 2009 18:13:26 -0000	1.4
+++ Makefile	11 Dec 2010 23:41:19 -0000
@@ -18,10 +18,13 @@
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	A PECL extension of a collection of special typehandling classes
 
+LICENSE=	PHP301
+
 USE_PHP=	spl
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	spl_types
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS=	--enable-spl-types
 CFLAGS+=	-I${LOCALBASE}/include
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-spl_types/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	20 Jan 2008 22:16:32 -0000	1.1
+++ distinfo	7 Dec 2010 17:06:14 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/SPL_Types-0.3.0.tgz) = 5c7a71db99cb07906b5fab285202acbe
 SHA256 (PECL/SPL_Types-0.3.0.tgz) = 1e11b0c01a4743cf3216942412fa89e5a5e5157491a6be8f12bab8e0a7136fcd
 SIZE (PECL/SPL_Types-0.3.0.tgz) = 8100
--- devel-pecl-spl_types.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 12 00:00:45 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153034 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Mon Dec 13 13:11:36 EST 2010 
State-Changed-Why:  
Committed, thank you! 

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

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

 glarkin     2010-12-13 18:11:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pecl-spl_types Makefile distinfo 
   Log:
   - Added IGNORE_WITH_PHP=4 as this extension depends on php 5.1+
   - Added LICENSE=PHP301
   - Removed MD5 line from distinfo
   
   PR:             ports/153034
   Submitted by:   "Tom Judge" <tom at tomjudge dot com>
   
   Revision  Changes    Path
   1.5       +3 -0      ports/devel/pecl-spl_types/Makefile
   1.2       +0 -1      ports/devel/pecl-spl_types/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:
