From owner-svn-ports-all@freebsd.org Mon Jun 18 13:06:39 2018 Return-Path: Delivered-To: svn-ports-all@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 CB17510062E2; Mon, 18 Jun 2018 13:06:39 +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 7973D7DECC; Mon, 18 Jun 2018 13:06:39 +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 5BCC524799; Mon, 18 Jun 2018 13:06:39 +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 w5ID6d9D030982; Mon, 18 Jun 2018 13:06:39 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5ID6dsX030981; Mon, 18 Jun 2018 13:06:39 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201806181306.w5ID6dsX030981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Mon, 18 Jun 2018 13:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472686 - head/japanese/another-htmllint X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/japanese/another-htmllint X-SVN-Commit-Revision: 472686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 13:06:40 -0000 Author: meta Date: Mon Jun 18 13:06:38 2018 New Revision: 472686 URL: https://svnweb.freebsd.org/changeset/ports/472686 Log: japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGI www/p5-CGI and www/p5-CGI.pm provide same functions and conflict each other. While a lot of ports use www/p5-CGI, only this one uses www/p5-CGI.pm. By swiching to use www/p5-CGI this port and others can be installed together. Also, pass maintainership to the submitter due to consecutive maintainer timeouts. PR: 228236 Submitted by: Yasuhiro KIMURA Approved by: maintainer timeout, pi (mentor) Modified: head/japanese/another-htmllint/Makefile Modified: head/japanese/another-htmllint/Makefile ============================================================================== --- head/japanese/another-htmllint/Makefile Mon Jun 18 12:59:29 2018 (r472685) +++ head/japanese/another-htmllint/Makefile Mon Jun 18 13:06:38 2018 (r472686) @@ -2,12 +2,12 @@ PORTNAME= another-htmllint PORTVERSION= 20111128 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www MASTER_SITES= http://openlab.ring.gr.jp/k16/htmllint/archives/ DISTNAME= htmllint -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= Another HTML-lint (all messages are written in Japanese) LICENSE= AnotherHTMLlint @@ -15,7 +15,7 @@ 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 \ +RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-libwww>=0:www/p5-libwww \ ja-p5-Jcode>=0:japanese/p5-Jcode @@ -38,7 +38,7 @@ HTML= *.cgi *.html *.gif *.css SEDSUB= ${SED} -i.bak -e 's@%%PREFIX%%@${PREFIX}@ ; s@%%DATADIR%%@${DATADIR}@' # Please set this! -HTMLLINT_ADMIN?= kuriyama@FreeBSD.org +HTMLLINT_ADMIN?= webmaster@example.com do-build: @${SEDSUB} ${WRKSRC}/htmllintenv