svn commit: r555028 - in head/sysutils: hared py-hared

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Nov 13 15:52:54 UTC 2020


Author: 0mp
Date: Fri Nov 13 15:52:53 2020
New Revision: 555028
URL: https://svnweb.freebsd.org/changeset/ports/555028

Log:
  Fix CONFLICTS for sysutils/*hared ports
  
  While here, improve COMMENT in sysutils/py-hared.
  
  Reported by:	http://pkgtool.osorio.me/0mp@FreeBSD.org.html

Modified:
  head/sysutils/hared/Makefile
  head/sysutils/py-hared/Makefile

Modified: head/sysutils/hared/Makefile
==============================================================================
--- head/sysutils/hared/Makefile	Fri Nov 13 15:39:25 2020	(r555027)
+++ head/sysutils/hared/Makefile	Fri Nov 13 15:52:53 2020	(r555028)
@@ -25,7 +25,7 @@ GH_TUPLE=	go-gcfg:gcfg:f02745a:gcfg/vendor/gopkg.in/gc
 
 GO_TARGET=	./daemon:${PORTNAME}
 
-CONFLICTS_INSTALL=	sysutils/py-hared
+CONFLICTS_INSTALL=	py-${PORTNAME}
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/sysutils/py-hared/Makefile
==============================================================================
--- head/sysutils/py-hared/Makefile	Fri Nov 13 15:39:25 2020	(r555027)
+++ head/sysutils/py-hared/Makefile	Fri Nov 13 15:52:53 2020	(r555028)
@@ -8,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	dvl at FreeBSD.org
-COMMENT=	Small Python server for inserting notications into mtqq
+COMMENT=	Small Python server for inserting notications into MQTT
 
 LICENSE=	MIT
 
@@ -18,6 +18,8 @@ USE_PYTHON=	distutils autoplist
 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


More information about the svn-ports-head mailing list