svn commit: r381041 - head/textproc/p5-HTML-FormatExternal

Matthew Seaman matthew at FreeBSD.org
Wed Mar 11 21:51:50 UTC 2015


Author: matthew
Date: Wed Mar 11 21:51:49 2015
New Revision: 381041
URL: https://svnweb.freebsd.org/changeset/ports/381041
QAT: https://qat.redports.org/buildarchive/r381041/

Log:
  Drop the dependency on p5-Encode.  This is bundled with perl, and
  p5-HTML-FormatExternal doesn't need any more recent verson itself.
  
  Submitted by:	az

Modified:
  head/textproc/p5-HTML-FormatExternal/Makefile

Modified: head/textproc/p5-HTML-FormatExternal/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatExternal/Makefile	Wed Mar 11 21:25:34 2015	(r381040)
+++ head/textproc/p5-HTML-FormatExternal/Makefile	Wed Mar 11 21:51:49 2015	(r381041)
@@ -2,6 +2,7 @@
 
 PORTNAME=	HTML-FormatExternal
 PORTVERSION=	22
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +15,7 @@ LICENSE=	GPLv3
 OPTIONS_DEFINE=		ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
 OPTIONS_DEFAULT=	LYNX
 
-BUILD_DEPENDS=	p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
-		p5-URI>=0.08:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS=	p5-URI>=0.08:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list