From owner-svn-ports-head@freebsd.org Fri Apr 1 11:16:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A151AEBE71; Fri, 1 Apr 2016 11:16:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D67831871; Fri, 1 Apr 2016 11:16:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31BGJEi002956; Fri, 1 Apr 2016 11:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31BGJh9002955; Fri, 1 Apr 2016 11:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604011116.u31BGJh9002955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Apr 2016 11:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412323 - head/net/p5-MaxMind-DB-Reader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 11:16:20 -0000 Author: sunpoet Date: Fri Apr 1 11:16:18 2016 New Revision: 412323 URL: https://svnweb.freebsd.org/changeset/ports/412323 Log: - Fix space/tab - Update *_DEPENDS: remove PORTSDIR Modified: head/net/p5-MaxMind-DB-Reader/Makefile Modified: head/net/p5-MaxMind-DB-Reader/Makefile ============================================================================== --- head/net/p5-MaxMind-DB-Reader/Makefile Fri Apr 1 11:16:14 2016 (r412322) +++ head/net/p5-MaxMind-DB-Reader/Makefile Fri Apr 1 11:16:18 2016 (r412323) @@ -15,23 +15,23 @@ COMMENT= Read MaxMind DB files LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \ - p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \ - p5-Data-Validate-IP>=0.16:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ - p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \ - p5-MaxMind-DB-Common>=0.040000:${PORTSDIR}/net/p5-MaxMind-DB-Common \ - p5-Module-Implementation>=0:${PORTSDIR}/devel/p5-Module-Implementation \ - p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \ - p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \ - p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +BUILD_DEPENDS= p5-Data-IEEE754>=0:devel/p5-Data-IEEE754 \ + p5-Data-Printer>=0:devel/p5-Data-Printer \ + p5-Data-Validate-IP>=0.16:net-mgmt/p5-Data-Validate-IP \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-List-AllUtils>=0:devel/p5-List-AllUtils \ + p5-MaxMind-DB-Common>=0.040000:net/p5-MaxMind-DB-Common \ + p5-Module-Implementation>=0:devel/p5-Module-Implementation \ + p5-Moo>=1.003000:devel/p5-Moo \ + p5-MooX-StrictConstructor>=0:devel/p5-MooX-StrictConstructor \ + p5-Role-Tiny>=0:devel/p5-Role-Tiny \ + p5-namespace-autoclean>=0:devel/p5-namespace-autoclean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Path-Class>=0.27:${PORTSDIR}/devel/p5-Path-Class \ - p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ - p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires +TEST_DEPENDS= p5-Path-Class>=0.27:devel/p5-Path-Class \ + p5-Test-Bits>=0:devel/p5-Test-Bits \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ + p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \ + p5-Test-Requires>=0:devel/p5-Test-Requires NO_ARCH= yes USE_PERL5= configure @@ -40,7 +40,7 @@ USES= perl5 .include .if ${PERL_LEVEL} < 502300 -TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils +TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:lang/p5-Scalar-List-Utils .endif .include