From 4a55f58c38e1e4c11ded2660c7d81bd49ee2d1ac Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 31 Jan 2011 15:14:34 +0000 Subject: [PATCH] * Update comment to reflect that this is a PHP 4 only port. * Update IGNORE_WITH_PHP to include php 5.2 as well as 5.3 * Add DEFAULT_PHP_VER to pull in php4 not php5. * Remove MD5 line from the distfile. PR: 152903 Submitted by: "Tom Judge" Approved by: maintainer timeout Feature safe: yes --- www/pecl-tidy/Makefile | 7 +++++-- www/pecl-tidy/distinfo | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/pecl-tidy/Makefile b/www/pecl-tidy/Makefile index 4908ee5a4eef..a17ebce307ab 100644 --- a/www/pecl-tidy/Makefile +++ b/www/pecl-tidy/Makefile @@ -14,14 +14,17 @@ EXTRACT_SUFX= .tgz 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 diff --git a/www/pecl-tidy/distinfo b/www/pecl-tidy/distinfo index ede3925ebd39..615997da2096 100644 --- a/www/pecl-tidy/distinfo +++ b/www/pecl-tidy/distinfo @@ -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