diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2006-03-30 19:42:08 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2006-03-30 19:42:08 +0000 |
commit | 84ffd0f6b7793861ac9ed47d030d30cf8991957b (patch) | |
tree | 8aa5c2dd6f015178ee8133c31d3130764f99a84b /security/p5-GD-SecurityImage | |
parent | 25a55ee20a63e93aa4e4560739f217f86a3f7a6c (diff) | |
download | ports-84ffd0f6b7793861ac9ed47d030d30cf8991957b.tar.gz ports-84ffd0f6b7793861ac9ed47d030d30cf8991957b.zip |
Notes
Diffstat (limited to 'security/p5-GD-SecurityImage')
-rw-r--r-- | security/p5-GD-SecurityImage/Makefile | 10 | ||||
-rw-r--r-- | security/p5-GD-SecurityImage/distinfo | 6 | ||||
-rw-r--r-- | security/p5-GD-SecurityImage/pkg-plist | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile index fe1409d1e7f2..1116aa0a76f3 100644 --- a/security/p5-GD-SecurityImage/Makefile +++ b/security/p5-GD-SecurityImage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= GD-SecurityImage -PORTVERSION= 1.583 -PORTREVISION= 1 +PORTVERSION= 1.60 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD/BURAK @@ -22,9 +21,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= GD::SecurityImage::AC.3 GD::SecurityImage::Magick.3 \ - GD::SecurityImage::Styles.3 GD::SecurityImage.3 \ - GD::SecurityImage::GD.3 +MAN3= GD::SecurityImage.3 \ + GD::SecurityImage::GD.3 \ + GD::SecurityImage::Magick.3 \ + GD::SecurityImage::Styles.3 .include <bsd.port.pre.mk> diff --git a/security/p5-GD-SecurityImage/distinfo b/security/p5-GD-SecurityImage/distinfo index 1d946935f162..7fa13d13777c 100644 --- a/security/p5-GD-SecurityImage/distinfo +++ b/security/p5-GD-SecurityImage/distinfo @@ -1,3 +1,3 @@ -MD5 (GD-SecurityImage-1.583.tar.gz) = 84359fd486e073940be5380563cfb3c6 -SHA256 (GD-SecurityImage-1.583.tar.gz) = e78390237da925cbb05bd324ddefcdc47b879884572641100cd0f6fb9059c82f -SIZE (GD-SecurityImage-1.583.tar.gz) = 66882 +MD5 (GD-SecurityImage-1.60.tar.gz) = eef3da4f063af0417443fcd347d9d630 +SHA256 (GD-SecurityImage-1.60.tar.gz) = 9339c0b5bad1b7ace91a53cc66b24c07cfd49e3d501ccc121a34ac28e2e4dd52 +SIZE (GD-SecurityImage-1.60.tar.gz) = 60745 diff --git a/security/p5-GD-SecurityImage/pkg-plist b/security/p5-GD-SecurityImage/pkg-plist index 560fd4dfa2ed..9f59158f3f44 100644 --- a/security/p5-GD-SecurityImage/pkg-plist +++ b/security/p5-GD-SecurityImage/pkg-plist @@ -1,6 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SecurityImage/.packlist %%SITE_PERL%%/GD/SecurityImage.pm -%%SITE_PERL%%/GD/SecurityImage/AC.pm %%SITE_PERL%%/GD/SecurityImage/GD.pm %%SITE_PERL%%/GD/SecurityImage/Magick.pm %%SITE_PERL%%/GD/SecurityImage/Styles.pm |