From owner-svn-ports-head@freebsd.org Sun Nov 12 19:10:47 2017 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 76448C7A933; Sun, 12 Nov 2017 19:10:47 +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 0331671AC1; Sun, 12 Nov 2017 19:10:45 +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 vACJAivD077136; Sun, 12 Nov 2017 19:10:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACJAijN077135; Sun, 12 Nov 2017 19:10:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711121910.vACJAijN077135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Nov 2017 19:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454074 - head/devel/p5-String-Errf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-String-Errf X-SVN-Commit-Revision: 454074 X-SVN-Commit-Repository: ports 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.25 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: Sun, 12 Nov 2017 19:10:47 -0000 Author: sunpoet Date: Sun Nov 12 19:10:44 2017 New Revision: 454074 URL: https://svnweb.freebsd.org/changeset/ports/454074 Log: Remove Perl core modules - Add LICENSE_FILE With hat: perl Modified: head/devel/p5-String-Errf/Makefile Modified: head/devel/p5-String-Errf/Makefile ============================================================================== --- head/devel/p5-String-Errf/Makefile Sun Nov 12 19:10:39 2017 (r454073) +++ head/devel/p5-String-Errf/Makefile Sun Nov 12 19:10:44 2017 (r454074) @@ -12,13 +12,13 @@ COMMENT= Simple sprintf-like dialect LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Params-Util>=0:devel/p5-Params-Util \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-String-Formatter>=0.102081:devel/p5-String-Formatter BUILD_DEPENDS:= p5-TimeDate>=0:devel/p5-TimeDate \ p5-JSON>=0:converters/p5-JSON \ - p5-autodie>=0:devel/p5-autodie \ ${RUN_DEPENDS} USES= perl5