diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-05 16:42:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-05 16:42:03 +0000 |
commit | 8a91886c180b62e5dbbdca26a6ff4ffd70866b54 (patch) | |
tree | fb7ec1d58208c7260fe35f711ae57b8fd3358f69 /graphics/springgraph | |
parent | 1950e3ee5a44923a30113760628d2534e6e0b087 (diff) | |
download | freebsd-ports-8a91886c180b62e5dbbdca26a6ff4ffd70866b54.zip |
- Update to 0.87 to unbreak build
PR: ports/79552
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'graphics/springgraph')
-rw-r--r-- | graphics/springgraph/Makefile | 4 | ||||
-rw-r--r-- | graphics/springgraph/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index cb249cef1f39..78e51b9d07be 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -7,7 +7,7 @@ # PORTNAME= springgraph -PORTVERSION= 0.79 +PORTVERSION= 0.87 CATEGORIES= graphics MASTER_SITES= http://www.chaosreigns.com/code/springgraph/dl/ DISTNAME= ${PORTNAME} @@ -16,8 +16,6 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Render graph described in a .dot file -BROKEN= Size mismatch - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD PLIST_FILES= bin/springgraph diff --git a/graphics/springgraph/distinfo b/graphics/springgraph/distinfo index a378df39f664..a5c2d9a27fc8 100644 --- a/graphics/springgraph/distinfo +++ b/graphics/springgraph/distinfo @@ -1,2 +1,2 @@ -MD5 (springgraph.pl) = 701e49bbceb35a9054dfc7e55a8c863a -SIZE (springgraph.pl) = 26057 +MD5 (springgraph.pl) = db54b8ea8d889084e8e0038c438ebf36 +SIZE (springgraph.pl) = 29572 |