diff options
author | shige <shige@FreeBSD.org> | 2006-03-31 03:42:08 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2006-03-31 03:42:08 +0800 |
commit | a55ac16d3e070abffbcb088ecc886e8bbe8e7483 (patch) | |
tree | 40bdc283a565c4934e8cdff51d54e5daf15d7916 /security/p5-GD-SecurityImage | |
parent | 8af756787dc8c483eb8e04792c99bb3399aec576 (diff) | |
download | freebsd-ports-gnome-a55ac16d3e070abffbcb088ecc886e8bbe8e7483.tar.gz freebsd-ports-gnome-a55ac16d3e070abffbcb088ecc886e8bbe8e7483.tar.zst freebsd-ports-gnome-a55ac16d3e070abffbcb088ecc886e8bbe8e7483.zip |
Update to 1.60.
PR: ports/94683
Submitted by: Vladimir Timofeev <vovkasm@gmail.com>
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 |