Upgrade to version 0.05.
PR: 52185 Submitted By: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
4a17dd1488
commit
fdc3c99bd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81055
4 changed files with 11 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Proc-PIDFile
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Proc
|
||||
|
@ -18,7 +18,6 @@ COMMENT= Perl5 module to prevent multiple instances of a process from running
|
|||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Proc::PID_File.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6
|
||||
MD5 (Proc-PID_File-0.05.tar.gz) = 7f8bbef1d0b989d367cd0069c95f62c9
|
||||
|
|
|
@ -5,3 +5,5 @@ it. Pids are written down to files so that:
|
|||
* other processes can know the pid of a running program
|
||||
|
||||
This module can be used so that your script can do the former.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Proc-PID_File/
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Proc/test-T.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Proc/simple.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Proc/PID_File.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Proc
|
||||
%%SITE_PERL%%/Proc/PID_File.pm
|
||||
%%SITE_PERL%%/Proc/simple.pl
|
||||
%%SITE_PERL%%/Proc/test-T.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/PID_File/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/PID_File
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Proc 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue