Bug 178312 - [MAINTAINER] textproc/p5-XML-Feed-Deduper: update to 0.06
Summary: [MAINTAINER] textproc/p5-XML-Feed-Deduper: update to 0.06
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 07:50 UTC by markun
Modified: 2013-05-03 09:40 UTC (History)
0 users

See Also:


Attachments
p5-XML-Feed-Deduper-0.06.patch (2.01 KB, patch)
2013-05-03 07:50 UTC, markun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description markun 2013-05-03 07:50:00 UTC
- Update to 0.06
- Update dependencies

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-03 07:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-05-03 07:52:40 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-03 09:32:19 UTC
Author: culot
Date: Fri May  3 08:32:07 2013
New Revision: 317183
URL: http://svnweb.freebsd.org/changeset/ports/317183

Log:
  - Update to 0.06
  - Trim Makefile's header
  - Pet portlint(1) by replacing tab by space in WWW link
  
  Changes:	http://search.cpan.org/dist/XML-Feed-Deduper/Changes
  PR:		ports/178312
  Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)

Modified:
  head/textproc/p5-XML-Feed-Deduper/Makefile
  head/textproc/p5-XML-Feed-Deduper/distinfo
  head/textproc/p5-XML-Feed-Deduper/pkg-descr

Modified: head/textproc/p5-XML-Feed-Deduper/Makefile
==============================================================================
--- head/textproc/p5-XML-Feed-Deduper/Makefile	Fri May  3 08:17:33 2013	(r317182)
+++ head/textproc/p5-XML-Feed-Deduper/Makefile	Fri May  3 08:32:07 2013	(r317183)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	p5-XML-Feed-Deduper
-# Date created:		2009-04-26
-# Whom:			TERAMOTO Masahiro <markun@onohara.to>
-#
+# Created by: TERAMOTO Masahiro <markun@onohara.to>
 # $FreeBSD$
 #
 
 PORTNAME=	XML-Feed-Deduper
-PORTVERSION=	0.05
+PORTVERSION=	0.06
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,9 +14,9 @@ COMMENT=	Remove duplicated entries from 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
+BUILD_DEPENDS=	p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
-RUN_DEPENDS=	p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
+RUN_DEPENDS=	p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-XML-Feed>=0.41:${PORTSDIR}/textproc/p5-XML-Feed
 
 PERL_MODBUILD=	yes

Modified: head/textproc/p5-XML-Feed-Deduper/distinfo
==============================================================================
--- head/textproc/p5-XML-Feed-Deduper/distinfo	Fri May  3 08:17:33 2013	(r317182)
+++ head/textproc/p5-XML-Feed-Deduper/distinfo	Fri May  3 08:32:07 2013	(r317183)
@@ -1,2 +1,2 @@
-SHA256 (XML-Feed-Deduper-0.05.tar.gz) = ed31fd636eb7d299bab542f4ecd55bb26365588c8340358cbf1108e55be12ddf
-SIZE (XML-Feed-Deduper-0.05.tar.gz) = 13049
+SHA256 (XML-Feed-Deduper-0.06.tar.gz) = 5b6f66440e7dd272c399a5790e64cf302273644bf03b752d66dc0d85e0f3f8bb
+SIZE (XML-Feed-Deduper-0.06.tar.gz) = 11225

Modified: head/textproc/p5-XML-Feed-Deduper/pkg-descr
==============================================================================
--- head/textproc/p5-XML-Feed-Deduper/pkg-descr	Fri May  3 08:17:33 2013	(r317182)
+++ head/textproc/p5-XML-Feed-Deduper/pkg-descr	Fri May  3 08:32:07 2013	(r317183)
@@ -1,4 +1,4 @@
 XML::Feed::Deduper is deduper for XML::Feed.
 You can write the aggregator more easily :)
 
-WWW:	http://search.cpan.org/dist/XML-Feed-Deduper/
+WWW: http://search.cpan.org/dist/XML-Feed-Deduper/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-05-03 09:32:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!