From owner-svn-ports-all@freebsd.org Fri Apr 7 19:15:04 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 CBBA2D338D2; Fri, 7 Apr 2017 19:15:04 +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 8ED955E5; Fri, 7 Apr 2017 19:15:04 +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 v37JF39v013406; Fri, 7 Apr 2017 19:15:03 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v37JF32f013403; Fri, 7 Apr 2017 19:15:03 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201704071915.v37JF32f013403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Fri, 7 Apr 2017 19:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437952 - 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: Fri, 07 Apr 2017 19:15:04 -0000 Author: rezny Date: Fri Apr 7 19:15:03 2017 New Revision: 437952 URL: https://svnweb.freebsd.org/changeset/ports/437952 Log: Update to 2.0.1 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10276 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 Fri Apr 7 19:02:50 2017 (r437951) +++ head/x11/xpra/Makefile Fri Apr 7 19:15:03 2017 (r437952) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Fri Apr 7 19:02:50 2017 (r437951) +++ head/x11/xpra/distinfo Fri Apr 7 19:15:03 2017 (r437952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489775415 -SHA256 (xpra-2.0.tar.xz) = ca9e9622a9d435f9591bf60baec50ea02ebad4e0c0017e1df43dfddd6616e807 -SIZE (xpra-2.0.tar.xz) = 1925080 +TIMESTAMP = 1491326916 +SHA256 (xpra-2.0.1.tar.xz) = 685553c0f7cdeadde3d5a7ba48f3cd9d0feaa755e0debbdf198355223c8bc287 +SIZE (xpra-2.0.1.tar.xz) = 1926292 Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Fri Apr 7 19:02:50 2017 (r437951) +++ head/x11/xpra/files/patch-setup.py Fri Apr 7 19:15:03 2017 (r437952) @@ -1,6 +1,6 @@ ---- setup.py.orig 2017-03-17 07:24:28 UTC +--- setup.py.orig 2017-04-02 13:48:04 UTC +++ setup.py -@@ -1801,12 +1801,12 @@ if WIN32: +@@ -1804,12 +1804,12 @@ if WIN32: else: #OSX and *nix: scripts += ["scripts/xpra", "scripts/xpra_launcher"] @@ -15,7 +15,7 @@ add_data_files("share/appdata", ["xdg/xpra.appdata.xml"]) #here, we override build and install so we can -@@ -1839,7 +1839,7 @@ else: +@@ -1842,7 +1842,7 @@ else: if printing_ENABLED and os.name=="posix": #install "/usr/lib/cups/backend" with 0700 permissions: xpraforwarder_src = os.path.join("cups", "xpraforwarder") @@ -24,12 +24,12 @@ self.mkpath(cups_backend_dir) xpraforwarder_dst = os.path.join(cups_backend_dir, "xpraforwarder") shutil.copyfile(xpraforwarder_src, xpraforwarder_dst) -@@ -1891,7 +1891,7 @@ else: +@@ -1894,7 +1894,7 @@ else: add_packages("xpra.platform.xposix") remove_packages("xpra.platform.win32", "xpra.platform.darwin") #not supported by all distros, but doesn't hurt to install it anyway: -- add_data_files("lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) -+ #add_data_files("lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) +- add_data_files("/usr/lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) ++ #add_data_files("/usr/lib/tmpfiles.d", ["tmpfiles.d/xpra.conf"]) #gentoo does weird things, calls --no-compile with build *and* install #then expects to find the cython modules!? ie: