Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 03:37:01 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r399885 - branches/2015Q4/sysutils/filewatcherd
Message-ID:  <201510210337.t9L3b1d2001981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Oct 21 03:37:01 2015
New Revision: 399885
URL: https://svnweb.freebsd.org/changeset/ports/399885

Log:
  MFH: r399801
  
  sysutils/filewatcherd: Update to 1.0-beta3
  
  - Update PORTVERSION and distinfo checksum
  - Reset PORTREVISION
  
  This update unbreaks use on FreeBSD versions > 10 and adds man pages
  for filewatcherd(8) and and watchtab(5).
  
  While I'm here:
  
  - Add LICENSE_FILE
  
  PR:		203881
  Submitted by:	Natacha Porte <natbsd instinctive eu> (maintainer)
  
  Approved by:	portmgr (bdrewery)

Modified:
  branches/2015Q4/sysutils/filewatcherd/Makefile
  branches/2015Q4/sysutils/filewatcherd/distinfo
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/sysutils/filewatcherd/Makefile
==============================================================================
--- branches/2015Q4/sysutils/filewatcherd/Makefile	Wed Oct 21 00:33:00 2015	(r399884)
+++ branches/2015Q4/sysutils/filewatcherd/Makefile	Wed Oct 21 03:37:01 2015	(r399885)
@@ -2,26 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	filewatcherd
-PORTVERSION=	1.0b2
-PORTREVISION=	1
+PORTVERSION=	1.0b3
 CATEGORIES=	sysutils
 
 MAINTAINER=	natbsd@instinctive.eu
 COMMENT=	Daemon that watches files and runs commands when they change
 
 LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	faelys
-GH_TAGNAME=	1.0-beta2
+GH_TAGNAME=	1.0-beta3
 
 USE_RC_SUBR=	filewatcherd
 
 SUB_FILES=	pkg-message
-PLIST_FILES=	sbin/filewatcherd etc/watchtab.sample
+PLIST_FILES=	sbin/filewatcherd etc/watchtab.sample man/man8/filewatcherd.8.gz man/man5/watchtab.5.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/filewatcherd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/watchtab.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
 	${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc
 
 .include <bsd.port.mk>

Modified: branches/2015Q4/sysutils/filewatcherd/distinfo
==============================================================================
--- branches/2015Q4/sysutils/filewatcherd/distinfo	Wed Oct 21 00:33:00 2015	(r399884)
+++ branches/2015Q4/sysutils/filewatcherd/distinfo	Wed Oct 21 03:37:01 2015	(r399885)
@@ -1,2 +1,2 @@
-SHA256 (faelys-filewatcherd-1.0b2-1.0-beta2_GH0.tar.gz) = 3a724d78a1be3edb325e37f5fc5410775b702d732ca7f89f353affdedbe63007
-SIZE (faelys-filewatcherd-1.0b2-1.0-beta2_GH0.tar.gz) = 12911
+SHA256 (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = c15351b1eabf94b8edd598b2b992ab571a15690f8de11d48209468c4e4008aa5
+SIZE (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = 14301



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