From owner-svn-ports-all@FreeBSD.ORG Mon Oct 15 18:36:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28EE46E5; Mon, 15 Oct 2012 18:36:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 125808FC1B; Mon, 15 Oct 2012 18:36:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9FIaCJK048128; Mon, 15 Oct 2012 18:36:12 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9FIaCwL048125; Mon, 15 Oct 2012 18:36:12 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201210151836.q9FIaCwL048125@svn.freebsd.org> From: Frederic Culot Date: Mon, 15 Oct 2012 18:36:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305928 - head/devel/p5-Test-Compile 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.14 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: Mon, 15 Oct 2012 18:36:13 -0000 Author: culot Date: Mon Oct 15 18:36:12 2012 New Revision: 305928 URL: http://svn.freebsd.org/changeset/ports/305928 Log: - Update to 0.21 - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Test-Compile/Changes Feature safe: yes Modified: head/devel/p5-Test-Compile/Makefile head/devel/p5-Test-Compile/distinfo Modified: head/devel/p5-Test-Compile/Makefile ============================================================================== --- head/devel/p5-Test-Compile/Makefile Mon Oct 15 17:13:44 2012 (r305927) +++ head/devel/p5-Test-Compile/Makefile Mon Oct 15 18:36:12 2012 (r305928) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= Test-Compile -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Check whether Perl module files compile correctly +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Test-Compile/distinfo ============================================================================== --- head/devel/p5-Test-Compile/distinfo Mon Oct 15 17:13:44 2012 (r305927) +++ head/devel/p5-Test-Compile/distinfo Mon Oct 15 18:36:12 2012 (r305928) @@ -1,2 +1,2 @@ -SHA256 (Test-Compile-0.20.tar.gz) = 61ea7fd9c647d54cfa2e1c05c0a0742785ca63ca763c6f041824c13b23b1ecbc -SIZE (Test-Compile-0.20.tar.gz) = 13200 +SHA256 (Test-Compile-0.21.tar.gz) = 52b8004cc1d4bffcd095b90d0bba9ef86d91d3085e33b70c15c5e9345df2eba7 +SIZE (Test-Compile-0.21.tar.gz) = 13398