aboutsummaryrefslogtreecommitdiff
path: root/japanese/another-htmllint
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2018-03-27 06:10:56 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2018-03-27 06:10:56 +0000
commit94ab5e2c70cd0b789004c039024cb0e59ff954a9 (patch)
tree3ad1768cb52cc6b5ac828eb92da72fa20faa6c9b /japanese/another-htmllint
parentbfd3542dd4b23b8a8e3e8aa99cbe2c14b3b74cba (diff)
downloadports-94ab5e2c70cd0b789004c039024cb0e59ff954a9.tar.gz
ports-94ab5e2c70cd0b789004c039024cb0e59ff954a9.zip
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@utahime.org> Approved by: maintainer timeout (1 month+), pi (mentor)
Notes
Notes: svn path=/head/; revision=465662
Diffstat (limited to 'japanese/another-htmllint')
-rw-r--r--japanese/another-htmllint/Makefile7
-rw-r--r--japanese/another-htmllint/files/patch-htmllint.cgi6
-rw-r--r--japanese/another-htmllint/files/patch-htmllintenv8
3 files changed, 14 insertions, 7 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile
index b09ec811a9e7..c99ba372bdeb 100644
--- a/japanese/another-htmllint/Makefile
+++ b/japanese/another-htmllint/Makefile
@@ -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@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
diff --git a/japanese/another-htmllint/files/patch-htmllint.cgi b/japanese/another-htmllint/files/patch-htmllint.cgi
index 6171b2d6dd18..b894d31382ef 100644
--- a/japanese/another-htmllint/files/patch-htmllint.cgi
+++ b/japanese/another-htmllint/files/patch-htmllint.cgi
@@ -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);
diff --git a/japanese/another-htmllint/files/patch-htmllintenv b/japanese/another-htmllint/files/patch-htmllintenv
index 3d6f2533cd5c..db421235b5fe 100644
--- a/japanese/another-htmllint/files/patch-htmllintenv
+++ b/japanese/another-htmllint/files/patch-htmllintenv
@@ -1,5 +1,5 @@
---- htmllintenv.orig 2007-05-19 17:36:51.000000000 +0900
-+++ htmllintenv 2014-12-07 10:59:19.092555161 +0900
+--- htmllintenv.orig 2007-05-19 08:36:51 UTC
++++ htmllintenv
@@ -5,15 +5,15 @@
# アクセス権をうまく工夫して、他人から見えないようにしてください。
@@ -20,7 +20,7 @@
$GATEWAYURL = $HTMLDIR.'htmllint.html'; # ゲイトウェイサーヴィス HTML
$EXPLAIN = $HTMLDIR.'explain.html'; # 解説用 HTML (HTML用)
$CGIROOT = $HTMLDIR; # CGIの場所
-@@ -80,12 +80,12 @@
+@@ -80,12 +80,12 @@ $MAXHTMLSIZE = 512;
#$KANJICODE = 'JIS'; # JIS/EUC/SJIS/UTF8 のいずれか
# Lynx (不要あるいは未実装ならコメントアウト)
@@ -35,7 +35,7 @@
# 得点記録用ログファイル (不要ならコメントアウト)
# # の部分は年月に置き換わります
-@@ -100,7 +100,7 @@
+@@ -100,7 +100,7 @@ $MAXHTMLSIZE = 512;
#@EXCEPTSCORES = qw(uso800.ac.jp);
# Muquit's Access Counter CGI (不要あるいは未実装ならコメントアウト)