Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2012 16:17:26 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fernan@iib.unsam.edu.ar
Subject:   ports/164079: [PATCH] graphics/p5-SVG-Graph: update to 0.04
Message-ID:  <20120113081726.CE09626C3@sunpoet.net>
Resent-Message-ID: <201201130820.q0D8KBWw008523@freefall.freebsd.org>

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

>Number:         164079
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-SVG-Graph: 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:   Fri Jan 13 08:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sat Dec 24 06:18:22 CST 2011
>Description:
- Update to 0.04

Changes:	http://search.cpan.org/dist/SVG-Graph/Changes

Port maintainer (fernan@iib.unsam.edu.ar) is cc'd.

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

--- p5-SVG-Graph-0.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-SVG-Graph/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	19 Jun 2009 03:26:54 -0000	1.6
+++ Makefile	13 Jan 2012 08:16:59 -0000
@@ -1,4 +1,3 @@
-# vim:ts=8
 # New ports collection makefile for:	p5-SVG-Graph
 # Date created:				25 November 2004
 # Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
@@ -7,24 +6,24 @@
 #
 
 PORTNAME=	SVG-Graph
-PORTVERSION=	0.02
+PORTVERSION=	0.04
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:CJFIELDS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	fernan@iib.unsam.edu.ar
 COMMENT=	Visualize your data in Scalable Vector Graphics (SVG) format
 
-BUILD_DEPENDS=	${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG \
-		${SITE_PERL}/Statistics/Descriptive.pm:${PORTSDIR}/math/p5-Statistics-Descriptive \
-		${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \
-		${SITE_PERL}/Math/Spline.pm:${PORTSDIR}/math/p5-Math-Spline \
-		${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative
+BUILD_DEPENDS=	p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \
+		p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG \
+		p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \
+		p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		SVG::Graph.3 \
-		SVG::Frame.3 \
 		SVG::Graph::Data.3 \
 		SVG::Graph::Data::Datum.3 \
 		SVG::Graph::Data::Node.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-SVG-Graph/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	3 Jul 2011 14:11:50 -0000	1.4
+++ distinfo	13 Jan 2012 08:16:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (SVG-Graph-0.02.tar.gz) = 0de0dfd6c2c6a5fa952e9cc5f56077851fcaea338e1d13915458b351b37061bc
-SIZE (SVG-Graph-0.02.tar.gz) = 85270
+SHA256 (SVG-Graph-0.04.tar.gz) = 02aa78f5f4912837d56ad885730377c17f3154823296e99fbc0d529a0d483dac
+SIZE (SVG-Graph-0.04.tar.gz) = 96082
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-SVG-Graph/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 02:14:56 -0000	1.2
+++ pkg-plist	13 Jan 2012 08:16:59 -0000
@@ -1,5 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph/.packlist
-%%SITE_PERL%%/SVG/Frame.pm
 %%SITE_PERL%%/SVG/Graph.pm
 %%SITE_PERL%%/SVG/Graph/Data.pm
 %%SITE_PERL%%/SVG/Graph/Frame.pm
@@ -19,8 +17,6 @@
 %%SITE_PERL%%/SVG/Graph/Glyph/tree.pm
 %%SITE_PERL%%/SVG/Graph/Glyph/heatmap.pm
 %%SITE_PERL%%/SVG/Graph/Glyph/scatter.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG
 @dirrm %%SITE_PERL%%/SVG/Graph/Data
 @dirrm %%SITE_PERL%%/SVG/Graph/Glyph
 @dirrm %%SITE_PERL%%/SVG/Graph
--- p5-SVG-Graph-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?20120113081726.CE09626C3>