From owner-svn-ports-all@FreeBSD.ORG Tue Mar 10 18:22:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9826C15B; Tue, 10 Mar 2015 18:22:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 82D469EB; Tue, 10 Mar 2015 18:22:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2AIMWBM065684; Tue, 10 Mar 2015 18:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2AIMWf3065683; Tue, 10 Mar 2015 18:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503101822.t2AIMWf3065683@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 10 Mar 2015 18:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380948 - head/devel/p5-DateTime-Format-ISO8601 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.18-1 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: Tue, 10 Mar 2015 18:22:32 -0000 Author: sunpoet Date: Tue Mar 10 18:22:31 2015 New Revision: 380948 URL: https://svnweb.freebsd.org/changeset/ports/380948 QAT: https://qat.redports.org/buildarchive/r380948/ Log: - Add LICENSE - Sort PLIST Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile Modified: head/devel/p5-DateTime-Format-ISO8601/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-ISO8601/Makefile Tue Mar 10 18:18:33 2015 (r380947) +++ head/devel/p5-DateTime-Format-ISO8601/Makefile Tue Mar 10 18:22:31 2015 (r380948) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse ISO8601 formats +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DateTime>=0.18:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.77:${PORTSDIR}/devel/p5-DateTime-Format-Builder RUN_DEPENDS:= ${BUILD_DEPENDS}