From owner-svn-ports-head@FreeBSD.ORG Sun Apr 26 12:29:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32A33BED; Sun, 26 Apr 2015 12:29:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 073231FDA; Sun, 26 Apr 2015 12:29:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3QCTpis001714; Sun, 26 Apr 2015 12:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3QCTp0s001712; Sun, 26 Apr 2015 12:29:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504261229.t3QCTp0s001712@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Apr 2015 12:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384785 - head/textproc/p5-HTML-FormatExternal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2015 12:29:52 -0000 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