ports/72606: [PATCH] graphics/GraphViz: update to 2.01

Cheng-Lung Sung clsung at tw.freebsd.org
Wed Oct 13 04:20:26 UTC 2004


>Number:         72606
>Category:       ports
>Synopsis:       [PATCH] graphics/GraphViz: update to 2.01
>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:   Wed Oct 13 04:20:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
- Update to 2.01
- move dot:${PORTSDIR}/graphics/graphviz under BUILD_DEPENDS, since
  it will check dot in build-time.

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

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

--- p5-GraphViz-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/p5-GraphViz/Makefile /home/clsung/ports/p5-GraphViz/Makefile
--- /usr/ports/graphics/p5-GraphViz/Makefile	Sat Oct 25 05:35:59 2003
+++ /home/clsung/ports/p5-GraphViz/Makefile	Wed Oct 13 11:36:57 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GraphViz
-PORTVERSION=	1.8
+PORTVERSION=	2.01
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GraphViz
@@ -17,9 +17,10 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \
 		${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \
-		${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier
-RUN_DEPENDS=	${BUILD_DEPENDS} \
+		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier \
 		dot:${PORTSDIR}/graphics/graphviz
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
diff -ruN --exclude=CVS /usr/ports/graphics/p5-GraphViz/distinfo /home/clsung/ports/p5-GraphViz/distinfo
--- /usr/ports/graphics/p5-GraphViz/distinfo	Thu Apr  1 05:33:08 2004
+++ /home/clsung/ports/p5-GraphViz/distinfo	Wed Oct 13 11:35:09 2004
@@ -1,2 +1,2 @@
-MD5 (GraphViz-1.8.tar.gz) = 0c57829334271ee0cd46fe7eb794f647
-SIZE (GraphViz-1.8.tar.gz) = 113418
+MD5 (GraphViz-2.01.tar.gz) = 87f9e8b7bc7496f08615f47f75204b7d
+SIZE (GraphViz-2.01.tar.gz) = 118850
--- p5-GraphViz-2.01.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list