Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 13:06:39 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472686 - head/japanese/another-htmllint
Message-ID:  <201806181306.w5ID6dsX030981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yasu@utahime.org>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181306.w5ID6dsX030981>