Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Dec 2010 00:31:07 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152946: [patch] devel/pecl-bbcode Fixes/Cleanup
Message-ID:  <20101209002857.E10D448C74@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012090030.oB90U8RQ055431@freefall.freebsd.org>

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

>Number:         152946
>Category:       ports
>Synopsis:       [patch] devel/pecl-bbcode 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:   Thu Dec 09 00: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:
The attached patch resolves the following issues:

* Add LICENSE=PHP301 BSD and LICENSE_COMB=multi - http://pecl.php.net/package/bbcode
* Remove MD5 line from distinfo.
* Add IGNORE_WITH_PHP=4 as this module requires php 5.2.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-bbcode-1.0.2.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-bbcode-1.0.2.log
>How-To-Repeat:
>Fix:

--- devel-pecl-bbcode.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-bbcode/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	11 Apr 2009 09:09:20 -0000	1.5
+++ Makefile	9 Dec 2010 00:18:41 -0000
@@ -16,9 +16,13 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A PECL extension which allows quick and efficient BBCode Parsing
 
+LICENSE=	PHP301 BSD
+LICENSE_COMB=	multi
+
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
+IGNORE_WITH_PHP=4
 
 CONFIGURE_ARGS=	--enable-bbcode
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pecl-bbcode/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Sep 2008 08:48:44 -0000	1.4
+++ distinfo	7 Dec 2010 16:59:34 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/bbcode-1.0.2.tgz) = 1fb6971b2758a50785f188964991ddf9
 SHA256 (PECL/bbcode-1.0.2.tgz) = ba0af8d5015531170a04456e57561881f2e2bfbdc149ce522867ed6a5f03f23c
 SIZE (PECL/bbcode-1.0.2.tgz) = 46961
--- devel-pecl-bbcode.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?20101209002857.E10D448C74>