svn commit: r470219 - head/sysutils/py-hared

Dan Langille dvl at FreeBSD.org
Thu May 17 14:12:20 UTC 2018


Author: dvl
Date: Thu May 17 14:12:18 2018
New Revision: 470219
URL: https://svnweb.freebsd.org/changeset/ports/470219

Log:
  Add CONFLICTS_INSTALL.
  Simplify sample configuration installation after sending patches upstream.
  
  Submitted by:	Mateusz Piotrowski <0mp at FreeBSD.org>
  Differential Revision:	D15079

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

Modified: head/sysutils/py-hared/Makefile
==============================================================================
--- head/sysutils/py-hared/Makefile	Thu May 17 13:53:47 2018	(r470218)
+++ head/sysutils/py-hared/Makefile	Thu May 17 14:12:18 2018	(r470219)
@@ -3,6 +3,7 @@
 PORTNAME=	hared
 PORTVERSION=	1.0
 PORTREVISION=	1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +19,6 @@ USE_PYTHON=	distutils autoplist
 ETCDIR=		${PREFIX}/etc
 
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
-
-PLIST_FILES+=	"@sample %%ETCDIR%%/hared.ini.sample"
 
 pre-install:
 	${INSTALL_DATA} ${FILESDIR}/hared.conf ${STAGEDIR}${ETCDIR}/hared.ini.sample

Modified: head/sysutils/py-hared/pkg-descr
==============================================================================
--- head/sysutils/py-hared/pkg-descr	Thu May 17 13:53:47 2018	(r470218)
+++ head/sysutils/py-hared/pkg-descr	Thu May 17 14:12:18 2018	(r470219)
@@ -1,7 +1,7 @@
-Small Python server for receiving notications and tossing them into mtqq.
+Small Python server for receiving notifications and tossing them into MTQQ.
 
 This will form part of a centralized message distribution system.
 
-A client for this server is sysutils/hare
+A client for this server is sysutils/hare.
 
 WWW: https://github.com/jpmens/hared-hare

Added: head/sysutils/py-hared/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-hared/pkg-plist	Thu May 17 14:12:18 2018	(r470219)
@@ -0,0 +1,3 @@
+ at mode 640
+ at sample %%ETCDIR%%/hared.ini.sample
+ at mode


More information about the svn-ports-head mailing list