From owner-svn-ports-all@freebsd.org Tue Feb 14 00:06:11 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 643E6CDED5D; Tue, 14 Feb 2017 00:06:11 +0000 (UTC) (envelope-from rezny@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 1751CD8F; Tue, 14 Feb 2017 00:06:11 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E06A1o023200; Tue, 14 Feb 2017 00:06:10 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E069sA023197; Tue, 14 Feb 2017 00:06:09 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702140006.v1E069sA023197@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Tue, 14 Feb 2017 00:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434061 - in head/x11/xpra: . files 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: Tue, 14 Feb 2017 00:06:11 -0000 Author: rezny Date: Tue Feb 14 00:06:09 2017 New Revision: 434061 URL: https://svnweb.freebsd.org/changeset/ports/434061 Log: Update to 1.0.3 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9566 Deleted: head/x11/xpra/files/patch-xpra_scripts_config.py Modified: head/x11/xpra/Makefile head/x11/xpra/distinfo head/x11/xpra/files/patch-setup.py Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/Makefile Tue Feb 14 00:06:09 2017 (r434061) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/distinfo Tue Feb 14 00:06:09 2017 (r434061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486238713 -SHA256 (xpra-1.0.2.tar.xz) = e32d2550c13d175681643696664790c9c59eda1e0ce1cea779ef7b0785f8bd2c -SIZE (xpra-1.0.2.tar.xz) = 1888452 +TIMESTAMP = 1486998413 +SHA256 (xpra-1.0.3.tar.xz) = f83c5946f67fe26eee8b44fba0fa30bca9fbc7aa58ee66b903b7385c2d332166 +SIZE (xpra-1.0.3.tar.xz) = 1888908 Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Mon Feb 13 22:51:11 2017 (r434060) +++ head/x11/xpra/files/patch-setup.py Tue Feb 14 00:06:09 2017 (r434061) @@ -1,4 +1,4 @@ ---- setup.py.orig 2017-02-01 05:52:14 UTC +--- setup.py.orig 2017-02-06 09:47:42 UTC +++ setup.py @@ -218,7 +218,7 @@ else: nvenc7_ENABLED = DEFAULT and pkg_config_ok("--exists", "nvenc7") @@ -9,17 +9,6 @@ csc_libyuv_ENABLED = DEFAULT and memoryview_ENABLED and pkg_config_ok("--exists", "libyuv", fallback=WIN32) #Cython / gcc / packaging build options: -@@ -798,8 +798,8 @@ def get_base_conf_dir(install_dir, strip - elif "usr" in dirs: - #ie: ["some", "path", "to", "usr"] -> ["usr"] - #assume "/usr" or "/usr/local" is the build root -- while "usr" in dirs and dirs.index("usr")>0: -- dirs = dirs[dirs.index("usr"):] -+ while "usr" in dirs[1:]: -+ dirs = dirs[dirs[1:].index("usr")+1:] - elif "image" in dirs: - # Gentoo's "${PORTAGE_TMPDIR}/portage/${CATEGORY}/${PF}/image/_python2.7" -> "" - while "image" in dirs: @@ -1839,12 +1839,12 @@ if WIN32: else: #OSX and *nix: