sysutils/stalepid: update to 1.0.2

While here, assign maintainership to submitter

PR:		236163
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
This commit is contained in:
Steve Wills 2019-03-05 14:14:35 +00:00
parent b2d10add78
commit 1528d8cfc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494701
4 changed files with 35 additions and 8 deletions

View file

@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= stalepid
PORTVERSION= 1.0.b1
PORTREVISION= 1
PORTVERSION= 1.0.2
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/stalepid/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
MASTER_SITES= https://devel.ringlet.net/files/sys/stalepid/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= driesm.michiels@gmail.com
COMMENT= Check for stale pid files and remove them
LICENSE= BSD2CLAUSE
RUN_DEPENDS= p5-Error>=0:lang/p5-Error
USES= perl5 shebangfix uidfix
USE_PERL5= run
SHEBANG_FILES= ${WRKSRC}/stalepid.pl
PLIST_FILES= bin/stalepid man/man1/stalepid.1.gz

View file

@ -1,2 +1,3 @@
SHA256 (stalepid-1.0pre1.tar.gz) = 986d4dacceaae2a620ceb79a4636ee2cc6829e3171b34d0e9aa44a9eda795bff
SIZE (stalepid-1.0pre1.tar.gz) = 4739
TIMESTAMP = 1551546599
SHA256 (stalepid-1.0.2.tar.gz) = b5281e67d799973f73392eafbef62ec2571d801f9c16e16fc579c663407eea1c
SIZE (stalepid-1.0.2.tar.gz) = 6059

View file

@ -0,0 +1,25 @@
--- Makefile.orig 2017-02-17 15:31:21 UTC
+++ Makefile
@@ -29,7 +29,7 @@ MAN1= stalepid.1
LOCALBASE?= /usr/local
PREFIX?= ${LOCALBASE}
BINDIR?= ${PREFIX}/bin
-MANDIR?= ${PREFIX}/share/man/man
+MANDIR?= ${PREFIX}/man/man
MAN1Z= ${MAN1}.gz
@@ -39,11 +39,11 @@ RM?= rm -f
MV?= mv -f
BINOWN?= root
-BINGRP?= root
+BINGRP?= wheel
BINMODE?= 755
SHAREOWN?= root
-SHAREGRP?= root
+SHAREGRP?= wheel
SHAREMODE?= 644
INSTALL_DATA?= install -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}

View file

@ -14,4 +14,4 @@ If all those conditions are met, the stalepid utility will remove the
file specified by the pidfile argument, thus allowing the next invocation
of the server to proceed normally.
WWW: http://devel.ringlet.net/sysutils/stalepid/
WWW: https://devel.ringlet.net/sysutils/stalepid/