ports/152938: [patch] databases/pecl-drizzle Cleanup/Fixes

Tom Judge tom at tomjudge.com
Wed Dec 8 21:30:09 UTC 2010


>Number:         152938
>Category:       ports
>Synopsis:       [patch] databases/pecl-drizzle Cleanup/Fixes
>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:   Wed Dec 08 21: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 at tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

The attached patch fixes the following issues:
* Add IGNORE_WITH_PHP=4 as this depends on php 5.1+
* Add LICENSE=PHP301 - http://pecl.php.net/package/drizzle - Depends on ports/152927
* Remove MD5 line from distinfo.

Tinderbox Logs:

PHP 4
	N/A
PHP 5.2
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.2-amd64/pecl-drizzle-0.4.2.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-drizzle-0.4.2.log

>How-To-Repeat:
>Fix:

--- databases-pecl-drizzle.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-drizzle/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	30 Apr 2010 21:50:24 -0000	1.1
+++ Makefile	8 Dec 2010 21:22:46 -0000
@@ -18,8 +18,11 @@
 
 LIB_DEPENDS=	drizzle.0:${PORTSDIR}/databases/libdrizzle
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	README EXPERIMENTAL ChangeLog CREDITS
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-drizzle/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	30 Apr 2010 21:50:24 -0000	1.1
+++ distinfo	7 Dec 2010 16:54:58 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/drizzle-0.4.2.tgz) = 852aaf949d2b145012071622be788936
 SHA256 (PECL/drizzle-0.4.2.tgz) = 5e9abd5200d840249003112e7d658eda06e2591e4c6bcf1c97194b4e274f0c66
 SIZE (PECL/drizzle-0.4.2.tgz) = 24106
--- databases-pecl-drizzle.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list