Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 07:44:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348160 - head/databases/p5-DBIx-Admin-DSNManager
Message-ID:  <201403140744.s2E7intf053250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 14 07:44:49 2014
New Revision: 348160
URL: http://svnweb.freebsd.org/changeset/ports/348160
QAT: https://qat.redports.org/buildarchive/r348160/

Log:
  - Use USES=tar:tgz

Modified:
  head/databases/p5-DBIx-Admin-DSNManager/Makefile

Modified: head/databases/p5-DBIx-Admin-DSNManager/Makefile
==============================================================================
--- head/databases/p5-DBIx-Admin-DSNManager/Makefile	Fri Mar 14 07:44:43 2014	(r348159)
+++ head/databases/p5-DBIx-Admin-DSNManager/Makefile	Fri Mar 14 07:44:49 2014	(r348160)
@@ -6,7 +6,6 @@ PORTVERSION=	2.01
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Manage a file of DSNs, for both testing and production
@@ -22,6 +21,6 @@ TEST_DEPENDS=	p5-Test-Version>=1.002.003
 		p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 tar:tgz
 
 .include <bsd.port.mk>



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