diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 14:33:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 14:33:34 +0800 |
commit | 1191d04c13bf429e79e2c2f89b389f849c44e494 (patch) | |
tree | 7589a25db196430f18c17c1ee0559dfe9b029f39 /graphics | |
parent | 3cff8340572298cd70ef382e1390df12745d2866 (diff) | |
download | freebsd-ports-gnome-1191d04c13bf429e79e2c2f89b389f849c44e494.tar.gz freebsd-ports-gnome-1191d04c13bf429e79e2c2f89b389f849c44e494.tar.zst freebsd-ports-gnome-1191d04c13bf429e79e2c2f89b389f849c44e494.zip |
Update port: graphics/p5-GD-SVG update to 0.27
- Update port to 0.27.
- Fix WWW.
- Add sha256.
- Maintainer has been CCed.
- Ps: tested on my tinderbox.
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
PR: ports/90860
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/distinfo | 5 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index e95fe67ed77a..8214619cf6c9 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GD-SVG -PORTVERSION= 0.25 +PORTVERSION= 0.27 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo index 863374a33d18..662edb025841 100644 --- a/graphics/p5-GD-SVG/distinfo +++ b/graphics/p5-GD-SVG/distinfo @@ -1,2 +1,3 @@ -MD5 (GD-SVG-0.25.tar.gz) = 47098a12f5bb4c339fac956318f65d6f -SIZE (GD-SVG-0.25.tar.gz) = 42668 +MD5 (GD-SVG-0.27.tar.gz) = 6d6f27af9096234869e753e59bc3492a +SHA256 (GD-SVG-0.27.tar.gz) = 5407757beec30ce8495a88171da3ee83224116c1d62a7de565c664d161aa84a5 +SIZE (GD-SVG-0.27.tar.gz) = 43837 diff --git a/graphics/p5-GD-SVG/pkg-descr b/graphics/p5-GD-SVG/pkg-descr index 08ad15d15170..c20368f1691a 100644 --- a/graphics/p5-GD-SVG/pkg-descr +++ b/graphics/p5-GD-SVG/pkg-descr @@ -2,4 +2,4 @@ GD::SVG seamlessly enables the scalable vector graphics (SVG) output from scripts written using GD. It accomplishes this by translating GD functions into SVG functions. -WWW: http://www2.toddot.net:8081/projects/GD-SVG/ +WWW: http://search.cpan.org/dist/GD-SVG/ |