From owner-svn-ports-head@freebsd.org Fri Mar 27 17:51:36 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EE5127C1EA; Fri, 27 Mar 2020 17:51:36 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48pqD76MJkz4G97; Fri, 27 Mar 2020 17:51:35 +0000 (UTC) (envelope-from arrowd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4385D24EF0; Fri, 27 Mar 2020 17:31:09 +0000 (UTC) (envelope-from arrowd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02RHV952078444; Fri, 27 Mar 2020 17:31:09 GMT (envelope-from arrowd@FreeBSD.org) Received: (from arrowd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02RHV80G078439; Fri, 27 Mar 2020 17:31:08 GMT (envelope-from arrowd@FreeBSD.org) Message-Id: <202003271731.02RHV80G078439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arrowd set sender to arrowd@FreeBSD.org using -f From: Gleb Popov Date: Fri, 27 Mar 2020 17:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529271 - in head/x11/xpra: . files X-SVN-Group: ports-head X-SVN-Commit-Author: arrowd X-SVN-Commit-Paths: in head/x11/xpra: . files X-SVN-Commit-Revision: 529271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2020 17:51:38 -0000 Author: arrowd Date: Fri Mar 27 17:31:08 2020 New Revision: 529271 URL: https://svnweb.freebsd.org/changeset/ports/529271 Log: x11/xpra: Update to 3.0.7. Regenerate patches, some hunks were upstreamed. Reported by: portscout! 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 Mar 27 17:26:29 2020 (r529270) +++ head/x11/xpra/Makefile Fri Mar 27 17:31:08 2020 (r529271) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xpra -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ Modified: head/x11/xpra/distinfo ============================================================================== --- head/x11/xpra/distinfo Fri Mar 27 17:26:29 2020 (r529270) +++ head/x11/xpra/distinfo Fri Mar 27 17:31:08 2020 (r529271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581160018 -SHA256 (xpra-3.0.6.tar.xz) = 0854503added465d745c7b079bd4784c42926c9e768a056fc8df2c78e3285557 -SIZE (xpra-3.0.6.tar.xz) = 2754452 +TIMESTAMP = 1585322822 +SHA256 (xpra-3.0.7.tar.xz) = dc88ab4f7011f0f50f79f2cba97dd14503b336b451db2849f92bdf921b2b8c44 +SIZE (xpra-3.0.7.tar.xz) = 2757140 Modified: head/x11/xpra/files/patch-setup.py ============================================================================== --- head/x11/xpra/files/patch-setup.py Fri Mar 27 17:26:29 2020 (r529270) +++ head/x11/xpra/files/patch-setup.py Fri Mar 27 17:31:08 2020 (r529271) @@ -1,35 +1,15 @@ ---- setup.py.orig 2020-02-07 11:19:08 UTC +--- setup.py.orig 2020-03-13 16:51:18 UTC +++ setup.py -@@ -165,7 +165,7 @@ html5_brotli_ENABLED = DEFAULT - minify_ENABLED = html5_ENABLED - pam_ENABLED = DEFAULT and (server_ENABLED or proxy_ENABLED) and POSIX and not OSX and (os.path.exists("/usr/include/pam/pam_misc.h") or os.path.exists("/usr/include/security/pam_misc.h")) - --xdg_open_ENABLED = LINUX and DEFAULT -+xdg_open_ENABLED = (LINUX or FREEBSD) and DEFAULT - netdev_ENABLED = LINUX and DEFAULT - vsock_ENABLED = LINUX and os.path.exists("/usr/include/linux/vm_sockets.h") - bencode_ENABLED = DEFAULT -@@ -1481,11 +1481,11 @@ if WIN32: - #******************************************************************************* - else: - #OSX and *nix: +@@ -1491,7 +1491,7 @@ else: + libexec = "libexec" + else: + libexec = "lib" - if LINUX: + if LINUX or FREEBSD: if scripts_ENABLED: scripts += ["scripts/xpra_udev_product_version", "scripts/xpra_signal_listener"] libexec_scripts = [] -- if is_Fedora() or is_CentOS() or is_RedHat(): -+ if is_Fedora() or is_CentOS() or is_RedHat() or FREEBSD: - libexec = "libexec" - else: - libexec = "lib" -@@ -1497,12 +1497,12 @@ else: - add_data_files("%s/xpra/" % libexec, libexec_scripts) - if data_ENABLED: - man_path = "share/man" -- if OPENBSD: -+ if OPENBSD or FREEBSD: - man_path = "man" +@@ -1508,7 +1508,7 @@ else: add_data_files("%s/man1" % man_path, ["man/xpra.1", "man/xpra_launcher.1"]) add_data_files("share/applications", glob.glob("xdg/*.desktop")) add_data_files("share/mime/packages", ["xdg/application-x-xpraconfig.xml"]) @@ -38,16 +18,7 @@ add_data_files("share/metainfo", ["xdg/xpra.appdata.xml"]) #here, we override build and install so we can -@@ -1551,7 +1551,7 @@ else: - - if printing_ENABLED and POSIX: - #install "/usr/lib/cups/backend" with 0700 permissions: -- copytodir("cups/xpraforwarder", "lib/cups/backend", chmod=0o700) -+ copytodir("cups/xpraforwarder", "libexec/cups/backend", chmod=0o700) - - if x11_ENABLED: - #install xpra_Xdummy if we need it: -@@ -1624,8 +1624,8 @@ else: +@@ -1633,8 +1633,8 @@ else: remove_packages("xpra.platform.win32", "xpra.platform.darwin") if data_ENABLED: #not supported by all distros, but doesn't hurt to install them anyway: