Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 07:54:16 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/103116: [PATCH] math/p5-Graph: update to 0.80
Message-ID:  <200609102354.k8ANsGMQ016818@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200609110000.k8B00dDX092049@freefall.freebsd.org>

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

>Number:         103116
>Category:       ports
>Synopsis:       [PATCH] math/p5-Graph: update to 0.80
>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:   Mon Sep 11 00:00:38 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Sep 10 09:49:13 CST 2006
>Description:
- Update to 0.80

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

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

--- p5-Graph-0.80,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/p5-Graph/Makefile /root/p5-Graph/Makefile
--- /usr/ports/math/p5-Graph/Makefile	Fri Aug 18 07:34:26 2006
+++ /root/p5-Graph/Makefile	Mon Sep 11 07:51:50 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Graph
-PORTVERSION=	0.79
+PORTVERSION=	0.80
 PORTEPOCH=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@@ -39,8 +39,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500601
-IGNORE=		requires perl 5.6.x or later version
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/math/p5-Graph/distinfo /root/p5-Graph/distinfo
--- /usr/ports/math/p5-Graph/distinfo	Fri Aug 18 07:34:26 2006
+++ /root/p5-Graph/distinfo	Mon Sep 11 07:43:50 2006
@@ -1,3 +1,3 @@
-MD5 (Graph-0.79.tar.gz) = 4f30a95840e705e24391936e79e31d2f
-SHA256 (Graph-0.79.tar.gz) = dc9ba843877bba8f1a46b23234d7eb8a6191d9c0190bf0922713748b73d3b6e9
-SIZE (Graph-0.79.tar.gz) = 130985
+MD5 (Graph-0.80.tar.gz) = e39dd732045ff2fe4728096e51fe1bbb
+SHA256 (Graph-0.80.tar.gz) = 2fed86b0e2cc2fb4e197842954b3dff846422a1178f29a9fea7e72b031c86c75
+SIZE (Graph-0.80.tar.gz) = 131331
--- p5-Graph-0.80,1.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?200609102354.k8ANsGMQ016818>