ports/153017: [patch] devel/pecl-inclued Fixes/Cleanup
Tom Judge
tom at tomjudge.com
Sat Dec 11 04:00:28 UTC 2010
>Number: 153017
>Category: ports
>Synopsis: [patch] devel/pecl-inclued 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: Sat Dec 11 04:00:27 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 at tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The attached patch addresses the following issues:
* Add LICENSE=PHP301
* Remove MD5 line from distinfo.
* Remove http://t3.dotgnu.info/code/ from pkg-descr and MASTER_SITES this domain is now parked with GoDaddy.
* Add IGNORE_WITH_PHP=4 as this package requires php 5.1.0 or newer
Tinderbox Logs:
PHP 4
N/A
PHP 5.2
http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-inclued-0.3.log
PHP 5.3
http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-inclued-0.3.log
>How-To-Repeat:
>Fix:
--- devel-pecl-inclued.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-inclued/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 28 Aug 2009 18:54:44 -0000 1.3
+++ Makefile 11 Dec 2010 03:48:58 -0000
@@ -8,15 +8,18 @@
PORTNAME= inclued
PORTVERSION= 0.3
CATEGORIES= devel pear
-MASTER_SITES= http://t3.dotgnu.info/code/ LOCAL/chinsan/PECL
+MASTER_SITES= LOCAL/chinsan/PECL
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= miwi at FreeBSD.org
COMMENT= Inclued gives you a Clue for PHP inclusion check
+LICENSE= PHP301
+
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-inclued
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-inclued/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 27 Oct 2007 18:20:57 -0000 1.1
+++ distinfo 7 Dec 2010 17:02:03 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/inclued-0.3.tar.gz) = 2e45f375f80af5d7470fa64700da7dea
SHA256 (PECL/inclued-0.3.tar.gz) = e46df2bb1e62b534b8cd261015a9631b420e488882cc23b4b2a042ca35921b7a
SIZE (PECL/inclued-0.3.tar.gz) = 7532
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-inclued/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 27 Oct 2007 18:20:57 -0000 1.1
+++ pkg-descr 11 Dec 2010 03:50:49 -0000
@@ -1,4 +1,2 @@
Inclued gives you a Clue ! Also inclued is some php code to transform the
dump data into graphviz formatted .dot files.
-
-WWW: http://t3.dotgnu.info/blog/tags/inclued/
--- devel-pecl-inclued.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list