svn commit: r406622 - head/sysutils/monitord

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 18 23:08:11 UTC 2016


Author: bapt
Date: Mon Jan 18 23:08:10 2016
New Revision: 406622
URL: https://svnweb.freebsd.org/changeset/ports/406622

Log:
  Use @sample

Modified:
  head/sysutils/monitord/Makefile
  head/sysutils/monitord/pkg-plist

Modified: head/sysutils/monitord/Makefile
==============================================================================
--- head/sysutils/monitord/Makefile	Mon Jan 18 23:06:53 2016	(r406621)
+++ head/sysutils/monitord/Makefile	Mon Jan 18 23:08:10 2016	(r406622)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monitord
 PORTVERSION=	0.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lissyara.su/distfiles/
 

Modified: head/sysutils/monitord/pkg-plist
==============================================================================
--- head/sysutils/monitord/pkg-plist	Mon Jan 18 23:06:53 2016	(r406621)
+++ head/sysutils/monitord/pkg-plist	Mon Jan 18 23:08:10 2016	(r406622)
@@ -1,4 +1,3 @@
- at unexec if cmp -s %D/etc/monitord.conf %D/etc/monitord.conf.sample; then rm -f %D/etc/monitord.conf; fi
-etc/monitord.conf.sample
+ at sample etc/monitord.conf.sample
 man/man8/monitord.8.gz
 sbin/monitord


More information about the svn-ports-head mailing list