Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 20:51:21 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365696 - head/sysutils/doinkd
Message-ID:  <201408222051.s7MKpLCr058282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug 22 20:51:20 2014
New Revision: 365696
URL: http://svnweb.freebsd.org/changeset/ports/365696
QAT: https://qat.redports.org/buildarchive/r365696/

Log:
  Package something

Added:
  head/sysutils/doinkd/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/doinkd/Makefile
  head/sysutils/doinkd/pkg-descr

Modified: head/sysutils/doinkd/Makefile
==============================================================================
--- head/sysutils/doinkd/Makefile	Fri Aug 22 20:26:23 2014	(r365695)
+++ head/sysutils/doinkd/Makefile	Fri Aug 22 20:51:20 2014	(r365696)
@@ -3,7 +3,7 @@
 
 PORTNAME=	doinkd
 PORTVERSION=	0.01
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/idled/${PORTNAME}/${PORTVERSION}/
 
@@ -14,8 +14,6 @@ USE_RC_SUBR=	${PORTNAME}
 
 MAKE_ARGS=	STAGEDIR=${STAGEDIR}
 
-.include <bsd.port.pre.mk>
-
 post-extract:
 	(cd ${WRKSRC}; make clean)
 
@@ -25,4 +23,4 @@ pre-install:
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/doinkd
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/doinkd/pkg-descr
==============================================================================
--- head/sysutils/doinkd/pkg-descr	Fri Aug 22 20:26:23 2014	(r365695)
+++ head/sysutils/doinkd/pkg-descr	Fri Aug 22 20:51:20 2014	(r365696)
@@ -8,4 +8,4 @@ predefined rules are met. These include 
 tty, idletime and group limits. Similar to the Unix idleout command,
 but much more configurable. Formerly idled.
 
-http://idled.sourceforge.net/
+WWW: http://idled.sourceforge.net/

Added: head/sysutils/doinkd/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/doinkd/pkg-plist	Fri Aug 22 20:51:20 2014	(r365696)
@@ -0,0 +1,5 @@
+%%ETCDIR%%/doinkd.cf.template
+man/man5/doinkd.cf.5.gz
+man/man8/doinkd.8.gz
+sbin/doinkd
+@dirrm %%ETCDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408222051.s7MKpLCr058282>