From owner-svn-ports-head@FreeBSD.ORG Mon Aug 6 17:32:03 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A1D81065675; Mon, 6 Aug 2012 17:32:03 +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 853648FC16; Mon, 6 Aug 2012 17:32:03 +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 q76HW3M4063246; Mon, 6 Aug 2012 17:32:03 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q76HW3fT063243; Mon, 6 Aug 2012 17:32:03 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201208061732.q76HW3fT063243@svn.freebsd.org> From: Frederic Culot Date: Mon, 6 Aug 2012 17:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302191 - head/textproc/p5-Text-WikiFormat X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Aug 2012 17:32:03 -0000 Author: culot Date: Mon Aug 6 17:32:02 2012 New Revision: 302191 URL: http://svn.freebsd.org/changeset/ports/302191 Log: - Update to 0.80 - Remove dependencies already in core - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes Modified: head/textproc/p5-Text-WikiFormat/Makefile head/textproc/p5-Text-WikiFormat/distinfo Modified: head/textproc/p5-Text-WikiFormat/Makefile ============================================================================== --- head/textproc/p5-Text-WikiFormat/Makefile Mon Aug 6 17:22:33 2012 (r302190) +++ head/textproc/p5-Text-WikiFormat/Makefile Mon Aug 6 17:32:02 2012 (r302191) @@ -6,17 +6,19 @@ # PORTNAME= Text-WikiFormat -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Module for translating Wiki formatted text into other formats -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes Modified: head/textproc/p5-Text-WikiFormat/distinfo ============================================================================== --- head/textproc/p5-Text-WikiFormat/distinfo Mon Aug 6 17:22:33 2012 (r302190) +++ head/textproc/p5-Text-WikiFormat/distinfo Mon Aug 6 17:32:02 2012 (r302191) @@ -1,2 +1,2 @@ -SHA256 (Text-WikiFormat-0.79.tar.gz) = 06fbc53818d764e04b3b26c39a325e074776d08dbc166c6043c4ec4b1b6bddb2 -SIZE (Text-WikiFormat-0.79.tar.gz) = 28883 +SHA256 (Text-WikiFormat-0.80.tar.gz) = 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 +SIZE (Text-WikiFormat-0.80.tar.gz) = 28845