From owner-svn-ports-head@freebsd.org Tue Mar 27 06:10:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5012F51B0B; Tue, 27 Mar 2018 06:10:57 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 535996FACD; Tue, 27 Mar 2018 06:10:57 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E68418156; Tue, 27 Mar 2018 06:10:57 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2R6Avud011870; Tue, 27 Mar 2018 06:10:57 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2R6Avsu011868; Tue, 27 Mar 2018 06:10:57 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201803270610.w2R6Avsu011868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 27 Mar 2018 06:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465662 - in head/japanese/another-htmllint: . files X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head/japanese/another-htmllint: . files X-SVN-Commit-Revision: 465662 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 06:10:57 -0000 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 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@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.