svn commit: r379720 - head/archivers/pecl-lzf

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 01:37:06 UTC 2015


Author: vanilla
Date: Tue Feb 24 01:37:05 2015
New Revision: 379720
URL: https://svnweb.freebsd.org/changeset/ports/379720
QAT: https://qat.redports.org/buildarchive/r379720/

Log:
  1: add LICENSE.
  2: switch to USES=tar:tgz

Modified:
  head/archivers/pecl-lzf/Makefile

Modified: head/archivers/pecl-lzf/Makefile
==============================================================================
--- head/archivers/pecl-lzf/Makefile	Tue Feb 24 00:54:47 2015	(r379719)
+++ head/archivers/pecl-lzf/Makefile	Tue Feb 24 01:37:05 2015	(r379720)
@@ -6,12 +6,14 @@ PORTVERSION=	1.6.2
 CATEGORIES=	archivers pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Handles LZF de/compression
 
+LICENSE=	PHP202
+
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 


More information about the svn-ports-head mailing list