From owner-svn-ports-head@FreeBSD.ORG Mon Sep 8 14:48:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16BD49BB; Mon, 8 Sep 2014 14:48:24 +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 DCCD41835; Mon, 8 Sep 2014 14:48:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88EmNZT007383; Mon, 8 Sep 2014 14:48:23 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88EmNit007380; Mon, 8 Sep 2014 14:48:23 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201409081448.s88EmNit007380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 8 Sep 2014 14:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367635 - head/www/p5-HTML-Query 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.18-1 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: Mon, 08 Sep 2014 14:48:24 -0000 Author: culot Date: Mon Sep 8 14:48:22 2014 New Revision: 367635 URL: http://svnweb.freebsd.org/changeset/ports/367635 QAT: https://qat.redports.org/buildarchive/r367635/ Log: - Update to 0.09 [1] - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) Changes: http://search.cpan.org/dist/HTML-Query/ChangeLog PR: ports/193285 [1] Submitted by: Vick Khera (maintainer) Modified: head/www/p5-HTML-Query/Makefile head/www/p5-HTML-Query/distinfo head/www/p5-HTML-Query/pkg-descr Modified: head/www/p5-HTML-Query/Makefile ============================================================================== --- head/www/p5-HTML-Query/Makefile Mon Sep 8 14:39:39 2014 (r367634) +++ head/www/p5-HTML-Query/Makefile Mon Sep 8 14:48:22 2014 (r367635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Query -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= JQuery-like selection queries for HTML::Element -RUN_DEPENDS+= p5-Badger>0.0:${PORTSDIR}/devel/p5-Badger \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS+= p5-Badger>=0.03:${PORTSDIR}/devel/p5-Badger \ p5-HTML-Tree>=3.23:${PORTSDIR}/www/p5-HTML-Tree USES= perl5 Modified: head/www/p5-HTML-Query/distinfo ============================================================================== --- head/www/p5-HTML-Query/distinfo Mon Sep 8 14:39:39 2014 (r367634) +++ head/www/p5-HTML-Query/distinfo Mon Sep 8 14:48:22 2014 (r367635) @@ -1,2 +1,2 @@ -SHA256 (HTML-Query-0.08.tar.gz) = 13889f89077bcceb13bbfff29b5c57980e43a7757ed1391c28f07323999d4a7f -SIZE (HTML-Query-0.08.tar.gz) = 30306 +SHA256 (HTML-Query-0.09.tar.gz) = 1d9a1c9f8ac4f189a63a2dc958383b63491fdbf029ee0658a09b55aaefaf3089 +SIZE (HTML-Query-0.09.tar.gz) = 30884 Modified: head/www/p5-HTML-Query/pkg-descr ============================================================================== --- head/www/p5-HTML-Query/pkg-descr Mon Sep 8 14:39:39 2014 (r367634) +++ head/www/p5-HTML-Query/pkg-descr Mon Sep 8 14:48:22 2014 (r367635) @@ -1,4 +1,4 @@ The HTML::Query module provides jQuery-like selection queries for HTML::Element. -WWW: http://search.cpan.org/dist/HTML-Query +WWW: http://search.cpan.org/dist/HTML-Query/