Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  9 Dec 2006 19:39:15 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/106522: [PATCH] textproc/p5-Text-Trac: update to 0.05
Message-ID:  <20061209113915.8D3AB8D@netnews.NCTU.edu.tw>
Resent-Message-ID: <200612091140.kB9BeBra015244@freefall.freebsd.org>

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

>Number:         106522
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-Trac: update to 0.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 09 11:40:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 0.05
- Move to perl@FreeBSD.org

Port maintainer (gslin@gslin.org) is cc'd.

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

--- p5-Text-Trac-0.05.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Trac/Makefile /home/staff/gslin/work/ports/p5-Text-Trac/Makefile
--- /usr/ports/textproc/p5-Text-Trac/Makefile	Tue Aug  8 15:52:12 2006
+++ /home/staff/gslin/work/ports/p5-Text-Trac/Makefile	Sat Dec  9 19:37:02 2006
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	Text-Trac
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Text
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	gslin@gslin.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension for formatting text with Trac Wiki Style
 
 RUN_DEPENDS=	${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Trac/distinfo /home/staff/gslin/work/ports/p5-Text-Trac/distinfo
--- /usr/ports/textproc/p5-Text-Trac/distinfo	Tue Aug  1 10:01:48 2006
+++ /home/staff/gslin/work/ports/p5-Text-Trac/distinfo	Sat Dec  9 19:37:14 2006
@@ -1,3 +1,3 @@
-MD5 (Text-Trac-0.04.tar.gz) = b9d3453809bed0d29af51d1eb840cf21
-SHA256 (Text-Trac-0.04.tar.gz) = 520b5714ca82385d8b05a77a7f21f4a7a4ba33ebc16d8a63bdb10e1fadb47cf3
-SIZE (Text-Trac-0.04.tar.gz) = 7725
+MD5 (Text-Trac-0.05.tar.gz) = 201cef266e39b48748d572b96caf2413
+SHA256 (Text-Trac-0.05.tar.gz) = fe54495664aa1c30ba55ae12d8ced25e0026548c177bd9d9048cf02f2118f3b7
+SIZE (Text-Trac-0.05.tar.gz) = 7980
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Trac/pkg-plist /home/staff/gslin/work/ports/p5-Text-Trac/pkg-plist
--- /usr/ports/textproc/p5-Text-Trac/pkg-plist	Wed Jul 19 21:50:26 2006
+++ /home/staff/gslin/work/ports/p5-Text-Trac/pkg-plist	Sat Dec  9 19:38:43 2006
@@ -1,31 +1,31 @@
-@comment $FreeBSD: ports/textproc/p5-Text-Trac/pkg-plist,v 1.1 2006/07/19 13:50:26 clsung Exp $
+@comment $FreeBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac/.packlist
 %%SITE_PERL%%/Text/Trac.pm
-%%SITE_PERL%%/Text/Trac/AutoLinkHttpNode.pm
+%%SITE_PERL%%/Text/Trac/AutoLinkHttp.pm
 %%SITE_PERL%%/Text/Trac/BlockNode.pm
-%%SITE_PERL%%/Text/Trac/BlockquoteNode.pm
-%%SITE_PERL%%/Text/Trac/BoldItalicNode.pm
-%%SITE_PERL%%/Text/Trac/BoldNode.pm
-%%SITE_PERL%%/Text/Trac/BrNode.pm
+%%SITE_PERL%%/Text/Trac/Blockquote.pm
+%%SITE_PERL%%/Text/Trac/Bold.pm
+%%SITE_PERL%%/Text/Trac/BoldItalic.pm
+%%SITE_PERL%%/Text/Trac/Br.pm
 %%SITE_PERL%%/Text/Trac/Context.pm
-%%SITE_PERL%%/Text/Trac/DlNode.pm
-%%SITE_PERL%%/Text/Trac/HeadingNode.pm
-%%SITE_PERL%%/Text/Trac/HrNode.pm
+%%SITE_PERL%%/Text/Trac/Dl.pm
+%%SITE_PERL%%/Text/Trac/Heading.pm
+%%SITE_PERL%%/Text/Trac/Hr.pm
 %%SITE_PERL%%/Text/Trac/InlineNode.pm
-%%SITE_PERL%%/Text/Trac/ItalicNode.pm
-%%SITE_PERL%%/Text/Trac/MonospaceNode.pm
+%%SITE_PERL%%/Text/Trac/Italic.pm
+%%SITE_PERL%%/Text/Trac/Monospace.pm
 %%SITE_PERL%%/Text/Trac/Node.pm
-%%SITE_PERL%%/Text/Trac/OlNode.pm
-%%SITE_PERL%%/Text/Trac/PNode.pm
-%%SITE_PERL%%/Text/Trac/PreNode.pm
-%%SITE_PERL%%/Text/Trac/StrikeNode.pm
-%%SITE_PERL%%/Text/Trac/SubNode.pm
-%%SITE_PERL%%/Text/Trac/SupNode.pm
-%%SITE_PERL%%/Text/Trac/TableNode.pm
+%%SITE_PERL%%/Text/Trac/Ol.pm
+%%SITE_PERL%%/Text/Trac/P.pm
+%%SITE_PERL%%/Text/Trac/Pre.pm
+%%SITE_PERL%%/Text/Trac/Strike.pm
+%%SITE_PERL%%/Text/Trac/Sub.pm
+%%SITE_PERL%%/Text/Trac/Sup.pm
+%%SITE_PERL%%/Text/Trac/Table.pm
 %%SITE_PERL%%/Text/Trac/Text.pm
-%%SITE_PERL%%/Text/Trac/UlNode.pm
-%%SITE_PERL%%/Text/Trac/UnderlineNode.pm
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+%%SITE_PERL%%/Text/Trac/Ul.pm
+%%SITE_PERL%%/Text/Trac/Underline.pm
 @dirrmtry %%SITE_PERL%%/Text/Trac
 @dirrmtry %%SITE_PERL%%/Text
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Trac
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
--- p5-Text-Trac-0.05.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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