From owner-svn-ports-all@FreeBSD.ORG Mon Jan 19 13:05:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39787198; Mon, 19 Jan 2015 13:05:59 +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 0BA4FA1A; Mon, 19 Jan 2015 13:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0JD5wlY011593; Mon, 19 Jan 2015 13:05:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0JD5wvd011590; Mon, 19 Jan 2015 13:05:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501191305.t0JD5wvd011590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Jan 2015 13:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377409 - head/www/p5-HTML-Display X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 13:05:59 -0000 Author: sunpoet Date: Mon Jan 19 13:05:57 2015 New Revision: 377409 URL: https://svnweb.freebsd.org/changeset/ports/377409 QAT: https://qat.redports.org/buildarchive/r377409/ Log: - Add LICENSE - Fix *_DEPENDS: parent is already in all supported Perl releases - Use TEST_DEPENDS - Bump PORTREVISION for dependency change - Reformat pkg-descr - Take maintainership Modified: head/www/p5-HTML-Display/Makefile head/www/p5-HTML-Display/pkg-descr Modified: head/www/p5-HTML-Display/Makefile ============================================================================== --- head/www/p5-HTML-Display/Makefile Mon Jan 19 13:05:52 2015 (r377408) +++ head/www/p5-HTML-Display/Makefile Mon Jan 19 13:05:57 2015 (r377409) @@ -3,25 +3,24 @@ PORTNAME= HTML-Display PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Display HTML locally in a browser -RUN_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ - p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww \ - p5-parent>=0.218:${PORTSDIR}/devel/p5-parent \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTML-TokeParser-Simple>=2:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=5.69:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Harness>=2.30:${PORTSDIR}/devel/p5-Test-Harness USES= perl5 USE_PERL5= configure -regression-test: - @${MAKE} test -C ${WRKSRC} - .include Modified: head/www/p5-HTML-Display/pkg-descr ============================================================================== --- head/www/p5-HTML-Display/pkg-descr Mon Jan 19 13:05:52 2015 (r377408) +++ head/www/p5-HTML-Display/pkg-descr Mon Jan 19 13:05:57 2015 (r377409) @@ -1,6 +1,6 @@ -This module abstracts the task of displaying HTML to the user. The -displaying is done by launching a browser and navigating it to either -a temporary file with the HTML stored in it, or, if possible, by -pushing the HTML directly into the browser window. +This module abstracts the task of displaying HTML to the user. The displaying is +done by launching a browser and navigating it to either a temporary file with +the HTML stored in it, or, if possible, by pushing the HTML directly into the +browser window. WWW: http://search.cpan.org/dist/HTML-Display/