From owner-svn-ports-head@FreeBSD.ORG Tue Dec 4 07:34:52 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 C8610CC5; Tue, 4 Dec 2012 07:34:52 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9491F8FC13; Tue, 4 Dec 2012 07:34:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB47Yq68000376; Tue, 4 Dec 2012 07:34:52 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB47YqUf000374; Tue, 4 Dec 2012 07:34:52 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201212040734.qB47YqUf000374@svn.freebsd.org> From: Frederic Culot Date: Tue, 4 Dec 2012 07:34:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308205 - head/irc/p5-Parse-IRC 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.14 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: Tue, 04 Dec 2012 07:34:52 -0000 Author: culot Date: Tue Dec 4 07:34:52 2012 New Revision: 308205 URL: http://svnweb.freebsd.org/changeset/ports/308205 Log: - Update to 1.20 [1] - Remove leading article from COMMENT - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Parse-IRC/Changes PR: ports/172923 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: miwi@ (maintainer, timeout) Feature safe: yes Modified: head/irc/p5-Parse-IRC/Makefile head/irc/p5-Parse-IRC/distinfo Modified: head/irc/p5-Parse-IRC/Makefile ============================================================================== --- head/irc/p5-Parse-IRC/Makefile Tue Dec 4 06:50:54 2012 (r308204) +++ head/irc/p5-Parse-IRC/Makefile Tue Dec 4 07:34:52 2012 (r308205) @@ -1,21 +1,26 @@ -# New ports collection makefile for: p5-Parse-IRC -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Parse-IRC -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= irc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org -COMMENT= A parser for the IRC protocol +COMMENT= Parser for the IRC protocol + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes MAN3= Parse::IRC.3 -.include +.include + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include Modified: head/irc/p5-Parse-IRC/distinfo ============================================================================== --- head/irc/p5-Parse-IRC/distinfo Tue Dec 4 06:50:54 2012 (r308204) +++ head/irc/p5-Parse-IRC/distinfo Tue Dec 4 07:34:52 2012 (r308205) @@ -1,2 +1,2 @@ -SHA256 (Parse-IRC-1.18.tar.gz) = af9d908d7e1cddb8a45edd91387d5c506be2cafd459abc4b31709bb8f78df6dd -SIZE (Parse-IRC-1.18.tar.gz) = 34592 +SHA256 (Parse-IRC-1.20.tar.gz) = bc14d07497774f9cee9c642a686ae1f03ded17cf9e7a00e7c903d1ed19dc71c2 +SIZE (Parse-IRC-1.20.tar.gz) = 18964