diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-25 13:14:08 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-10-25 13:14:08 +0000 |
commit | 892179965b355442cea08fc55c0e2944eba25bed (patch) | |
tree | 046f4ae441460263b59423b3acd7640fe428459e /graphics | |
parent | 17647d82e9aff20830ac2d40c52af400bc6b564a (diff) | |
download | ports-892179965b355442cea08fc55c0e2944eba25bed.tar.gz ports-892179965b355442cea08fc55c0e2944eba25bed.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-GD/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 62904d128725..09a614156b68 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD @@ -19,7 +19,9 @@ COMMENT= A perl5 interface to Gd Graphics Library version2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd PERL_CONFIGURE= yes -CONFIGURE_ARGS= -options "JPEG,FT,XPM" -lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} -lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE} +CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF" \ + -lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} \ + -lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE} MAN3= GD.3 GD::Polyline.3 diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index 42711ab08773..092859dcaf09 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,2 +1,2 @@ -MD5 (GD-2.15.tar.gz) = 8afc6be5a7a5be545840ff11fb3b02cf -SIZE (GD-2.15.tar.gz) = 156948 +MD5 (GD-2.16.tar.gz) = 690083b29d354759394eaa477b60e6f7 +SIZE (GD-2.16.tar.gz) = 157025 diff --git a/graphics/p5-GD/pkg-plist b/graphics/p5-GD/pkg-plist index 3c98e9f34dc7..508cce654af2 100644 --- a/graphics/p5-GD/pkg-plist +++ b/graphics/p5-GD/pkg-plist @@ -5,5 +5,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/qd.pl -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/GD |