summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2003-05-15 22:24:39 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2003-05-15 22:24:39 +0000
commitfdc3c99bd2437684ed0a026cc0d1d1180e44a7ea (patch)
tree436bd00b6e4e694282cf2cf8aff1787c1a879a00 /devel
parent- mark BROKEN for inn 2.4 (diff)
Upgrade to version 0.05.
PR: 52185 Submitted By: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=81055
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Proc-PIDFile/Makefile3
-rw-r--r--devel/p5-Proc-PIDFile/distinfo2
-rw-r--r--devel/p5-Proc-PIDFile/pkg-descr2
-rw-r--r--devel/p5-Proc-PIDFile/pkg-plist11
4 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Proc-PIDFile/Makefile b/devel/p5-Proc-PIDFile/Makefile
index 0ce0aa76dc04..61d028932663 100644
--- a/devel/p5-Proc-PIDFile/Makefile
+++ b/devel/p5-Proc-PIDFile/Makefile
@@ -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>
diff --git a/devel/p5-Proc-PIDFile/distinfo b/devel/p5-Proc-PIDFile/distinfo
index ab5faf5e6891..faec321d272d 100644
--- a/devel/p5-Proc-PIDFile/distinfo
+++ b/devel/p5-Proc-PIDFile/distinfo
@@ -1 +1 @@
-MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6
+MD5 (Proc-PID_File-0.05.tar.gz) = 7f8bbef1d0b989d367cd0069c95f62c9
diff --git a/devel/p5-Proc-PIDFile/pkg-descr b/devel/p5-Proc-PIDFile/pkg-descr
index 31e07e7882d8..4e9478f4c88a 100644
--- a/devel/p5-Proc-PIDFile/pkg-descr
+++ b/devel/p5-Proc-PIDFile/pkg-descr
@@ -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/
diff --git a/devel/p5-Proc-PIDFile/pkg-plist b/devel/p5-Proc-PIDFile/pkg-plist
index 16240871ac97..631a7aa4cdc6 100644
--- a/devel/p5-Proc-PIDFile/pkg-plist
+++ b/devel/p5-Proc-PIDFile/pkg-plist
@@ -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