svn commit: r306607 - in head/archivers/pecl-lzf: . files
Florian Smeets
flo at FreeBSD.org
Mon Oct 29 13:01:51 UTC 2012
Author: flo
Date: Mon Oct 29 13:01:50 2012
New Revision: 306607
URL: http://svn.freebsd.org/changeset/ports/306607
Log:
- Update to 1.6.2 for php 5.4 compatibility, remove custom patch for 5.4
compatibility
- remove what looks like a leftover debug echo to fix BETTER_COMPRESSION option [1]
PR: ports/170988 [1]
Reported by: Andrea Venturoli <ml at netfence.it> [1]
Feature safe: yes
Deleted:
head/archivers/pecl-lzf/files/
Modified:
head/archivers/pecl-lzf/Makefile (contents, props changed)
head/archivers/pecl-lzf/distinfo (contents, props changed)
Modified: head/archivers/pecl-lzf/Makefile
==============================================================================
--- head/archivers/pecl-lzf/Makefile Mon Oct 29 12:41:01 2012 (r306606)
+++ head/archivers/pecl-lzf/Makefile Mon Oct 29 13:01:50 2012 (r306607)
@@ -1,13 +1,8 @@
-# New ports collection makefile for: pecl-lzf
-# Date created: 2006/09/07
-# Whom: chinsan <chinsan.tw at gmail.com>
-#
+# Created by: chinsan <chinsan.tw at gmail.com>
# $FreeBSD$
-#
PORTNAME= lzf
-PORTVERSION= 1.5.2
-PORTREVISION= 1
+PORTVERSION= 1.6.2
CATEGORIES= archivers pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -30,7 +25,6 @@ BETTER_COMPRESSION_DESC= Better compress
.if ${PORT_OPTIONS:MBETTER_COMPRESSION}
CONFIGURE_ARGS+= --enable-lzf-better-compression
- @${ECHO_MSG} "--enable-lzf-better-compression"
.endif
.include <bsd.port.mk>
Modified: head/archivers/pecl-lzf/distinfo
==============================================================================
--- head/archivers/pecl-lzf/distinfo Mon Oct 29 12:41:01 2012 (r306606)
+++ head/archivers/pecl-lzf/distinfo Mon Oct 29 13:01:50 2012 (r306607)
@@ -1,2 +1,2 @@
-SHA256 (PECL/lzf-1.5.2.tgz) = b295c4eec62b269daf5715ebcd3a9596a551774ef5132e15965bc14239cf8495
-SIZE (PECL/lzf-1.5.2.tgz) = 11320
+SHA256 (PECL/lzf-1.6.2.tgz) = b381ac66cd12cc753e768c602f87d542fcd9718039cec4947d37f1229a7b93e3
+SIZE (PECL/lzf-1.6.2.tgz) = 13204
More information about the svn-ports-head
mailing list