diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:22:04 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:22:04 +0800 |
commit | 3777b8d532758518c96791c70da5a768f526260c (patch) | |
tree | 81b9cabfed535be4d21e0a38a0ba7481201a9e79 /graphics | |
parent | 93175c6915b0329fd5ad03f5081173e36ae73b02 (diff) | |
download | freebsd-ports-gnome-3777b8d532758518c96791c70da5a768f526260c.tar.gz freebsd-ports-gnome-3777b8d532758518c96791c70da5a768f526260c.tar.zst freebsd-ports-gnome-3777b8d532758518c96791c70da5a768f526260c.zip |
Update to 1.14
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Barcode/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/pkg-plist | 34 |
3 files changed, 19 insertions, 19 deletions
diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index e652e4993caa..1ef423e58941 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD-Barcode -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD-Barcode/distinfo b/graphics/p5-GD-Barcode/distinfo index 329bb8745bf7..72e73e7cd9fb 100644 --- a/graphics/p5-GD-Barcode/distinfo +++ b/graphics/p5-GD-Barcode/distinfo @@ -1 +1 @@ -MD5 (GD-Barcode-1.13.tar.gz) = 52589c35c555af4948d79b49781e7e0c +MD5 (GD-Barcode-1.14.tar.gz) = 85aaa2f7722f8011714539476665e0ac diff --git a/graphics/p5-GD-Barcode/pkg-plist b/graphics/p5-GD-Barcode/pkg-plist index 437638664d88..9167121abadc 100644 --- a/graphics/p5-GD-Barcode/pkg-plist +++ b/graphics/p5-GD-Barcode/pkg-plist @@ -1,17 +1,17 @@ -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/COOP2of5.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Code39.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/EAN13.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/EAN8.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/IATA2of5.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/ITF.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Industrial2of5.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Matrix2of5.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/NW7.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCA.pm -lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCE.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true +%%SITE_PERL%%/GD/Barcode.pm +%%SITE_PERL%%/GD/Barcode/COOP2of5.pm +%%SITE_PERL%%/GD/Barcode/Code39.pm +%%SITE_PERL%%/GD/Barcode/EAN13.pm +%%SITE_PERL%%/GD/Barcode/EAN8.pm +%%SITE_PERL%%/GD/Barcode/IATA2of5.pm +%%SITE_PERL%%/GD/Barcode/ITF.pm +%%SITE_PERL%%/GD/Barcode/Industrial2of5.pm +%%SITE_PERL%%/GD/Barcode/Matrix2of5.pm +%%SITE_PERL%%/GD/Barcode/NW7.pm +%%SITE_PERL%%/GD/Barcode/UPCA.pm +%%SITE_PERL%%/GD/Barcode/UPCE.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Barcode/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Barcode +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true +@dirrm %%SITE_PERL%%/GD/Barcode +@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true |