svn commit: r494701 - in head/sysutils/stalepid: . files

Steve Wills swills at FreeBSD.org
Tue Mar 5 14:14:37 UTC 2019


Author: swills
Date: Tue Mar  5 14:14:35 2019
New Revision: 494701
URL: https://svnweb.freebsd.org/changeset/ports/494701

Log:
  sysutils/stalepid: update to 1.0.2
  
  While here, assign maintainership to submitter
  
  PR:		236163
  Submitted by:	Dries Michiels <driesm.michiels at gmail.com>

Added:
  head/sysutils/stalepid/files/
  head/sysutils/stalepid/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/stalepid/Makefile   (contents, props changed)
  head/sysutils/stalepid/distinfo   (contents, props changed)
  head/sysutils/stalepid/pkg-descr   (contents, props changed)

Modified: head/sysutils/stalepid/Makefile
==============================================================================
--- head/sysutils/stalepid/Makefile	Tue Mar  5 13:44:23 2019	(r494700)
+++ head/sysutils/stalepid/Makefile	Tue Mar  5 14:14:35 2019	(r494701)
@@ -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 at FreeBSD.org
+MAINTAINER=	driesm.michiels at 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

Modified: head/sysutils/stalepid/distinfo
==============================================================================
--- head/sysutils/stalepid/distinfo	Tue Mar  5 13:44:23 2019	(r494700)
+++ head/sysutils/stalepid/distinfo	Tue Mar  5 14:14:35 2019	(r494701)
@@ -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

Added: head/sysutils/stalepid/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/stalepid/files/patch-Makefile	Tue Mar  5 14:14:35 2019	(r494701)
@@ -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}

Modified: head/sysutils/stalepid/pkg-descr
==============================================================================
--- head/sysutils/stalepid/pkg-descr	Tue Mar  5 13:44:23 2019	(r494700)
+++ head/sysutils/stalepid/pkg-descr	Tue Mar  5 14:14:35 2019	(r494701)
@@ -14,4 +14,4 @@ If all those conditions are met, the stalepid utility 
 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/


More information about the svn-ports-all mailing list