svn commit: r367635 - head/www/p5-HTML-Query

Frederic Culot culot at FreeBSD.org
Mon Sep 8 14:48:24 UTC 2014


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 <vivek at khera.org> (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 at 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/


More information about the svn-ports-head mailing list