svn commit: r446376 - in head/sysutils/pidof: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jul 22 09:01:04 UTC 2017


Author: amdmi3
Date: Sat Jul 22 09:01:02 2017
New Revision: 446376
URL: https://svnweb.freebsd.org/changeset/ports/446376

Log:
  - Add LICENSE
  - Regenerate patches
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/pidof/Makefile
  head/sysutils/pidof/files/patch-pidof.c
  head/sysutils/pidof/pkg-descr

Modified: head/sysutils/pidof/Makefile
==============================================================================
--- head/sysutils/pidof/Makefile	Sat Jul 22 09:01:02 2017	(r446375)
+++ head/sysutils/pidof/Makefile	Sat Jul 22 09:01:02 2017	(r446376)
@@ -10,6 +10,8 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	novel at FreeBSD.org
 COMMENT=	Tool which prints PID of given process name
 
+LICENSE=	BSD2CLAUSE
+
 CONFLICTS=	psmisc-1*
 
 PLIST_FILES=	bin/pidof

Modified: head/sysutils/pidof/files/patch-pidof.c
==============================================================================
--- head/sysutils/pidof/files/patch-pidof.c	Sat Jul 22 09:01:02 2017	(r446375)
+++ head/sysutils/pidof/files/patch-pidof.c	Sat Jul 22 09:01:02 2017	(r446376)
@@ -1,6 +1,6 @@
---- pidof.c.orig	Mon May  2 07:26:03 2005
-+++ pidof.c	Mon May  2 07:40:31 2005
-@@ -53,10 +53,19 @@
+--- pidof.c.orig	2005-05-01 16:26:19 UTC
++++ pidof.c
+@@ -53,10 +53,19 @@ get_pid_of_process(char *process_name)
  	if ((kd = kvm_open("/dev/null", "/dev/null", "/dev/null", O_RDONLY, "kvm_open")) == NULL) 
  			 (void)errx(1, "%s", kvm_geterr(kd));
  	else {

Modified: head/sysutils/pidof/pkg-descr
==============================================================================
--- head/sysutils/pidof/pkg-descr	Sat Jul 22 09:01:02 2017	(r446375)
+++ head/sysutils/pidof/pkg-descr	Sat Jul 22 09:01:02 2017	(r446376)
@@ -1,3 +1,3 @@
 A tool which prints PID of given process name.
 
-WWW: http://people.freebsd.org/~novel/pidof.html
+WWW: https://people.freebsd.org/~novel/pidof.html


More information about the svn-ports-all mailing list