Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 09:43:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344173 - in head/sysutils/filewatcherd: . files
Message-ID:  <201402140943.s1E9hVCq058024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Feb 14 09:43:30 2014
New Revision: 344173
URL: http://svnweb.freebsd.org/changeset/ports/344173
QAT: https://qat.redports.org/buildarchive/r344173/

Log:
  Fix license
  Fix pkg-message
  Do not show message in post-install, the stage is already taking care of doing it
  
  Approved by:	Natacha Porte <natbsd@instinctive.eu>

Modified:
  head/sysutils/filewatcherd/Makefile
  head/sysutils/filewatcherd/files/pkg-message.in

Modified: head/sysutils/filewatcherd/Makefile
==============================================================================
--- head/sysutils/filewatcherd/Makefile	Fri Feb 14 09:40:28 2014	(r344172)
+++ head/sysutils/filewatcherd/Makefile	Fri Feb 14 09:43:30 2014	(r344173)
@@ -3,13 +3,14 @@
 
 PORTNAME=	filewatcherd
 PORTVERSION=	1.0b2
+PORTREVISION=	1
 DISTNAME=	${PORTNAME}-${GH_TAGNAME}
 CATEGORIES=	sysutils
 
 MAINTAINER=	natbsd@instinctive.eu
 COMMENT=	Daemon that watches files and runs commands when they change
 
-LICENSE=	BSD
+LICENSE=	ISCL
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	faelys
@@ -25,7 +26,4 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin
 	${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/sysutils/filewatcherd/files/pkg-message.in
==============================================================================
--- head/sysutils/filewatcherd/files/pkg-message.in	Fri Feb 14 09:40:28 2014	(r344172)
+++ head/sysutils/filewatcherd/files/pkg-message.in	Fri Feb 14 09:43:30 2014	(r344173)
@@ -1,18 +1,18 @@
 ========================================================================
 filwatcherd configuration files were installed in the following directory:
 
-	%%ETCDIR%%
+	%%PREFIX%%
 
 Before starting the server or the client you need to perform the
 following steps:
 
 1) Copy the appropriate sample configuration file as follows:
 
-	cp %%ETCDIR%%/watchtab.sample %%ETCDIR%%/watchtab
+	cp %%PREFIX%%/watchtab.sample %%PREFIX%%/watchtab
 
 2) Edit filewatcherd's configuration file to suit your needs:
 
-	$EDITOR %%ETCDIR%%/watchtab
+	$EDITOR %%PREFIX%%/watchtab
 
 3) Add the following line to your rc.conf:
 
@@ -21,5 +21,5 @@ following steps:
 
 Then you can start filewatcherd by issuing the following command:
 
-	%%PREFIX%%/etc/rc.d/filewatcherd start
+	service filewatcherd start
 ========================================================================



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