svn commit: r390790 - head/www/pecl-varnish

Mark Felder feld at FreeBSD.org
Sun Jun 28 15:24:34 UTC 2015


Author: feld
Date: Sun Jun 28 15:24:33 2015
New Revision: 390790
URL: https://svnweb.freebsd.org/changeset/ports/390790

Log:
  Migrate to new tar USES syntax

Modified:
  head/www/pecl-varnish/Makefile

Modified: head/www/pecl-varnish/Makefile
==============================================================================
--- head/www/pecl-varnish/Makefile	Sun Jun 28 15:23:03 2015	(r390789)
+++ head/www/pecl-varnish/Makefile	Sun Jun 28 15:24:33 2015	(r390790)
@@ -6,7 +6,6 @@ PORTVERSION=	1.2.1
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	jim at ohlste.in
@@ -16,6 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	varnish4>=0:${PORTSDIR}/www/varnish4
 
+USES=	tar:tgz
 USE_PHP=	hash
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes


More information about the svn-ports-all mailing list