Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 11:40:55 -0600
From:      Tom Judge <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152905: [patch] devel/pecl-json Cleanup/Fixes
Message-ID:  <4CFFC327.1000206@tomjudge.com>
In-Reply-To: <201012072040.oB7Ke8C6092015@freefall.freebsd.org>
References:  <201012072040.oB7Ke8C6092015@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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--



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