From owner-svn-ports-all@freebsd.org Wed May 17 10:35:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF5ED6FD09; Wed, 17 May 2017 10:35:05 +0000 (UTC) (envelope-from kwm@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 mx1.freebsd.org (Postfix) with ESMTPS id 301F34E; Wed, 17 May 2017 10:35:05 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4HAZ4eO070567; Wed, 17 May 2017 10:35:04 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4HAZ4PZ070566; Wed, 17 May 2017 10:35:04 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705171035.v4HAZ4PZ070566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 17 May 2017 10:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441076 - head/net/py-avahi X-SVN-Group: ports-head 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.23 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: Wed, 17 May 2017 10:35:05 -0000 Author: kwm Date: Wed May 17 10:35:03 2017 New Revision: 441076 URL: https://svnweb.freebsd.org/changeset/ports/441076 Log: py-avahi is python 2 only. PR: 219322 Submitted by: xmj@ Modified: head/net/py-avahi/Makefile Modified: head/net/py-avahi/Makefile ============================================================================== --- head/net/py-avahi/Makefile Wed May 17 09:54:32 2017 (r441075) +++ head/net/py-avahi/Makefile Wed May 17 10:35:03 2017 (r441076) @@ -25,7 +25,7 @@ PLIST= ${.CURDIR}/pkg-plist AVAHI_SLAVE= python USE_GNOME= pygtk2 -USES= python +USES= python:2 MANPAGES= avahi-bookmarks.1 avahi-discover.1 post-patch: