From 924568203dfea64189cb121d54ecfa54602e025e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 17 Sep 2022 23:20:50 +0200 Subject: [PATCH 1/8] extra-cmake-modules: 5.97.0 -> 5.98.0 --- extra-cmake-modules/.signature | 6 +++--- extra-cmake-modules/Pkgfile | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/extra-cmake-modules/.signature b/extra-cmake-modules/.signature index 1157ad8f6..ddad1dc77 100644 --- a/extra-cmake-modules/.signature +++ b/extra-cmake-modules/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36dQuPWQ4gSnC6evRYJfOH9A8gxbNRtERDkYPeQM75hZ9spN8JVTsnwiDQhkwsfwuqQ7yEZaAox4vI5QRwnFxg0= -SHA256 (Pkgfile) = 69162cab51a391465d179dc06fd9a80a7845671361b7dd8e8bb438af5eded0ef +RWSagIOpLGJF38ZUYKl9bsScaHXfcNDTdamwowZlsCQ/+9xMpyvqW8EeLkuXnL90LzZ7op1ayCVNVKxv07JjJ0UhmbwIbaMwnwY= +SHA256 (Pkgfile) = f97bb4e7323135f27b2b234f17ee8a4ae7925c35ee3d934214f9afbb33543532 SHA256 (.footprint) = e4caac846d6685e30d7b3c4393719a75d59768397b1eded83718ce816830638d -SHA256 (extra-cmake-modules-5.97.0.tar.gz) = 48a8a3c56ae586d95a300c6b295f0f9073b9ea03e7efea066b588f457a8193cd +SHA256 (extra-cmake-modules-5.98.0.tar.gz) = b72423ffa22a4b8bc4201d51b64e911e88cdc7e1a125841d4b6678a27af807b5 diff --git a/extra-cmake-modules/Pkgfile b/extra-cmake-modules/Pkgfile index 90f9db4b6..85f49ae52 100644 --- a/extra-cmake-modules/Pkgfile +++ b/extra-cmake-modules/Pkgfile @@ -1,19 +1,19 @@ # Description: Extra cmake modules -# URL: https://github.com/KDE/extra-cmake-modules -# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com -# Depends on: cmake +# URL: https://github.com/KDE/extra-cmake-modules +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: cmake ninja name=extra-cmake-modules -version=5.97.0 +version=5.98.0 release=1 source=(https://github.com/KDE/$name/archive/v$version/$name-$version.tar.gz) build() { - cmake -S$name-$version -Bbuild \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_TESTING=OFF + cmake -S $name-$version -B build -G Ninja \ + -D CMAKE_INSTALL_PREFIX=/usr \ + -D CMAKE_BUILD_TYPE=Release \ + -Wno-dev - cmake --build build -v - - DESTDIR=$PKG cmake --install build + cmake --build build + DESTDIR=$PKG cmake --install build } From 10ac86395f59e74a3541435f5f1c32aeb8094b26 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 17 Sep 2022 23:25:16 +0200 Subject: [PATCH 2/8] dbus-python3: added missing dependencies --- dbus-python3/.signature | 4 +- ...les-to-architecture-specific-directo.patch | 52 ------------------- dbus-python3/Pkgfile | 7 +-- 3 files changed, 6 insertions(+), 57 deletions(-) delete mode 100644 dbus-python3/0001-Move-python-modules-to-architecture-specific-directo.patch diff --git a/dbus-python3/.signature b/dbus-python3/.signature index ddf3104d9..945748aa9 100644 --- a/dbus-python3/.signature +++ b/dbus-python3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3236CS6oE1ivCpLiPhS5S/NEjKgAlyfDe8VJvCI22qQIQouZ80g8E09zIXN/911BaCUxKMA+yKMbC6thyhqDCQk= -SHA256 (Pkgfile) = 1bc12ee99827924e76c6e6fc9d8c671a88fc23867497c87e9781f42a2f6bcd21 +RWSagIOpLGJF34UL954f/ACbRjbFunN5/q73dfdVkWE5IQZ0FVY/XJLZMdbNHMM6sZoimwK6MRcAPiQwYALCBGskRnz0xiB70gg= +SHA256 (Pkgfile) = d1fba8e213f4b86242ea06415c9dd40f72291508a13074920f2bffd7311dbc90 SHA256 (.footprint) = a6aa402d139afbe6182c80904b10d844d4da621dcb7ee84da3fc461c35fcad40 SHA256 (dbus-python-1.3.2.tar.gz) = ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8 diff --git a/dbus-python3/0001-Move-python-modules-to-architecture-specific-directo.patch b/dbus-python3/0001-Move-python-modules-to-architecture-specific-directo.patch deleted file mode 100644 index a9fded06c..000000000 --- a/dbus-python3/0001-Move-python-modules-to-architecture-specific-directo.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 380ae714f641a73a30f86ae8f5a2e05ac063b37f Mon Sep 17 00:00:00 2001 -From: leigh123linux -Date: Tue, 23 Feb 2016 07:32:08 +0000 -Subject: [PATCH] Move python modules to architecture-specific directory - -This is because dbus-python gets dragged in as a dependency of other -things people want to be multilib-compatible. As is the Python -modules conflict. ---- - Makefile.am | 9 +++++---- - 1 file changed, 5 insertions(+), 4 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index fd480d4..0859994 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -155,7 +155,8 @@ test_dbus_py_test_la_SOURCES = \ - - # === dbus package === - --nobase_python_PYTHON = \ -+dbuspydir = $(pyexecdir) -+nobase_dbuspy_DATA = \ - dbus/bus.py \ - dbus/connection.py \ - dbus/_compat.py \ -@@ -175,12 +176,12 @@ nobase_python_PYTHON = \ - dbus/types.py - - if !HAVE_PYTHON_3 --nobase_python_PYTHON += \ -+nobase_dbuspy_DATA += \ - dbus/gobject_service.py \ - $(NULL) - endif - --check_py_sources = $(nobase_python_PYTHON) -+check_py_sources = $(nobase_dbuspy_DATA) - include $(top_srcdir)/tools/check-coding-style.mk - - # === Devel stuff === -@@ -416,7 +417,7 @@ uninstall-local: uninstall-local-sphinx - if ENABLE_DOCUMENTATION - all: doc/_build/.stamp - --doc/_build/.stamp: $(nobase_python_PYTHON) \ -+doc/_build/.stamp: $(nobase_dbuspy_DATA) \ - _dbus_bindings.la \ - _dbus_glib_bindings.la \ - $(sphinx_sources) \ --- -2.17.0 diff --git a/dbus-python3/Pkgfile b/dbus-python3/Pkgfile index c2ed3f75b..eaf20e5b7 100644 --- a/dbus-python3/Pkgfile +++ b/dbus-python3/Pkgfile @@ -1,11 +1,11 @@ # Description: D-Bus Python bindings # URL: http://freedesktop.org/wiki/Software/DBusBindings # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: dbus-glib python3-pip +# Depends on: dbus-glib python3-pip python3-wheel name=dbus-python3 version=1.3.2 -release=1 +release=2 source=(https://dbus.freedesktop.org/releases/dbus-python/dbus-python-$version.tar.gz) build() { @@ -19,8 +19,9 @@ build() { make make DESTDIR=$PKG install + /usr/bin/python3 setup.py install --root=$PKG \ - --optimize=1 \ + --optimize=2 \ --skip-build find $PKG -name '*.la' -type f -delete From 1b2c5dbdcdc5dc58a251f7af4b39929603e6529e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 08:34:08 +0200 Subject: [PATCH 3/8] python3-keyring: 23.9.1 -> 23.9.3 --- python3-keyring/.footprint | 14 +++++++------- python3-keyring/.signature | 8 ++++---- python3-keyring/Pkgfile | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/python3-keyring/.footprint b/python3-keyring/.footprint index be6659b78..493cebe3d 100644 --- a/python3-keyring/.footprint +++ b/python3-keyring/.footprint @@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.9/ drwxr-xr-x root/root usr/lib/python3.9/site-packages/ -drwxr-xr-x root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/ --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/LICENSE --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.1.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring-23.9.3.dist-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.9/site-packages/keyring/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring/__init__.py -rw-r--r-- root/root usr/lib/python3.9/site-packages/keyring/__main__.py diff --git a/python3-keyring/.signature b/python3-keyring/.signature index defb8980d..942b784ae 100644 --- a/python3-keyring/.signature +++ b/python3-keyring/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34zjNb1SEx2I1jaWoENSwarD4daadTn9S56ikcVrsFh1FDqK3ZMDNg4S7sOok8AbqfoRmFALOlPVqNbIr6yNAQs= -SHA256 (Pkgfile) = 371da09a650ea8eebbb383080dbe080777fd3fa04588f58d7b23238a65d7765c -SHA256 (.footprint) = f1e9d86d0e0518fa434ff34a46d604c10ab06e1e9e74ad77eb3bd5cebe8287c1 -SHA256 (keyring-23.9.1.tar.gz) = 39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18 +RWSagIOpLGJF30iGYNulfnsqKvuTN749orWPfXxbVE5tezKzKgpdHsEsMXQOd5ObAr/HQQH/LdSizQPzKvuRRit7DEpuIiBJuAI= +SHA256 (Pkgfile) = 71b1781fbd68c07f0175a6d6b40035ff64ca0e6a1872faac69553d286c400482 +SHA256 (.footprint) = 0872ea9a30faf288ac608550fb97d6063f0a5216267b2d50aff5e6b6a0b5a9c9 +SHA256 (keyring-23.9.3.tar.gz) = 69b01dd83c42f590250fe7a1f503fc229b14de83857314b1933a3ddbf595c4a5 diff --git a/python3-keyring/Pkgfile b/python3-keyring/Pkgfile index 7344f6150..a2082b539 100644 --- a/python3-keyring/Pkgfile +++ b/python3-keyring/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-entrypoints python3-importlib_metadata python3-secretstorage name=python3-keyring -version=23.9.1 +version=23.9.3 release=1 source=(https://pypi.io/packages/source/k/keyring/keyring-$version.tar.gz) From db1e971c24dcc631a8aba0ef4e46750a87ef6d05 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 08:34:51 +0200 Subject: [PATCH 4/8] python3-matrix-common: 1.2.1 -> 1.3.0 --- python3-matrix-common/.footprint | 18 ++++++++++++------ python3-matrix-common/.signature | 8 ++++---- python3-matrix-common/Pkgfile | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/python3-matrix-common/.footprint b/python3-matrix-common/.footprint index b1582b1aa..e05a57b10 100644 --- a/python3-matrix-common/.footprint +++ b/python3-matrix-common/.footprint @@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.9/ drwxr-xr-x root/root usr/lib/python3.9/site-packages/ -drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/ --rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/LICENSE --rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.2.1.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common-1.3.0.dist-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/__init__.py (EMPTY) drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common/__pycache__/ @@ -16,4 +16,10 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common/__pycache__/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/__pycache__/versionstring.cpython-39.opt-2.pyc -rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/py.typed (EMPTY) -rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/regex.py +drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common/types/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/types/__init__.py (EMPTY) +drwxr-xr-x root/root usr/lib/python3.9/site-packages/matrix_common/types/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/types/__pycache__/__init__.cpython-39.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/types/__pycache__/mxc_uri.cpython-39.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/types/mxc_uri.py -rw-r--r-- root/root usr/lib/python3.9/site-packages/matrix_common/versionstring.py diff --git a/python3-matrix-common/.signature b/python3-matrix-common/.signature index 054e8abd7..12fc588d2 100644 --- a/python3-matrix-common/.signature +++ b/python3-matrix-common/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3x2Alyd7r6DFGZzJjij7sasOCa0oexmB15Sl9CfyyCzr0IfRmbnzCHxD7kudRqE1XVd0l5wQSWwz5bugiV1p7gU= -SHA256 (Pkgfile) = 753b3e1225ee0b00be169b4d36983752c399ef84e61dff86843ffa4d6847721c -SHA256 (.footprint) = e74a05f8a66849c4b27d3193bc8c59c4f709df474a348ff0e837baec4a6e0690 -SHA256 (matrix_common-1.2.1.tar.gz) = a99dcf02a6bd95b24a5a61b354888a2ac92bf2b4b839c727b8dd9da2cdfa3853 +RWSagIOpLGJF3xSIoCTi2CFhJIpb6EhhNJ3BFWqqpmYnBbkKb++0VexW4f3rE5aN84rAuNEXnovHiKvVcJA4P0q3R/c00oz+MAY= +SHA256 (Pkgfile) = afbd6d3d0399ecb098e7e6290e58f8a71cf51361d6b79ef2e948f666a2d40255 +SHA256 (.footprint) = 47b5c56bfe6d8b36db1abf8cbdbf58ac261ec7e955134d08732c7500414642d9 +SHA256 (matrix_common-1.3.0.tar.gz) = 62e121cccd9f243417b57ec37a76dc44aeb198a7a5c67afd6b8275992ff2abd1 diff --git a/python3-matrix-common/Pkgfile b/python3-matrix-common/Pkgfile index 9f8ba8ff7..c6bc6f923 100644 --- a/python3-matrix-common/Pkgfile +++ b/python3-matrix-common/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-build python3-installer name=python3-matrix-common -version=1.2.1 +version=1.3.0 release=1 source=(https://pypi.org/packages/source/m/matrix_common/matrix_common-$version.tar.gz) From d0f50ee5c928214ad1965bf11b6dbb9c6185eb3d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 08:36:17 +0200 Subject: [PATCH 5/8] python3-poetry: 1.2.0 -> 1.2.1 --- python3-poetry/.footprint | 12 ++++++------ python3-poetry/.signature | 8 ++++---- python3-poetry/Pkgfile | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/python3-poetry/.footprint b/python3-poetry/.footprint index b9318ff2c..5ac682cc5 100644 --- a/python3-poetry/.footprint +++ b/python3-poetry/.footprint @@ -4,12 +4,12 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.9/ drwxr-xr-x root/root usr/lib/python3.9/site-packages/ -drwxr-xr-x root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/ --rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/LICENSE --rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/METADATA --rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/RECORD --rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/WHEEL --rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.0.dist-info/entry_points.txt +drwxr-xr-x root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/ +-rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry-1.2.1.dist-info/entry_points.txt drwxr-xr-x root/root usr/lib/python3.9/site-packages/poetry/ -rw-r--r-- root/root usr/lib/python3.9/site-packages/poetry/__main__.py drwxr-xr-x root/root usr/lib/python3.9/site-packages/poetry/__pycache__/ diff --git a/python3-poetry/.signature b/python3-poetry/.signature index 622e6fd8c..08e06dc20 100644 --- a/python3-poetry/.signature +++ b/python3-poetry/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32cRF2jFVxGTvZXDfxfFBeLGwe1e6HZEOauhwns2R833Wxv3SM4zIkqsIjxl/4vCn8HD66f4Q4Sl88uEbAWxzgQ= -SHA256 (Pkgfile) = 6cf70a5a25aaeea9c21f34f6fb90b322647b0b088b2bf2fb954e9687b1b5ec1a -SHA256 (.footprint) = 0969ec32b6c360a76a43c98bcfbe82c75bdf2c35c87e8f4ea18b9c0aa48286e9 -SHA256 (python3-poetry-1.2.0.tar.gz) = a5a9531e52bcfc3f93d1c378e1b41c2256e9b1378a044f0b4787e91744d35f78 +RWSagIOpLGJF3xlYLNehpodbRyM/Ht6MKKACrlAg+QPvt7nHAR/9X90IHQP4b5jZ5rV4NwO1KQR+qOz+9zclseiT12o5d3vBCQg= +SHA256 (Pkgfile) = 7ffdfc5e4bd783628e48b175f25ea6bb0decf2d4eacf5a7aa1b20564f416a0e2 +SHA256 (.footprint) = 400e6f50adc8c411ed597d1c7e96da7e8731513194e5aff922d94c99de4fee6b +SHA256 (python3-poetry-1.2.1.tar.gz) = 6be8d7e4c198045924a25efb90285b92918a0d7e539bfa1c76127cd41b01466c diff --git a/python3-poetry/Pkgfile b/python3-poetry/Pkgfile index 990ce2753..35b729684 100644 --- a/python3-poetry/Pkgfile +++ b/python3-poetry/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-cachecontrol python3-cachy python3-cleo python3-html5lib python3-keyring python3-lockfile python3-pexpect python3-pkginfo python3-poetry-core python3-requests-toolbelt python3-shellingham python3-virtualenv name=python3-poetry -version=1.2.0 +version=1.2.1 release=1 source=(https://github.com/sdispater/poetry/archive/$version/$name-$version.tar.gz) From 4f6add751379dd300ae9d18433cd0ec6cbd4cc7a Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 08:37:20 +0200 Subject: [PATCH 6/8] p5-exporter-tiny: 1.004001 -> 1.004002 --- p5-exporter-tiny/.signature | 6 +++--- p5-exporter-tiny/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/p5-exporter-tiny/.signature b/p5-exporter-tiny/.signature index cbdf93058..55271c878 100644 --- a/p5-exporter-tiny/.signature +++ b/p5-exporter-tiny/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y3Qkit6tEkKA6J6vkELmN9lX7vTle7mf3hWKMqv8gBJ+QGQ4nQtJ7qxKqZgDlRKfNB/X5xeT4KlF4ALSspkWAg= -SHA256 (Pkgfile) = 4a1b789b7a51555ec35b5b4227655f36347fb9c25c135acf54a43d8ffac4a5ca +RWSagIOpLGJF3/J2t2OsYw1Z/7aVJpFnX49UWB7KWMvF2+c5B7Ry9YnTfXsclDVE5iK8YDZ+QT1q2qoq+q6FDcKDo9xHjeKiVAY= +SHA256 (Pkgfile) = f594167a6a4ed20f4aac60ce1db62e9e8e9b38aa7ace6714c952c72b0c01ad07 SHA256 (.footprint) = b29d123bf89801d1ffb1836b2772fd23bd615a947fc333b898fa95289184cc06 -SHA256 (Exporter-Tiny-1.004001.tar.gz) = 4cb9c2676f34e32bd987bd7880b06a2475b530c77606c3c2bed255f904d1825b +SHA256 (Exporter-Tiny-1.004002.tar.gz) = 0d53898ad60e1b7dc28aeee198c4b6f454f71adefff120f016037e4974395574 diff --git a/p5-exporter-tiny/Pkgfile b/p5-exporter-tiny/Pkgfile index 225b40c43..06084f515 100644 --- a/p5-exporter-tiny/Pkgfile +++ b/p5-exporter-tiny/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=p5-exporter-tiny -version=1.004001 +version=1.004002 release=1 source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-$version.tar.gz) From e7fcf40458188c847bdc419142b0a19b2dae3d60 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 08:39:11 +0200 Subject: [PATCH 7/8] p5-image-exiftool: 12.44 -> 12.45 --- p5-image-exiftool/.signature | 6 +++--- p5-image-exiftool/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/p5-image-exiftool/.signature b/p5-image-exiftool/.signature index 77713deae..a6f10e986 100644 --- a/p5-image-exiftool/.signature +++ b/p5-image-exiftool/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/20I+hPRO8BH8sIMGsf6CzV+4sn++LO4fJ7HEjXQIrxo9CXI4LkDUKn8cBbIIXzd0hW5Za7F8NJM6haG4y60QA= -SHA256 (Pkgfile) = 4475071f68ce99e2237c4cc5e496c1c8c5f217d230b41539ad00567e3dc29f03 +RWSagIOpLGJF33w7NNLVRbhk+ghXb1vMHOikZCFH5ov+JU8HTHYgTRs3S+rx9CPBnnKcbW5x6Pm3oVeuaz3kP051Y/8tLh9bvQQ= +SHA256 (Pkgfile) = 8d910a1ad5c26190ab61059bf38e4b1604f3f106c6128d5c57f68e0d20570197 SHA256 (.footprint) = c43e22cf571db2af06c0b87b0097d0e9472440dcfe2051d646f1a0e5c2e2c658 -SHA256 (Image-ExifTool-12.44.tar.gz) = 002b5f849d34674f802608611563abdc665ea89018e21a6ca73e71578f5c9e12 +SHA256 (Image-ExifTool-12.45.tar.gz) = c2c0ad1c881593e56f7a0ce508b240529d7da52583af1d553e107704e28cbe42 diff --git a/p5-image-exiftool/Pkgfile b/p5-image-exiftool/Pkgfile index c8dac4288..0112f6fcd 100644 --- a/p5-image-exiftool/Pkgfile +++ b/p5-image-exiftool/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=p5-image-exiftool -version=12.44 +version=12.45 release=1 source=(https://exiftool.org/Image-ExifTool-$version.tar.gz) From 0474c8f2376dc618e57b5d03ac254e88bbafdd17 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 18 Sep 2022 11:22:26 +0200 Subject: [PATCH 8/8] gtk4: 4.8.0 -> 4.8.1 --- gtk4/.footprint | 4 ++-- gtk4/.signature | 8 ++++---- gtk4/Pkgfile | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gtk4/.footprint b/gtk4/.footprint index bf337d439..cced4e429 100644 --- a/gtk4/.footprint +++ b/gtk4/.footprint @@ -387,8 +387,8 @@ drwxr-xr-x root/root usr/lib/gtk-4.0/4.0.0/printbackends/ -rwxr-xr-x root/root usr/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so -rwxr-xr-x root/root usr/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so lrwxrwxrwx root/root usr/lib/libgtk-4.so -> libgtk-4.so.1 -lrwxrwxrwx root/root usr/lib/libgtk-4.so.1 -> libgtk-4.so.1.800.0 --rwxr-xr-x root/root usr/lib/libgtk-4.so.1.800.0 +lrwxrwxrwx root/root usr/lib/libgtk-4.so.1 -> libgtk-4.so.1.800.1 +-rwxr-xr-x root/root usr/lib/libgtk-4.so.1.800.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gtk4-broadway.pc -rw-r--r-- root/root usr/lib/pkgconfig/gtk4-unix-print.pc diff --git a/gtk4/.signature b/gtk4/.signature index 194036cbc..2a9bebc04 100644 --- a/gtk4/.signature +++ b/gtk4/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yuh8Vt/GJ0yQfORjnizCqvi22kVvLNtrjq5KaMibo/eiXYc79DzYKMBnGl5mq/iqiDptlFTpZ7D/+jLEN8rywM= -SHA256 (Pkgfile) = 0d5ffd8874e58c688f5f28374ca7ee8a32ab98fa79702aec67e4bfe191941501 -SHA256 (.footprint) = b1f1217f7850cc20175e645627b5d7b8e9c80cf04b5d40dd21041a5c4fb15f69 -SHA256 (gtk-4.8.0.tar.bz2) = 6d9a79bd1c3f907bef1dd1169d71066e41e6ca911b327f46ab94229f7a50788a +RWSagIOpLGJF35vE4/F3NXGjbfpOJNM4Np+cjdzjXTVLymOI2+RFg/IvNscKCEiDyhObhUSUjo0ZwDaZqWTz3Xf0dWUpGLJowQw= +SHA256 (Pkgfile) = 7d8dfb0c774e4f12d7097f42514716133b7b991462614db9bbc4d618ec867941 +SHA256 (.footprint) = 086868130a1b951890653fd2118c6c9071f71bf3ba9d6f35c77f42d4a94ef223 +SHA256 (gtk-4.8.1.tar.bz2) = abc2173dca19ef72fbc92d842b05f0c11faa28f51c1b2f53506f681fdb6ede7d diff --git a/gtk4/Pkgfile b/gtk4/Pkgfile index 7cd93d09f..2b7658d09 100644 --- a/gtk4/Pkgfile +++ b/gtk4/Pkgfile @@ -5,7 +5,7 @@ # Optional: colord cups vulkan wayland name=gtk4 -version=4.8.0 +version=4.8.1 release=1 source=(https://gitlab.gnome.org/GNOME/gtk/-/archive/$version/gtk-$version.tar.bz2)