Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 11:20:20 -0600
From:      Tom Judge <tom@tomjudge.com>
To:        edwin@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/152903: [patch] www/pecl-tidy Fixes/Cleanup
Message-ID:  <4CFFBE54.8010307@tomjudge.com>
In-Reply-To: <201012072030.oB7KUG37080685@freefall.freebsd.org>
References:  <201012072030.oB7KUG37080685@freefall.freebsd.org>

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


New patch to include LICENSE line.

This now depends on ports/152927.


-- 
TJU13-ARIN

--------------000908060502040601090904
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	8 Dec 2010 17:22:17 -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=	PHP301
+
 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

--------------000908060502040601090904--



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