Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2010 19:08:51 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152931: [patch] archivers/pecl-phar - Cleanup/Fixes
Message-ID:  <20101208190642.A774EDCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012081910.oB8JA9Zn025069@freefall.freebsd.org>

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

>Number:         152931
>Category:       ports
>Synopsis:       [patch] archivers/pecl-phar - 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 19:10:09 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 - http://pecl.php.net/package/phar - This depends on ports/152927
* Add IGNORE_WITH_PHP=4 as this is a php 5.X only module.
* 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-phar-2.0.0.r2.log
PHP 5.3
	http://tinderbox.tomjudge.com/tb/logs/8.1-PECL-5.3-amd64/pecl-phar-2.0.0.r2.log

>How-To-Repeat:
	
>Fix:

	

--- archivers-pecl-phar.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/pecl-phar/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	16 Jun 2009 19:27:24 -0000	1.6
+++ Makefile	8 Dec 2010 18:47:36 -0000
@@ -16,11 +16,14 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	A PECL extension which allows running applications out of .phar files
 
+LICENSE=	PHP301
+
 USE_PHP=	hash spl pcre
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 CFLAGS+=	"-I${LOCALBASE}/include"
 LDFLAGS+=	"-L${LOCALBASE}/lib"
+IGNORE_WITH_PHP=4
 
 OPTIONS=	BZ2		"Enable bz2 compression support" off \
 		ZLIB		"Enable gzip compression support" off
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/pecl-phar/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	16 Jun 2009 19:27:24 -0000	1.4
+++ distinfo	7 Dec 2010 16:52:41 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/phar-2.0.0RC2.tgz) = bd392dd28ab95e852dd1d2d6d361a400
 SHA256 (PECL/phar-2.0.0RC2.tgz) = 00a45a0a36c7fcdbf38dad673351252e13e16973df8a0f76d2eadad7a56b9f23
 SIZE (PECL/phar-2.0.0RC2.tgz) = 436944
--- archivers-pecl-phar.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?20101208190642.A774EDCB3B>