Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:19:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326598 - head/textproc/p5-XML-RSS-Feed
Message-ID:  <201309071019.r87AJV50071354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 10:19:30 2013
New Revision: 326598
URL: http://svnweb.freebsd.org/changeset/ports/326598

Log:
  - Update to 2.4
  - Add LICENSE
  - Add missing *_DEPENDS
  - Sort *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/XML-RSS-Feed/Changes

Modified:
  head/textproc/p5-XML-RSS-Feed/Makefile   (contents, props changed)
  head/textproc/p5-XML-RSS-Feed/distinfo   (contents, props changed)

Modified: head/textproc/p5-XML-RSS-Feed/Makefile
==============================================================================
--- head/textproc/p5-XML-RSS-Feed/Makefile	Sat Sep  7 10:19:26 2013	(r326597)
+++ head/textproc/p5-XML-RSS-Feed/Makefile	Sat Sep  7 10:19:30 2013	(r326598)
@@ -2,18 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	XML-RSS-Feed
-PORTVERSION=	2.32
-PORTREVISION=	1
+PORTVERSION=	2.40
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/0$//}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Persistent XML RSS encapsulation
 
-BUILD_DEPENDS=	p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
 		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
-		p5-URI>=0:${PORTSDIR}/net/p5-URI
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
+		p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/textproc/p5-XML-RSS-Feed/distinfo
==============================================================================
--- head/textproc/p5-XML-RSS-Feed/distinfo	Sat Sep  7 10:19:26 2013	(r326597)
+++ head/textproc/p5-XML-RSS-Feed/distinfo	Sat Sep  7 10:19:30 2013	(r326598)
@@ -1,2 +1,2 @@
-SHA256 (XML-RSS-Feed-2.32.tar.gz) = 59d32c1132a46fc4320ea9534993003af3a685a5f8c9f8286282c8d64aa79c49
-SIZE (XML-RSS-Feed-2.32.tar.gz) = 36578
+SHA256 (XML-RSS-Feed-2.4.tar.gz) = 2c9be5a87110ab6c0168cc8106358eeea757c76acd4c88993a9f4016f607587a
+SIZE (XML-RSS-Feed-2.4.tar.gz) = 37079



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071019.r87AJV50071354>