diff options
author | meta <meta@FreeBSD.org> | 2018-03-27 14:10:56 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2018-03-27 14:10:56 +0800 |
commit | cdf8e76d077ebeb0d529263563dea3794bef26a5 (patch) | |
tree | 3ad1768cb52cc6b5ac828eb92da72fa20faa6c9b /japanese/another-htmllint | |
parent | 40379a52f65cecb3aba30d7a872eead4b6b0d95f (diff) | |
download | freebsd-ports-gnome-cdf8e76d077ebeb0d529263563dea3794bef26a5.tar.gz freebsd-ports-gnome-cdf8e76d077ebeb0d529263563dea3794bef26a5.tar.zst freebsd-ports-gnome-cdf8e76d077ebeb0d529263563dea3794bef26a5.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)
Diffstat (limited to 'japanese/another-htmllint')
-rw-r--r-- | japanese/another-htmllint/Makefile | 7 | ||||
-rw-r--r-- | japanese/another-htmllint/files/patch-htmllint.cgi | 6 | ||||
-rw-r--r-- | japanese/another-htmllint/files/patch-htmllintenv | 8 |
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 (不要あるいは未実装ならコメントアウト) |