Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 13:01:51 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306607 - in head/archivers/pecl-lzf: . files
Message-ID:  <201210291301.q9TD1pFU065992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210291301.q9TD1pFU065992>