diff options
author | dvl <dvl@FreeBSD.org> | 2018-05-17 22:12:18 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2018-05-17 22:12:18 +0800 |
commit | f68ebcb753a7aae9b103f02e409b73d6f4c8da55 (patch) | |
tree | f4c1629639505b0ea7ddf93a40ac2dc9175e80fa /sysutils | |
parent | ec8ea468450fa5b3ee1d9038034cbc4f8f9cdff8 (diff) | |
download | freebsd-ports-graphics-f68ebcb753a7aae9b103f02e409b73d6f4c8da55.tar.gz freebsd-ports-graphics-f68ebcb753a7aae9b103f02e409b73d6f4c8da55.tar.zst freebsd-ports-graphics-f68ebcb753a7aae9b103f02e409b73d6f4c8da55.zip |
Add CONFLICTS_INSTALL.
Simplify sample configuration installation after sending patches upstream.
Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org>
Differential Revision: D15079
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-hared/Makefile | 3 | ||||
-rw-r--r-- | sysutils/py-hared/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/py-hared/pkg-plist | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/py-hared/Makefile b/sysutils/py-hared/Makefile index 59e32295084..44659b8ae6c 100644 --- a/sysutils/py-hared/Makefile +++ b/sysutils/py-hared/Makefile @@ -3,6 +3,7 @@ PORTNAME= hared PORTVERSION= 1.0 PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +20,6 @@ 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 diff --git a/sysutils/py-hared/pkg-descr b/sysutils/py-hared/pkg-descr index 6fbcb797d96..681ca0bede5 100644 --- a/sysutils/py-hared/pkg-descr +++ b/sysutils/py-hared/pkg-descr @@ -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 diff --git a/sysutils/py-hared/pkg-plist b/sysutils/py-hared/pkg-plist new file mode 100644 index 00000000000..f411c4f61bd --- /dev/null +++ b/sysutils/py-hared/pkg-plist @@ -0,0 +1,3 @@ +@mode 640 +@sample %%ETCDIR%%/hared.ini.sample +@mode |