Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:21:47 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379733 - head/devel/pecl-gearman
Message-ID:  <201502240321.t1O3LlT3026048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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