Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 19:15:03 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437952 - in head/x11/xpra: . files
Message-ID:  <201704071915.v37JF32f013403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704071915.v37JF32f013403>