Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Dec 2010 20:40:17 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152905: [patch] devel/pecl-json Cleanup/Fixes
Message-ID:  <20101207203813.D0F0D48C65@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012072040.oB7Ke8Pe092019@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152905
>Category:       ports
>Synopsis:       [patch] devel/pecl-json Cleanup/Fixes
>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:   Tue Dec 07 20:40: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@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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101207203813.D0F0D48C65>