Index: head/x11/xpra/Makefile =================================================================== --- head/x11/xpra/Makefile +++ head/x11/xpra/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Index: head/x11/xpra/distinfo =================================================================== --- head/x11/xpra/distinfo +++ head/x11/xpra/distinfo @@ -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 Index: head/x11/xpra/files/patch-setup.py =================================================================== --- head/x11/xpra/files/patch-setup.py +++ head/x11/xpra/files/patch-setup.py @@ -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: