Date: Thu, 17 May 2018 14:12:18 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470219 - head/sysutils/py-hared Message-ID: <201805171412.w4HECIV8057425@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 @@ +@mode 640 +@sample %%ETCDIR%%/hared.ini.sample +@mode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805171412.w4HECIV8057425>