svn commit: r471644 - head/irc/p5-Parse-IRC

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:09:05 UTC 2018


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


More information about the svn-ports-all mailing list