svn commit: r379733 - head/devel/pecl-gearman

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 03:21:48 UTC 2015


Author: vanilla
Date: Tue Feb 24 03:21:47 2015
New Revision: 379733
URL: https://svnweb.freebsd.org/changeset/ports/379733
QAT: https://qat.redports.org/buildarchive/r379733/

Log:
  switch to USES=tar:tgz

Modified:
  head/devel/pecl-gearman/Makefile

Modified: head/devel/pecl-gearman/Makefile
==============================================================================
--- head/devel/pecl-gearman/Makefile	Tue Feb 24 03:20:46 2015	(r379732)
+++ head/devel/pecl-gearman/Makefile	Tue Feb 24 03:21:47 2015	(r379733)
@@ -6,7 +6,6 @@ PORTVERSION=	1.1.2
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
@@ -16,6 +15,7 @@ LICENSE=	PHP301
 
 LIB_DEPENDS=	libgearman.so:${PORTSDIR}/devel/gearmand
 
+USES=		tar:tgz
 CONFIGURE_ARGS=	--with-gearman
 PHP_MODNAME=	${PORTNAME}
 USE_PHP=	yes


More information about the svn-ports-all mailing list