aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-07-17 12:31:52 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-07-17 13:00:20 +0000
commit1b02277b4e5f285142a493a764f02cd3f5ae2ff4 (patch)
tree5761190bd1f7188ee355500fb09c6f14e0526139
parenta69da7d3f335242630fc41880f8ba259c6f15cda (diff)
downloadports-1b02277b4e5f285142a493a764f02cd3f5ae2ff4.tar.gz
ports-1b02277b4e5f285142a493a764f02cd3f5ae2ff4.zip
x11/arandr: update to 0.1.11
Changelog: https://gitlab.com/arandr/arandr/-/blob/8348c0b6020a792c1fed5baca923151db98b9397/ChangeLog Port changes: * Remove patch-screenlayout_gui.py not required anymore PR: 279551 Approved by: maintainer timeout
-rw-r--r--x11/arandr/Makefile5
-rw-r--r--x11/arandr/distinfo6
-rw-r--r--x11/arandr/files/patch-screenlayout_gui.py11
3 files changed, 5 insertions, 17 deletions
diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile
index f07cc047cf71..d535eba7043a 100644
--- a/x11/arandr/Makefile
+++ b/x11/arandr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= arandr
-PORTVERSION= 0.1.10
-PORTREVISION= 4
+PORTVERSION= 0.1.11
CATEGORIES= x11 deskutils
MAINTAINER= sbz@FreeBSD.org
@@ -15,7 +14,7 @@ RUN_DEPENDS= xrandr>0:x11/xrandr
USES= gettext gnome python
USE_GITLAB= yes
-GL_TAGNAME= 43faec00c0feca3f00b0acbae048de14f02c6d21
+GL_TAGNAME= 8348c0b6020a792c1fed5baca923151db98b9397
USE_GNOME= gtk30 pygobject3
USE_PYTHON= distutils noflavors py3kplist
diff --git a/x11/arandr/distinfo b/x11/arandr/distinfo
index 26fae741b7d6..ca170d3e8208 100644
--- a/x11/arandr/distinfo
+++ b/x11/arandr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617892664
-SHA256 (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = e8711d00d34f56a0e252517f1ba75f63c74479ad5ae33d81f6d2a594cf210ce3
-SIZE (arandr-arandr-43faec00c0feca3f00b0acbae048de14f02c6d21_GL0.tar.gz) = 101402
+TIMESTAMP = 1721219950
+SHA256 (arandr-arandr-8348c0b6020a792c1fed5baca923151db98b9397_GL0.tar.gz) = 0157f80ad3447e63ceaf8a6b93d81e38d81dcc4cf5135bfea2dc0567388af44c
+SIZE (arandr-arandr-8348c0b6020a792c1fed5baca923151db98b9397_GL0.tar.gz) = 101856
diff --git a/x11/arandr/files/patch-screenlayout_gui.py b/x11/arandr/files/patch-screenlayout_gui.py
deleted file mode 100644
index 2beb555f5513..000000000000
--- a/x11/arandr/files/patch-screenlayout_gui.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- screenlayout/gui.py.orig 2024-06-06 09:08:21 UTC
-+++ screenlayout/gui.py
-@@ -45,7 +45,7 @@
-
- A first argument called 'self' is passed through.
- """
-- argnames = inspect.getargspec(function)[0]
-+ argnames = inspect.getfullargspec(function)[0]
- if argnames[0] == 'self':
- has_self = True
- argnames.pop(0)