Date: Mon, 4 Jun 2018 18:09:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471644 - head/irc/p5-Parse-IRC Message-ID: <201806041809.w54I92P6067421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 4 18:09:02 2018 New Revision: 471644 URL: https://svnweb.freebsd.org/changeset/ports/471644 Log: Add LICENSE_FILE - Fix and update WWW Modified: head/irc/p5-Parse-IRC/Makefile head/irc/p5-Parse-IRC/pkg-descr Modified: head/irc/p5-Parse-IRC/Makefile ============================================================================== --- head/irc/p5-Parse-IRC/Makefile Mon Jun 4 18:08:55 2018 (r471643) +++ head/irc/p5-Parse-IRC/Makefile Mon Jun 4 18:09:02 2018 (r471644) @@ -12,6 +12,7 @@ COMMENT= Parser for the IRC protocol LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure Modified: head/irc/p5-Parse-IRC/pkg-descr ============================================================================== --- head/irc/p5-Parse-IRC/pkg-descr Mon Jun 4 18:08:55 2018 (r471643) +++ head/irc/p5-Parse-IRC/pkg-descr Mon Jun 4 18:09:02 2018 (r471644) @@ -1,4 +1,4 @@ Parse::IRC provides a convenient way of parsing lines of text conforming to the IRC protocol ( see RFC1459 or RFC2812 ). -WWW: http://search.cpan.org/dist/Net-Parse-IRC/ +WWW: https://metacpan.org/release/Parse-IRC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806041809.w54I92P6067421>