diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-04-30 19:44:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-04-30 19:44:34 +0000 |
commit | 9a4229b4e8b8e09e17a7319c68c20845e032f7ee (patch) | |
tree | 3e24576820da2a4f9b3478e8dd06b854038e9419 /graphics/p5-GD/Makefile | |
parent | d51df2d2c56ac56a71d5bd45669f29350f33aec3 (diff) | |
download | ports-9a4229b4e8b8e09e17a7319c68c20845e032f7ee.tar.gz ports-9a4229b4e8b8e09e17a7319c68c20845e032f7ee.zip |
Upgrade to 1.38.
PR: 37365
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Drop maintainership.
Notes
Notes:
svn path=/head/; revision=58376
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r-- | graphics/p5-GD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 0fc5849ca2a1..e82825c53801 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,13 +6,13 @@ # PORTNAME= GD -PORTVERSION= 1.33 +PORTVERSION= 1.38 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- -MAINTAINER= demon@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd |