Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 03:20: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: r379732 - head/devel/pecl-expect
Message-ID:  <201502240320.t1O3Kl3e025374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 03:20:46 2015
New Revision: 379732
URL: https://svnweb.freebsd.org/changeset/ports/379732
QAT: https://qat.redports.org/buildarchive/r379732/

Log:
  switch to USES=tar:tgz

Modified:
  head/devel/pecl-expect/Makefile

Modified: head/devel/pecl-expect/Makefile
==============================================================================
--- head/devel/pecl-expect/Makefile	Tue Feb 24 03:05:57 2015	(r379731)
+++ head/devel/pecl-expect/Makefile	Tue Feb 24 03:20:46 2015	(r379732)
@@ -6,17 +6,16 @@ PORTVERSION=	0.3.1
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PHP extension for expect library
 
-LIB_DEPENDS=	libexpect.so:${PORTSDIR}/lang/expect
-
 LICENSE=	PHP301
 
-USES=		tcl:86
+LIB_DEPENDS=	libexpect.so:${PORTSDIR}/lang/expect
+
+USES=		tar:tgz tcl:86
 USE_PHP=	yes
 USE_PHPEXT=	yes
 



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