svn commit: r348370 - head/net/pecl-gupnp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 15 18:41:25 UTC 2014


Author: sunpoet
Date: Sat Mar 15 18:41:24 2014
New Revision: 348370
URL: http://svnweb.freebsd.org/changeset/ports/348370
QAT: https://qat.redports.org/buildarchive/r348370/

Log:
  - Use USES=tar:tgz

Modified:
  head/net/pecl-gupnp/Makefile

Modified: head/net/pecl-gupnp/Makefile
==============================================================================
--- head/net/pecl-gupnp/Makefile	Sat Mar 15 18:40:26 2014	(r348369)
+++ head/net/pecl-gupnp/Makefile	Sat Mar 15 18:41:24 2014	(r348370)
@@ -6,7 +6,6 @@ PORTVERSION=	1.0.0
 CATEGORIES=	net pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
-USES=		pkgconfig
+USES=		pkgconfig tar:tgz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4


More information about the svn-ports-all mailing list