svn commit: r469804 - head/www/validator

Koichiro Iwao meta at FreeBSD.org
Sun May 13 16:12:04 UTC 2018


Author: meta
Date: Sun May 13 16:12:03 2018
New Revision: 469804
URL: https://svnweb.freebsd.org/changeset/ports/469804

Log:
  www/validator: Change p5-CGI.pm dependency to p5-CGI
  
  Using p5-CGI rather than p5-CGI.pm is more convenient for many people
  because many www ports depends on p5-CGI and it conflicts with p5-CGI.pm.
  Also pet portlint.
  
  PR:		227653
  Submitted by:	cyberbotx at cyberbotx.com (maintainer)
  Approved by:	pi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15414

Modified:
  head/www/validator/Makefile

Modified: head/www/validator/Makefile
==============================================================================
--- head/www/validator/Makefile	Sun May 13 15:35:02 2018	(r469803)
+++ head/www/validator/Makefile	Sun May 13 16:12:03 2018	(r469804)
@@ -5,7 +5,7 @@ PORTNAME=	validator
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1_3
 DISTVERSIONSUFFIX=	-release
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 
 MAINTAINER=	cyberbotx at cyberbotx.com
@@ -17,7 +17,7 @@ LICENSE_TEXT=	See https://www.w3.org/Consortium/Legal/
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS=	onsgmls:textproc/opensp \
-		p5-CGI.pm>=0:www/p5-CGI.pm \
+		p5-CGI>=0:www/p5-CGI \
 		p5-Config-General>=0:devel/p5-Config-General \
 		p5-Encode-HanExtra>=0:chinese/p5-Encode-HanExtra \
 		p5-Encode-JIS2K>=0:converters/p5-Encode-JIS2K \
@@ -32,10 +32,10 @@ RUN_DEPENDS=	onsgmls:textproc/opensp \
 		p5-URI>=0:net/p5-URI \
 		p5-XML-LibXML>=0:textproc/p5-XML-LibXML
 
+USES=		perl5 shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	w3c
 GH_PROJECT=	markup-validator
-USES=		perl5 shebangfix
 NO_ARCH=	yes
 NO_BUILD=	yes
 USE_PERL5=	run


More information about the svn-ports-head mailing list