Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2010 11:17:54 -0500
From:      Tom Judge <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152903: [patch] www/pecl-tidy Fixes/Cleanup
Message-ID:  <4D0252B2.80909@tomjudge.com>
In-Reply-To: <201012072030.oB7KU8Jp079988@freefall.freebsd.org>
References:  <201012072030.oB7KU8Jp079988@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080805030803020608090408
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Updated patch to correct the license its php 3.0 not 3.01.



--------------080805030803020608090408
Content-Type: text/plain;
 name="www-pecl-tidy.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="www-pecl-tidy.txt"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/pecl-tidy/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	18 Sep 2006 04:28:43 -0000	1.2
+++ Makefile	10 Dec 2010 16:18:29 -0000
@@ -14,14 +14,17 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	rick@wzoeterwoude.net
-COMMENT=	Tidy HTML Repairing and Parsing
+COMMENT=	Tidy HTML Repairing and Parsing for PHP 4
 
 BUILD_DEPENDS+=	${LOCALBASE}/include/tidy/tidy.h:${PORTSDIR}/www/tidy-devel
 
+LICENSE=	PHP30
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
 PHP_MODNAME=	tidy
-IGNORE_WITH_PHP=	5
+DEFAULT_PHP_VER?=	4
+IGNORE_WITH_PHP=	5 52
 
 CONFIGURE_ARGS=	--enable-tidy
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/pecl-tidy/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	22 Mar 2006 09:09:49 -0000	1.1
+++ distinfo	7 Dec 2010 17:27:31 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/tidy-1.2.tgz) = 8c1c92d9386c56d483b1115d207c0293
 SHA256 (PECL/tidy-1.2.tgz) = 5420f3ce10e52bcc62ccb3554834ded1dbd3db00b9d19c627d0650505429ad2c
 SIZE (PECL/tidy-1.2.tgz) = 9602

--------------080805030803020608090408--



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