From owner-svn-ports-all@freebsd.org Fri Dec 4 13:19:42 2015 Return-Path: Delivered-To: svn-ports-all@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 5B5ACA41299; Fri, 4 Dec 2015 13:19:42 +0000 (UTC) (envelope-from culot@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 2212C1865; Fri, 4 Dec 2015 13:19:42 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4DJfkG029756; Fri, 4 Dec 2015 13:19:41 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4DJffG029755; Fri, 4 Dec 2015 13:19:41 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201512041319.tB4DJffG029755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 4 Dec 2015 13:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402984 - head/devel/p5-Package-DeprecationManager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 13:19:42 -0000 Author: culot Date: Fri Dec 4 13:19:40 2015 New Revision: 402984 URL: https://svnweb.freebsd.org/changeset/ports/402984 Log: - Add LICENSE_FILE - Fix TEST_DEPENDS - Cleanup Makefile PR: 204875 Submitted by: sunpoet@ Modified: head/devel/p5-Package-DeprecationManager/Makefile Modified: head/devel/p5-Package-DeprecationManager/Makefile ============================================================================== --- head/devel/p5-Package-DeprecationManager/Makefile Fri Dec 4 13:04:14 2015 (r402983) +++ head/devel/p5-Package-DeprecationManager/Makefile Fri Dec 4 13:19:40 2015 (r402984) @@ -11,20 +11,18 @@ MAINTAINER= culot@FreeBSD.org COMMENT= Manage deprecation warnings for your distribution LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Package-Stash>0:${PORTSDIR}/devel/p5-Package-Stash \ p5-Params-Util>0:${PORTSDIR}/devel/p5-Params-Util \ p5-Sub-Install>0:${PORTSDIR}/devel/p5-Sub-Install RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires + p5-Test-Warnings>0:${PORTSDIR}/devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 -USE_PERL5= configure extract - -post-extract: - @${PERL} -i -ne "print unless /'BUILD_REQUIRES'/../},/" ${WRKSRC}/Makefile.PL +USE_PERL5= configure .include