svn commit: r499529 - head/sysutils/doinkd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 21 09:01:22 UTC 2019


Author: amdmi3
Date: Sun Apr 21 09:01:21 2019
New Revision: 499529
URL: https://svnweb.freebsd.org/changeset/ports/499529

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

Modified:
  head/sysutils/doinkd/Makefile
  head/sysutils/doinkd/pkg-descr

Modified: head/sysutils/doinkd/Makefile
==============================================================================
--- head/sysutils/doinkd/Makefile	Sun Apr 21 08:19:10 2019	(r499528)
+++ head/sysutils/doinkd/Makefile	Sun Apr 21 09:01:21 2019	(r499529)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/idled/${PORTNAME}/${PORTVERSION}/
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Daemon that logs out idle users and those users hogging resources
 
+LICENSE=	GPLv2
+
 USE_RC_SUBR=	${PORTNAME}
 
 MAKE_ARGS=	STAGEDIR=${STAGEDIR}

Modified: head/sysutils/doinkd/pkg-descr
==============================================================================
--- head/sysutils/doinkd/pkg-descr	Sun Apr 21 08:19:10 2019	(r499528)
+++ head/sysutils/doinkd/pkg-descr	Sun Apr 21 09:01:21 2019	(r499529)
@@ -8,4 +8,4 @@ predefined rules are met. These include session time, 
 tty, idletime and group limits. Similar to the Unix idleout command,
 but much more configurable. Formerly idled.
 
-WWW: http://idled.sourceforge.net/
+WWW: https://sourceforge.net/projects/idled/


More information about the svn-ports-all mailing list