svn commit: r384785 - head/textproc/p5-HTML-FormatExternal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 26 12:29:52 UTC 2015
Author: sunpoet
Date: Sun Apr 26 12:29:50 2015
New Revision: 384785
URL: https://svnweb.freebsd.org/changeset/ports/384785
Log:
- Update to 23
- Pet portlint: move *_DEPENDS upward
Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes
Modified:
head/textproc/p5-HTML-FormatExternal/Makefile
head/textproc/p5-HTML-FormatExternal/distinfo (contents, props changed)
Modified: head/textproc/p5-HTML-FormatExternal/Makefile
==============================================================================
--- head/textproc/p5-HTML-FormatExternal/Makefile Sun Apr 26 12:29:45 2015 (r384784)
+++ head/textproc/p5-HTML-FormatExternal/Makefile Sun Apr 26 12:29:50 2015 (r384785)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= HTML-FormatExternal
-PORTVERSION= 22
-PORTREVISION= 2
+PORTVERSION= 23
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,35 +11,30 @@ COMMENT= HTML to text formatting using e
LICENSE= GPLv3
-OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
-OPTIONS_DEFAULT= LYNX
-
BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI \
- p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run
+ p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run \
+ p5-constant-defer>=0:${PORTSDIR}/devel/p5-constant-defer
RUN_DEPENDS:= ${BUILD_DEPENDS}
+OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
+OPTIONS_DEFAULT=LYNX
+
USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
ELINKS_DESC= Install with elinks
ELINKS_RUN_DEPENDS= elinks:${PORTSDIR}/www/elinks
-
HTML2TEXT_DESC= Install with html2text
HTML2TEXT_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text
-
LINKS_DESC= Install with links
LINKS_RUN_DEPENDS= links:${PORTSDIR}/www/links
-
LYNX_DESC= Install with lynx
LYNX_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
-
LYNX_CURRENT_DESC= Install with lynx-current
LYNX_CURRENT_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current
-
NETRIK_DESC= Install with netrik
NETRIK_RUN_DEPENDS= netrik:${PORTSDIR}/www/netrik
-
W3M_DESC= Install with w3m
W3M_RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m
Modified: head/textproc/p5-HTML-FormatExternal/distinfo
==============================================================================
--- head/textproc/p5-HTML-FormatExternal/distinfo Sun Apr 26 12:29:45 2015 (r384784)
+++ head/textproc/p5-HTML-FormatExternal/distinfo Sun Apr 26 12:29:50 2015 (r384785)
@@ -1,2 +1,2 @@
-SHA256 (HTML-FormatExternal-22.tar.gz) = 8dbce273f43796e3bf5d14ac4166694de4ed68a560fd0675d4a297ef998d2793
-SIZE (HTML-FormatExternal-22.tar.gz) = 50668
+SHA256 (HTML-FormatExternal-23.tar.gz) = 91117a42b32bac4066fd60d9c758cda80761a43e8d5456761eced390091736d6
+SIZE (HTML-FormatExternal-23.tar.gz) = 55859
More information about the svn-ports-head
mailing list