[Midnightbsd-cvs] mports: textproc/p5-XML-RSS: some of the depends are funky yet, but we

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 21 11:48:29 EDT 2009


Log Message:
-----------
some of the depends are funky yet, but we might as well have the latest in ports.

Modified Files:
--------------
    mports/textproc/p5-XML-RSS:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.4 -> r1.5)

Removed Files:
-------------
    mports/textproc/p5-XML-RSS/files:
        patch-examples_1_0_update_rss_1_0_pl
        patch-examples_rss_info_pl

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/p5-XML-RSS/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L textproc/p5-XML-RSS/Makefile -L textproc/p5-XML-RSS/Makefile -u -r1.4 -r1.5
--- textproc/p5-XML-RSS/Makefile
+++ textproc/p5-XML-RSS/Makefile
@@ -2,7 +2,7 @@
 # $OpenBSD: Makefile,v 1.14 2003/12/09 18:48:54 jose Exp $
 
 PORTNAME=	XML-RSS
-PORTVERSION=	1.31
+PORTVERSION=	1.42
 CATEGORIES=     textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	XML
@@ -12,7 +12,10 @@
 MAINTAINER=	luke at MidnightBSD.org
 LICENSE=	perl
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+		${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF
 RUN_DEPENDS=    ${BUILD_DEPENDS}
 
 USE_PERL5=	yes
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/textproc/p5-XML-RSS/distinfo,v
retrieving revision 1.4
retrieving revision 1.5
diff -L textproc/p5-XML-RSS/distinfo -L textproc/p5-XML-RSS/distinfo -u -r1.4 -r1.5
--- textproc/p5-XML-RSS/distinfo
+++ textproc/p5-XML-RSS/distinfo
@@ -1,3 +1,3 @@
-MD5 (XML-RSS-1.31.tar.gz) = 7238c2708a07b76020d07640ea19ddf6
-SHA256 (XML-RSS-1.31.tar.gz) = fe43097a542bea5ec509270292d16b106f03474d0dde8c4ec36ec223dcf21116
-SIZE (XML-RSS-1.31.tar.gz) = 86827
+MD5 (XML-RSS-1.42.tar.gz) = 1f8abe432150eaaf8a24466873647049
+SHA256 (XML-RSS-1.42.tar.gz) = 09336a372eece1a5598327d626e1b6e3bb1a2d5f4490863aee7403853d3d5ce5
+SIZE (XML-RSS-1.42.tar.gz) = 101174
--- textproc/p5-XML-RSS/files/patch-examples_rss_info_pl
+++ /dev/null
@@ -1,11 +0,0 @@
-$OpenBSD: patch-examples_rss_info_pl,v 1.1.1.1 2001/03/21 23:59:21 avsm Exp $
---- examples/rss_info.pl.orig	Wed Mar 21 23:17:05 2001
-+++ examples/rss_info.pl	Wed Mar 21 23:17:12 2001
-@@ -1,7 +1,6 @@
- #!/usr/bin/perl -w
- # channel_info.pl
- # print channel info
--use lib '.';
- use strict;
- use XML::RSS;
- 
--- textproc/p5-XML-RSS/files/patch-examples_1_0_update_rss_1_0_pl
+++ /dev/null
@@ -1,10 +0,0 @@
-$OpenBSD: patch-examples_1_0_update_rss_1_0_pl,v 1.1.1.1 2001/03/21 23:59:21 avsm Exp $
---- examples/1.0/update_rss_1.0.pl.orig	Wed Mar 21 23:18:06 2001
-+++ examples/1.0/update_rss_1.0.pl	Wed Mar 21 23:18:12 2001
-@@ -29,5 +29,5 @@ $rss->channel(dc => {
-              );
- 
- # print the new rss file as a string. We could also save it
--to a file with the save() routine.
-+# to a file with the save() routine.
- print $rss->as_string;


More information about the Midnightbsd-cvs mailing list