aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-02-25 15:49:42 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-25 17:05:27 +0000
commit1fdbaf8fb06f1bd5e876bdd13c860e7b824da49c (patch)
treea2475af38b2cde8bd7bed4031990aa91adefe274
parentfdfecec5fcdd08e30b79a0db2ee94e220a5d9758 (diff)
downloadports-1fdbaf8fb06f1bd5e876bdd13c860e7b824da49c.tar.gz
ports-1fdbaf8fb06f1bd5e876bdd13c860e7b824da49c.zip
x11/xpra-html5: Update to 11.1
Reported by: portscout!
-rw-r--r--x11/xpra-html5/Makefile2
-rw-r--r--x11/xpra-html5/distinfo6
-rw-r--r--x11/xpra-html5/files/patch-setup.py20
3 files changed, 4 insertions, 24 deletions
diff --git a/x11/xpra-html5/Makefile b/x11/xpra-html5/Makefile
index 0d44042de739..75ac584c32d9 100644
--- a/x11/xpra-html5/Makefile
+++ b/x11/xpra-html5/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xpra-html5
-PORTVERSION= 11.0
+PORTVERSION= 11.1
DISTVERSIONPREFIX= v
CATEGORIES= x11
diff --git a/x11/xpra-html5/distinfo b/x11/xpra-html5/distinfo
index 894a9a5d97a1..2ee35a4b5f98 100644
--- a/x11/xpra-html5/distinfo
+++ b/x11/xpra-html5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707565309
-SHA256 (Xpra-org-xpra-html5-v11.0_GH0.tar.gz) = f306707377702f47898fec308f6c0dd18b1b7f96f8ef19d35e2ad44c08c3c215
-SIZE (Xpra-org-xpra-html5-v11.0_GH0.tar.gz) = 2354981
+TIMESTAMP = 1708875777
+SHA256 (Xpra-org-xpra-html5-v11.1_GH0.tar.gz) = 3c735d21759711807d67466b05296a9f256a27345acdc1d38b7cd34440c239c5
+SIZE (Xpra-org-xpra-html5-v11.1_GH0.tar.gz) = 2354867
diff --git a/x11/xpra-html5/files/patch-setup.py b/x11/xpra-html5/files/patch-setup.py
deleted file mode 100644
index d2284ad56905..000000000000
--- a/x11/xpra-html5/files/patch-setup.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- setup.py.orig 2024-01-31 12:10:11 UTC
-+++ setup.py
-@@ -50,7 +50,7 @@ def get_output_line(cmd: str) -> str:
- out, _ = proc.communicate()
- if proc.returncode != 0:
- print(f"Error: {cmd} returned {proc.returncode}")
-- return None
-+ return ""
- return out.splitlines()[0]
-
-
-@@ -316,7 +316,7 @@ def install_html5(root="/", install_dir="/usr/share/xp
- jar = yuicompressor.get_jar_filename()
- java_cmd = os.environ.get("JAVA", "java")
- minify_cmd = [java_cmd, "-jar", jar]
-- except OSError:
-+ except:
- minify_cmd = ["yuicompressor"]
- minify_cmd += [
- fsrc,