svn commit: r379732 - head/devel/pecl-expect

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


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 at 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
 


More information about the svn-ports-all mailing list