svn commit: r308205 - head/irc/p5-Parse-IRC
Frederic Culot
culot at FreeBSD.org
Tue Dec 4 07:34:52 UTC 2012
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 at 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 <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Parse-IRC
-PORTVERSION= 1.18
+PORTVERSION= 1.20
CATEGORIES= irc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi at 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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501600
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>
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
More information about the svn-ports-head
mailing list