From tom@tomjudge.com  Tue Dec  7 20:38:18 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 CCE8B106566C;
	Tue,  7 Dec 2010 20:38:18 +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 8F94E8FC0A;
	Tue,  7 Dec 2010 20:38:18 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1])
	by tomjudge.vm.bytemark.co.uk (Postfix) with ESMTP id ADE9EDCB3B;
	Tue,  7 Dec 2010 20:38:17 +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 7+lAy3iLjMzf; Tue,  7 Dec 2010 20:38:15 +0000 (GMT)
Received: from tinderbox.home.tomjudge.com (unknown [192.168.200.5])
	by tomjudge.vm.bytemark.co.uk (Postfix) with SMTP id D0F0D48C65;
	Tue,  7 Dec 2010 20:38:13 +0000 (GMT)
Received: by tinderbox.home.tomjudge.com (sSMTP sendmail emulation); Tue, 07 Dec 2010 20:40:17 +0000
Message-Id: <20101207203813.D0F0D48C65@tomjudge.vm.bytemark.co.uk>
Date: Tue, 07 Dec 2010 20:40:17 +0000
From: "Tom Judge" <tom@tomjudge.com>
Reply-To: Tom Judge <tj@tomjudge.vm.bytemark.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jpaetzel@FreeBSD.org
Subject: [patch] devel/pecl-json Cleanup/Fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152905
>Category:       ports
>Synopsis:       [patch] devel/pecl-json Cleanup/Fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 07 20:40:08 UTC 2010
>Closed-Date:    Mon Dec 20 06:23:37 UTC 2010
>Last-Modified:  Mon Dec 20 06:30:19 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 fixes the following issues with devel/pecl-json:

* Update comment to reflect that this is a php 4 only port.

* Update IGNORE_WITH_PHP to mark is IGNORE= with php 5.2

* Remove MD5 from distinfo.

>How-To-Repeat:
>Fix:

--- devel-pecl-json.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-json/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	31 Jan 2010 13:47:09 -0000	1.5
+++ Makefile	7 Dec 2010 20:36:50 -0000
@@ -15,11 +15,11 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	miwi@FreeBSD.org
-COMMENT=	PHP extension for JSON (JavaScript Object Notation) serialization
+COMMENT=	PHP extension for JSON (JavaScript Object Notation) serialization for PHP 4
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER=4
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 52
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-json/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	7 Jun 2006 21:42:47 -0000	1.3
+++ distinfo	7 Dec 2010 17:03:17 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/json-1.2.1.tgz) = d8904d2f004ceec85eeacf524cd25539
 SHA256 (PECL/json-1.2.1.tgz) = 4d0eb57dde0ee92aefee873262018a57441061a08f2f49fded677c90d5d24a3a
 SIZE (PECL/json-1.2.1.tgz) = 17780
--- devel-pecl-json.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 7 20:40:19 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Tom Judge <tom@tomjudge.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/152905: [patch] devel/pecl-json Cleanup/Fixes
Date: Wed, 08 Dec 2010 11:22:10 -0600

 New patch to include LICENSE line.
 
 This now depends on ports/152927.
 
 
 -- 
 TJU13-ARIN

From: Tom Judge <tom@tomjudge.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/152905: [patch] devel/pecl-json Cleanup/Fixes
Date: Wed, 08 Dec 2010 11:40:55 -0600

 This is a multi-part message in MIME format.
 --------------070006090006060407070802
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 New patch to include LICENSE line. -- This time actually attached.
 
 This now depends on ports/152927.
 
 
 -- 
 TJU13-ARIN
 
 --------------070006090006060407070802
 Content-Type: text/plain;
  name="devel-pecl-json.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="devel-pecl-json.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/pecl-json/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- Makefile	31 Jan 2010 13:47:09 -0000	1.5
 +++ Makefile	8 Dec 2010 17:24:56 -0000
 @@ -15,11 +15,13 @@
  DIST_SUBDIR=	PECL
  
  MAINTAINER=	miwi@FreeBSD.org
 -COMMENT=	PHP extension for JSON (JavaScript Object Notation) serialization
 +COMMENT=	PHP extension for JSON (JavaScript Object Notation) serialization for PHP 4
 +
 +LICENSE=	PHP301
  
  USE_PHP=	yes
  USE_PHPEXT=	yes
 -DEFAULT_PHP_VER=4
 -IGNORE_WITH_PHP=5
 +DEFAULT_PHP_VER?=4
 +IGNORE_WITH_PHP=5 52
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/devel/pecl-json/distinfo,v
 retrieving revision 1.3
 diff -u -r1.3 distinfo
 --- distinfo	7 Jun 2006 21:42:47 -0000	1.3
 +++ distinfo	7 Dec 2010 17:03:17 -0000
 @@ -1,3 +1,2 @@
 -MD5 (PECL/json-1.2.1.tgz) = d8904d2f004ceec85eeacf524cd25539
  SHA256 (PECL/json-1.2.1.tgz) = 4d0eb57dde0ee92aefee873262018a57441061a08f2f49fded677c90d5d24a3a
  SIZE (PECL/json-1.2.1.tgz) = 17780
 
 --------------070006090006060407070802--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Dec 20 06:23:36 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

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

 miwi        2010-12-20 06:23:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pecl-json      Makefile distinfo 
   Log:
   * Update comment to reflect that this is a php 4 only port.
   * Update IGNORE_WITH_PHP to mark is IGNORE= with php 5.2
   * Remove MD5 from distinfo.
   
   PR:             152905
   Submitted by:   "Tom Judge" <tom@tomjudge.com>
   
   Revision  Changes    Path
   1.6       +5 -3      ports/devel/pecl-json/Makefile
   1.4       +0 -1      ports/devel/pecl-json/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:
