From owner-svn-ports-all@freebsd.org Thu May 17 14:12:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEAAEA8923; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA2E8192A; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E74023E8; Thu, 17 May 2018 14:12:19 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4HECJ86057427; Thu, 17 May 2018 14:12:19 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4HECIV8057425; Thu, 17 May 2018 14:12:18 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201805171412.w4HECIV8057425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 17 May 2018 14:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470219 - head/sysutils/py-hared X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/sysutils/py-hared X-SVN-Commit-Revision: 470219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 14:12:20 -0000 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