Update to 1.3.
Changes: http://search.cpan.org/dist/Directory-Queue/Changes Feature safe: yes
This commit is contained in:
parent
72ac4214f6
commit
accdf467b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286570
3 changed files with 12 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Directory-Queue
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Directory
|
||||
|
@ -18,6 +18,8 @@ COMMENT= Object oriented interface to a directory based queue in Perl
|
|||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Directory::Queue.3 \
|
||||
Directory::Queue::Set.3
|
||||
Directory::Queue::Base.3 \
|
||||
Directory::Queue::Set.3 \
|
||||
Directory::Queue::Simple.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Directory-Queue-1.2.tar.gz) = 8376572d4ff27bf50aae20ac430ebac7195a490fdbae7efd6bc02d53fe5d1259
|
||||
SIZE (Directory-Queue-1.2.tar.gz) = 15216
|
||||
SHA256 (Directory-Queue-1.3.tar.gz) = b820931de4bfa567cef732ff54ab1c884047949b048866948161ba9cab58c359
|
||||
SIZE (Directory-Queue-1.3.tar.gz) = 18094
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
%%SITE_PERL%%/Directory/Queue.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Set.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Queue/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Queue
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory
|
||||
%%SITE_PERL%%/Directory/Queue.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Base.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Set.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/Directory/Queue
|
||||
@dirrmtry %%SITE_PERL%%/Directory
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Queue
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory
|
||||
|
|
Loading…
Reference in a new issue