Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 20:19:30 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152935: [patch] databases/pecl-dbase Cleanup/Fixes
Message-ID:  <20101208201721.846F5DCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012082020.oB8KKBBt097407@freefall.freebsd.org>

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

>Number:         152935
>Category:       ports
>Synopsis:       [patch] databases/pecl-dbase 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 20:20:11 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:

The attached patch fixes the following issues: 
* Update IGNORE_WITH_PHP to only include 4 as this works with php 5.2.
* Add LICENSE=PHP301 - http://pecl.php.net/package/dbase - 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-dbase-5.0.1.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-dbase-5.0.1.log
>How-To-Repeat:
>Fix:

--- databases-pecl-dbase.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-dbase/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	4 Nov 2010 05:13:17 -0000	1.1
+++ Makefile	8 Dec 2010 20:16:01 -0000
@@ -16,9 +16,11 @@
 MAINTAINER=	toomas@median.ee
 COMMENT=	dBase database file access functions for PHP
 
+LICENSE=	PHP301
+
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-IGNORE_WITH_PHP=	4 52
+IGNORE_WITH_PHP=	4
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/pecl-dbase/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	4 Nov 2010 05:13:17 -0000	1.1
+++ distinfo	7 Dec 2010 16:54:40 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/dbase-5.0.1.tgz) = 126498ad931b65d94983b6abf64ffe71
 SHA256 (PECL/dbase-5.0.1.tgz) = 04dc4648185395a64b5969f723173fd377c6e2a211b52ba4ad45a442f68400aa
 SIZE (PECL/dbase-5.0.1.tgz) = 13929
--- databases-pecl-dbase.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?20101208201721.846F5DCB3B>