svn commit: r465662 - in head/japanese/another-htmllint: . files
Koichiro Iwao
meta at FreeBSD.org
Tue Mar 27 06:10:57 UTC 2018
Author: meta
Date: Tue Mar 27 06:10:56 2018
New Revision: 465662
URL: https://svnweb.freebsd.org/changeset/ports/465662
Log:
japanese/another-htmllint: add misssing RUN_DEPENDS on www/p5-LWP-Protocol-https
as it is necessary to access https contents. Also,
- Add license information
- Bump PORTREVISION for dependency change
- While here, pet some portlint warnings
PR: 222276, 226089
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Approved by: maintainer timeout (1 month+), pi (mentor)
Modified:
head/japanese/another-htmllint/Makefile
head/japanese/another-htmllint/files/patch-htmllint.cgi
head/japanese/another-htmllint/files/patch-htmllintenv
Modified: head/japanese/another-htmllint/Makefile
==============================================================================
--- head/japanese/another-htmllint/Makefile Tue Mar 27 05:35:27 2018 (r465661)
+++ head/japanese/another-htmllint/Makefile Tue Mar 27 06:10:56 2018 (r465662)
@@ -2,6 +2,7 @@
PORTNAME= another-htmllint
PORTVERSION= 20111128
+PORTREVISION= 1
CATEGORIES= japanese www
MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/
DISTNAME= htmllint
@@ -9,7 +10,13 @@ DISTNAME= htmllint
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Another HTML-lint (all messages are written in Japanese)
+LICENSE= AnotherHTMLlint
+LICENSE_NAME= Another HTML-lint License
+LICENSE_TEXT= See http://openlab.ring.gr.jp/k16/htmllint/index.html (Written in Japanese)
+LICENSE_PERMS= no-dist-sell no-pkg-sell
+
RUN_DEPENDS= p5-CGI.pm>=0:www/p5-CGI.pm \
+ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-libwww>=0:www/p5-libwww \
ja-p5-Jcode>=0:japanese/p5-Jcode
Modified: head/japanese/another-htmllint/files/patch-htmllint.cgi
==============================================================================
--- head/japanese/another-htmllint/files/patch-htmllint.cgi Tue Mar 27 05:35:27 2018 (r465661)
+++ head/japanese/another-htmllint/files/patch-htmllint.cgi Tue Mar 27 06:10:56 2018 (r465662)
@@ -1,6 +1,6 @@
---- htmllint.cgi.orig 2014-12-07 10:16:56.651728605 +0900
-+++ htmllint.cgi 2014-12-07 10:22:52.118705399 +0900
-@@ -28,6 +28,8 @@
+--- htmllint.cgi.orig 2018-03-26 05:12:09 UTC
++++ htmllint.cgi
+@@ -28,6 +28,8 @@ my $MAC = $^O =~ /MacOS/oi;
my $OS2; #UNSUPPORTED;
my $UNIX = !($WIN || $MAC || $OS2);
Modified: head/japanese/another-htmllint/files/patch-htmllintenv
==============================================================================
Binary file (source and/or target). No diff available.
More information about the svn-ports-all
mailing list