mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 1.14
This commit is contained in:
parent
0372855c61
commit
22245f81f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83435
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GD-Barcode-1.13.tar.gz) = 52589c35c555af4948d79b49781e7e0c
|
||||
MD5 (GD-Barcode-1.14.tar.gz) = 85aaa2f7722f8011714539476665e0ac
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user