mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix CONFLICTS for sysutils/*hared ports
While here, improve COMMENT in sysutils/py-hared. Reported by: http://pkgtool.osorio.me/0mp@FreeBSD.org.html
This commit is contained in:
parent
6ff70940c5
commit
12d9c5aae5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555028
@ -25,7 +25,7 @@ GH_TUPLE= go-gcfg:gcfg:f02745a:gcfg/vendor/gopkg.in/gcfg.v1 \
|
||||
|
||||
GO_TARGET= ./daemon:${PORTNAME}
|
||||
|
||||
CONFLICTS_INSTALL= sysutils/py-hared
|
||||
CONFLICTS_INSTALL= py-${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
COMMENT= Small Python server for inserting notications into mtqq
|
||||
COMMENT= Small Python server for inserting notications into MQTT
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
@ -19,6 +19,8 @@ ETCDIR= ${PREFIX}/etc
|
||||
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS_INSTALL= hared
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/hared.conf ${STAGEDIR}${ETCDIR}/hared.ini.sample
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user