svn commit: r471720 - head/www/p5-chklinks

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


Author: sunpoet
Date: Mon Jun  4 18:18:39 2018
New Revision: 471720
URL: https://svnweb.freebsd.org/changeset/ports/471720

Log:
  Add LICENSE
  
  - Update WWW

Modified:
  head/www/p5-chklinks/Makefile
  head/www/p5-chklinks/pkg-descr

Modified: head/www/p5-chklinks/Makefile
==============================================================================
--- head/www/p5-chklinks/Makefile	Mon Jun  4 18:18:32 2018	(r471719)
+++ head/www/p5-chklinks/Makefile	Mon Jun  4 18:18:39 2018	(r471720)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Non-threaded Perl link checker
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser \
 		p5-libwww>=0:www/p5-libwww \
 		p5-URI>=0:net/p5-URI

Modified: head/www/p5-chklinks/pkg-descr
==============================================================================
--- head/www/p5-chklinks/pkg-descr	Mon Jun  4 18:18:32 2018	(r471719)
+++ head/www/p5-chklinks/pkg-descr	Mon Jun  4 18:18:39 2018	(r471720)
@@ -6,4 +6,4 @@ not raises many simultaneously connections for its job
 the resources and crash your system in a moment. This is certainly more
 desirable for most webmasters and users.
 
-WWW: http://search.cpan.org/dist/chklinks/
+WWW: https://metacpan.org/release/IMACAT/chklinks-3.09


More information about the svn-ports-all mailing list