Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Dec 2010 20:28:31 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152903: [patch] www/pecl-tidy Fixes/Cleanup
Message-ID:  <20101207202627.ED8FB48C4C@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012072030.oB7KU8mE080000@freefall.freebsd.org>

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

>Number:         152903
>Category:       ports
>Synopsis:       [patch] www/pecl-tidy Fixes/Cleanup
>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:30: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:
Some fixes/cleanup for the www/pecl-tidy port:

* 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.

>How-To-Repeat:
>Fix:

--- www-pecl-tidy.txt begins here ---
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	7 Dec 2010 20:20:28 -0000
@@ -14,14 +14,15 @@
 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
 
 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
--- www-pecl-tidy.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?20101207202627.ED8FB48C4C>