From owner-svn-ports-head@freebsd.org Mon Nov 9 18:44:28 2015 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 9BF2EA2AABC; Mon, 9 Nov 2015 18:44:28 +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 6633D106D; Mon, 9 Nov 2015 18:44:28 +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 tA9IiRE9098757; Mon, 9 Nov 2015 18:44:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiR3U098756; Mon, 9 Nov 2015 18:44:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiR3U098756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401142 - head/databases/p5-DBIx-Skinny-InflateColumn-DateTime 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.20 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: Mon, 09 Nov 2015 18:44:28 -0000 Author: sunpoet Date: Mon Nov 9 18:44:27 2015 New Revision: 401142 URL: https://svnweb.freebsd.org/changeset/ports/401142 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr (blanket) Modified: head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Modified: head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile ============================================================================== --- head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Mon Nov 9 18:44:23 2015 (r401141) +++ head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Mon Nov 9 18:44:27 2015 (r401142) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to inflate/deflate DateTime for DBIx::Skinny +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBIx-Skinny>=0.05:${PORTSDIR}/databases/p5-DBIx-Skinny \ @@ -20,6 +23,7 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock +NO_ARCH= yes USES= perl5 USE_PERL5= configure