mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 2.0.3.
PR: 163918 Submitted by: sunpoet
This commit is contained in:
parent
c8d2c70ff8
commit
91b51da86d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288894
4 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= MARC-Record
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MARC-Record-2.0.0.tar.gz) = 6e302823a735624188d1c3a9534bb7df3ea6055cb5766c1ab75118afce92f085
|
||||
SIZE (MARC-Record-2.0.0.tar.gz) = 78929
|
||||
SHA256 (MARC-Record-2.0.3.tar.gz) = ac9d380c1432725aa8464e891bb02341f87f5a7d506c6f83ce9baaf1ed7b3bbc
|
||||
SIZE (MARC-Record-2.0.3.tar.gz) = 82625
|
||||
|
|
|
@ -2,3 +2,5 @@ The MARC::* series of modules create a simple object-oriented abstraction
|
|||
of MARC record handling.
|
||||
|
||||
MARC::Record is the core class for representing a single MARC record.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MARC-Record/
|
||||
|
|
|
@ -3,13 +3,13 @@ bin/marcdump
|
|||
%%SITE_PERL%%/MARC/Doc/Tutorial.pod
|
||||
%%SITE_PERL%%/MARC/Field.pm
|
||||
%%SITE_PERL%%/MARC/File.pm
|
||||
%%SITE_PERL%%/MARC/File/Encode.pm
|
||||
%%SITE_PERL%%/MARC/File/MicroLIF.pm
|
||||
%%SITE_PERL%%/MARC/File/USMARC.pm
|
||||
%%SITE_PERL%%/MARC/File/Encode.pm
|
||||
%%SITE_PERL%%/MARC/Record.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Record/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC/Record
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC
|
||||
@dirrm %%SITE_PERL%%/MARC/Doc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MARC
|
||||
@dirrm %%SITE_PERL%%/MARC/File
|
||||
@dirrm %%SITE_PERL%%/MARC
|
||||
@dirrm %%SITE_PERL%%/MARC/Doc
|
||||
@dirrmtry %%SITE_PERL%%/MARC
|
||||
|
|
Loading…
Add table
Reference in a new issue