Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 11:51:19 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100797: [PATCH] textproc/p5-Text-Trac: update to 0.04
Message-ID:  <20060725035119.17F227E976@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200607250350.k6P3oGaC009210@freefall.freebsd.org>

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

>Number:         100797
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Text-Trac: update to 0.04
>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:   Tue Jul 25 03:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #9: Thu May 11 14:31:45 CST 2006
>Description:
- Update to 0.04
- Text::More only need in 'make test' phase, 
  so leave it to maintainer to remove or put it in BUILD_DEPENDS.

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

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

--- p5-Text-Trac-0.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-Trac/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	19 Jul 2006 13:50:26 -0000	1.1
+++ Makefile	25 Jul 2006 03:47:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Text-Trac
-PORTVERSION=	0.03
+PORTVERSION=	0.04
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Text
@@ -26,7 +26,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500602
-RUN_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Text-Trac/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	19 Jul 2006 13:50:26 -0000	1.1
+++ distinfo	25 Jul 2006 03:47:54 -0000
@@ -1,3 +1,3 @@
-MD5 (Text-Trac-0.03.tar.gz) = 254fb347a711d7beeda3b252279bab62
-SHA256 (Text-Trac-0.03.tar.gz) = 9927eb0f47f53bcf4d8ce51377544c75f0cb7de9415de478e3877d6844d07163
-SIZE (Text-Trac-0.03.tar.gz) = 7810
+MD5 (Text-Trac-0.04.tar.gz) = b9d3453809bed0d29af51d1eb840cf21
+SHA256 (Text-Trac-0.04.tar.gz) = 520b5714ca82385d8b05a77a7f21f4a7a4ba33ebc16d8a63bdb10e1fadb47cf3
+SIZE (Text-Trac-0.04.tar.gz) = 7725
--- p5-Text-Trac-0.04.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?20060725035119.17F227E976>