From d67699061f62789159f012d8e84fef986e2c017f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 23 Dec 2005 10:37:56 +0000 Subject: Update to 1.43.05 --- graphics/p5-GD-Graph/Makefile | 9 ++++++--- graphics/p5-GD-Graph/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 92d8db46a025..5d92d934adad 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -6,12 +6,12 @@ # PORTNAME= GD-Graph -PORTVERSION= 1.43 +PORTVERSION= 1.43.05 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GD +MASTER_SITE_SUBDIR= Test/BWARFIELD PKGNAMEPREFIX= p5- -DISTNAME= GDGraph-${PORTVERSION} +DISTNAME= GDGraph-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= mat@FreeBSD.org COMMENT= Graph plotting module for perl5 @@ -29,4 +29,7 @@ MAN3= GD::Graph.3 \ GD::Graph::colour.3 \ GD::Graph::hbars.3 +post-patch: + @${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f + .include diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index 2bdb610e9402..6302bbccfa45 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1,3 +1,3 @@ -MD5 (GDGraph-1.43.tar.gz) = cf546f2de827a56458afe288ab0807f2 -SHA256 (GDGraph-1.43.tar.gz) = 82793d3051aee0ab7b802158f00b6d439bc4dbc9f7279bb8e2e02dec636874c6 -SIZE (GDGraph-1.43.tar.gz) = 130020 +MD5 (GDGraph-1.4305.tar.gz) = 7cba9e4e9fc0c146ab1e34d00f61d932 +SHA256 (GDGraph-1.4305.tar.gz) = b265f05ee372bed7148b2d4ec2d04e6af7ffdcc908d2ed09e1a155211b9d5f8b +SIZE (GDGraph-1.4305.tar.gz) = 148577 -- cgit