From owner-svn-ports-all@freebsd.org Sat Jul 15 17:23:29 2017 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 6DC6CAFE50E; Sat, 15 Jul 2017 17:23:29 +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 3B7CD7708C; Sat, 15 Jul 2017 17:23:29 +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 v6FHNSgq062643; Sat, 15 Jul 2017 17:23:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FHNSch062642; Sat, 15 Jul 2017 17:23:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707151723.v6FHNSch062642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 15 Jul 2017 17:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445900 - head/databases/p5-DBIx-Class X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBIx-Class X-SVN-Commit-Revision: 445900 X-SVN-Commit-Repository: ports 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.23 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: Sat, 15 Jul 2017 17:23:29 -0000 Author: sunpoet Date: Sat Jul 15 17:23:28 2017 New Revision: 445900 URL: https://svnweb.freebsd.org/changeset/ports/445900 Log: Add LICENSE_FILE Modified: head/databases/p5-DBIx-Class/Makefile Modified: head/databases/p5-DBIx-Class/Makefile ============================================================================== --- head/databases/p5-DBIx-Class/Makefile Sat Jul 15 17:23:23 2017 (r445899) +++ head/databases/p5-DBIx-Class/Makefile Sat Jul 15 17:23:28 2017 (r445900) @@ -13,6 +13,7 @@ COMMENT= Extensible and flexible object <-> relational LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Accessor-Grouped>=0.10012:devel/p5-Class-Accessor-Grouped \ p5-Class-C3-Componentised>=1.000900:devel/p5-Class-C3-Componentised \