svn commit: r434061 - in head/x11/xpra: . files

Matthew Rezny rezny at FreeBSD.org
Tue Feb 14 00:06:11 UTC 2017


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:


More information about the svn-ports-head mailing list