mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.5.
PR: 167895 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Directory-Queue/Changes
This commit is contained in:
parent
ea65103795
commit
5ab8094dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297102
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Directory-Queue
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:LCONS
|
||||
@ -18,7 +18,8 @@ COMMENT= Object oriented interface to a directory based queue in Perl
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Directory::Queue.3 \
|
||||
Directory::Queue::Base.3 \
|
||||
Directory::Queue::Normal.3 \
|
||||
Directory::Queue::Null.3 \
|
||||
Directory::Queue::Set.3 \
|
||||
Directory::Queue::Simple.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Directory-Queue-1.4.tar.gz) = 3128e2d68a3d69bb128db927b07327b63d568c5d7900ed6e7a350a087a19dbc7
|
||||
SIZE (Directory-Queue-1.4.tar.gz) = 18326
|
||||
SHA256 (Directory-Queue-1.5.tar.gz) = 392c95dcfbc7ba256af359a69c5275f1e7421f6d4aa9ce0d01d57faf36afd901
|
||||
SIZE (Directory-Queue-1.5.tar.gz) = 20403
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Queue/.packlist
|
||||
%%SITE_PERL%%/Directory/Queue.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Base.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Normal.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Null.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Set.pm
|
||||
%%SITE_PERL%%/Directory/Queue/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/Directory/Queue
|
||||
|
Loading…
Reference in New Issue
Block a user