Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Dec 2010 20:16:39 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152902: [patch] archivers/pecl-zip Cleanup/Fixes
Message-ID:  <20101207201435.292D4DCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012072020.oB7KKAKh070540@freefall.freebsd.org>

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

>Number:         152902
>Category:       ports
>Synopsis:       [patch] archivers/pecl-zip 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:   Tue Dec 07 20:20:10 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:

Some cleanup/fixup for the archivers/pecl-zip port:

* Update comment to reflect that this is a php4 only port.

* Update IGNORE_WITH_PHP to mark as IGNORE= with php 5.2.

* Remove MD5 line from distinfo

>How-To-Repeat:
>Fix:

--- archivers-pecl-zip.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/pecl-zip/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	11 Dec 2008 08:51:52 -0000	1.12
+++ Makefile	7 Dec 2010 20:12:22 -0000
@@ -14,13 +14,13 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ale@FreeBSD.org
-COMMENT=	A PECL extension to create and read zip files
+COMMENT=	A PECL extension to create and read zip files for PHP 4
 
 USE_PHP=	pcre
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER=4
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 52
 
 CONFIGURE_ARGS=	--enable-zip --with-zlib-dir=/usr
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/pecl-zip/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	27 Jan 2007 10:42:00 -0000	1.12
+++ distinfo	7 Dec 2010 16:53:43 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/zip-1.9.0.tgz) = 045c5c2ee8e657c1ef7ab3a14a79617a
 SHA256 (PECL/zip-1.9.0.tgz) = 8044fbd9d8513ecc54c33af6cf8cedee43cc671f4d33e924001cda04cbc9140f
 SIZE (PECL/zip-1.9.0.tgz) = 63971
--- archivers-pecl-zip.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?20101207201435.292D4DCB3B>