Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2011 10:36:21 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org
Subject:   [PATCH] textproc/p5-Text-WordDiff: update to 0.07
Message-ID:  <20110621023621.407355C31@deep.tw>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Jin-Sih Lin
>Organization:	FreeBSD @ Taiwan
>Confidential:	no 
>Synopsis:	[PATCH] textproc/p5-Text-WordDiff: update to 0.07
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 8.2-STABLE i386
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 0.07

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Text-WordDiff-0.07.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-WordDiff.orig/Makefile /usr/ports/textproc/p5-Text-WordDiff/Makefile
--- /usr/ports/textproc/p5-Text-WordDiff.orig/Makefile	2010-01-26 20:36:19.000000000 +0800
+++ /usr/ports/textproc/p5-Text-WordDiff/Makefile	2011-06-21 10:35:22.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Text-WordDiff
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.07
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,6 +19,7 @@
 
 PERL_MODBUILD=	yes
 
-MAN3=		Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3
+MAN3=		Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3 \
+	Text::WordDiff::HTMLTwoLines.3
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-WordDiff.orig/distinfo /usr/ports/textproc/p5-Text-WordDiff/distinfo
--- /usr/ports/textproc/p5-Text-WordDiff.orig/distinfo	2011-05-17 19:12:54.000000000 +0800
+++ /usr/ports/textproc/p5-Text-WordDiff/distinfo	2011-06-21 10:32:14.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Text-WordDiff-0.05.tar.gz) = 215966519da9534b1721e0026dcabf07d81b292eb1565bfadbc53b5691d07387
-SIZE (Text-WordDiff-0.05.tar.gz) = 14021
+SHA256 (Text-WordDiff-0.07.tar.gz) = 54907af5f530659d691ec153cb1db1b111732f8ad09c009e15bca35afa4c3655
+SIZE (Text-WordDiff-0.07.tar.gz) = 16313
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-WordDiff.orig/pkg-plist /usr/ports/textproc/p5-Text-WordDiff/pkg-plist
--- /usr/ports/textproc/p5-Text-WordDiff.orig/pkg-plist	2006-01-30 22:41:28.000000000 +0800
+++ /usr/ports/textproc/p5-Text-WordDiff/pkg-plist	2011-06-21 10:35:05.000000000 +0800
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Text/WordDiff.pm
 %%SITE_PERL%%/Text/WordDiff/HTML.pm
+%%SITE_PERL%%/Text/WordDiff/HTMLTwoLines.pm
 %%SITE_PERL%%/Text/WordDiff/ANSIColor.pm
 @dirrm %%SITE_PERL%%/Text/WordDiff
 @dirrmtry %%SITE_PERL%%/Text
--- p5-Text-WordDiff-0.07.patch ends here ---




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