Github messages for voidlinux
 help / color / mirror / Atom feed
From: heliocat <heliocat@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX errors - most packages starting with M
Date: Sat, 26 Jun 2021 20:26:10 +0200	[thread overview]
Message-ID: <20210626182610.ulK3VvJzzDNcBGnoHzmAXxtF_HEwM7BMG2yJ-hjW470@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30758@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

There is an updated pull request by heliocat against master on the void-packages repository

https://github.com/heliocat/void-packages lint_m
https://github.com/void-linux/void-packages/pull/30758

Omnibus lint pass for SPDX errors - most packages starting with M
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/30758.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lint_m-30758.patch --]
[-- Type: text/x-diff, Size: 21689 bytes --]

From 89582d43ef3050ec268c8f667670bba5d6545c21 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:23:13 -0700
Subject: [PATCH 01/20] m17n-db: fix license

---
 srcpkgs/m17n-db/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/m17n-db/template b/srcpkgs/m17n-db/template
index 84272545101d..cf87a51db5c7 100644
--- a/srcpkgs/m17n-db/template
+++ b/srcpkgs/m17n-db/template
@@ -1,14 +1,14 @@
 # Template file for 'm17n-db'
 pkgname=m17n-db
 version=1.8.0
-revision=1
+revision=2
 _glibc_version=2.26
 build_style=gnu-configure
 configure_args="--with-charmaps=${XBPS_BUILDDIR}/glibc-${_glibc_version}/localedata/charmaps"
 hostmakedepends="gettext"
 short_desc="Multilingual text processing library (database)"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
 homepage="http://www.nongnu.org/m17n/"
 distfiles="${NONGNU_SITE}/${pkgname/-db/}/${pkgname}-${version}.tar.gz
  ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"

From d24e790591bb92caa72836167564209def75abe8 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:25:39 -0700
Subject: [PATCH 02/20] m17n-lib: fix license

---
 srcpkgs/m17n-lib/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/m17n-lib/template b/srcpkgs/m17n-lib/template
index d5ac63405beb..1989feb90094 100644
--- a/srcpkgs/m17n-lib/template
+++ b/srcpkgs/m17n-lib/template
@@ -1,7 +1,7 @@
 # Template file for 'm17n-lib'
 pkgname=m17n-lib
 version=1.8.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-devel
@@ -9,7 +9,7 @@ makedepends="libxml2-devel fribidi-devel freetype-devel fontconfig-devel gd-deve
 depends="m17n-db"
 short_desc="Multilingual text processing library"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
 homepage="http://www.nongnu.org/m17n/"
 distfiles="${NONGNU_SITE}/${pkgname/-lib/}/${pkgname}-${version}.tar.gz"
 checksum=78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a

From e1853886329ffadabeb2f856504d48cbf7b9ad78 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 20:28:52 -0700
Subject: [PATCH 03/20] mailx: fix license, other lint

---
 srcpkgs/mailx/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mailx/template b/srcpkgs/mailx/template
index 92b82d8c268d..eeefe74cd8f4 100644
--- a/srcpkgs/mailx/template
+++ b/srcpkgs/mailx/template
@@ -1,17 +1,17 @@
 # Template file for 'mailx'
 pkgname=mailx
 version=12.5
-revision=25
+revision=26
 wrksrc="mailx-${version}"
 makedepends="openssl-devel mit-krb5-devel"
 conf_files="/etc/mailx.rc"
-provides="mail-${version}_${revision}"
 short_desc="Feature-rich BSD mail(1)"
-homepage="http://heirloom.sourceforge.net/mailx.html"
-license="BSD"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-4-Clause"
+homepage="http://heirloom.sourceforge.net/mailx.html"
 distfiles="https://pkgs.fedoraproject.org/repo/pkgs/mailx/mailx-${version}.tar.xz/836bf1da322d2d1f78b7056c2b3b2304/${pkgname}-${version}.tar.xz"
 checksum=1b8136fb2466adeaf71a5e3c65db9fa1a967f1f6469ff689c2cf06e21f638823
+provides="mail-${version}_${revision}"
 
 alternatives="
  mail:mail.rc:/etc/mailx.rc

From 9965ffd8621e785f869991def0c15102d542aa30 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:12:12 -0700
Subject: [PATCH 04/20] mdadm: fix license

---
 srcpkgs/mdadm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mdadm/template b/srcpkgs/mdadm/template
index f776b6dc9d36..8d3aaa39e3ae 100644
--- a/srcpkgs/mdadm/template
+++ b/srcpkgs/mdadm/template
@@ -1,12 +1,12 @@
 # Template file for 'mdadm'
 pkgname=mdadm
 version=4.1
-revision=3
+revision=4
 hostmakedepends="pkg-config"
 makedepends="eudev-libudev-devel"
 short_desc="Tool for managing/monitoring Linux md device arrays"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://git.kernel.org/cgit/utils/mdadm/mdadm.git/log/"
 distfiles="${KERNEL_SITE}/utils/raid/${pkgname}/${pkgname}-${version}.tar.xz"
 checksum=ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1934f4a

From 25a7c068cd9fc94aaadfe4e76b01597a5314e6a0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:16:28 -0700
Subject: [PATCH 05/20] mdbtools: fix license, other lint

---
 srcpkgs/mdbtools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mdbtools/template b/srcpkgs/mdbtools/template
index 73de7c1bee0c..f0c6d661873f 100644
--- a/srcpkgs/mdbtools/template
+++ b/srcpkgs/mdbtools/template
@@ -1,15 +1,15 @@
 # Template file for 'mdbtools'
 pkgname=mdbtools
 version=0.5
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--disable-glibtest --enable-sql"
 hostmakedepends="flex bison pkg-config"
 makedepends="readline-devel libglib-devel"
 short_desc="Library and utilities for reading Microsoft Access Databases"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="http://mdbtools.sourceforge.net/"
-license="GPL-2, LGPL-2.1"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=7a5db39fecff5ce4fb91e019acf5795b40221aff09bbd6d84f8dec60f017b05d
 

From 2a40f272004e8714990fa3212c209b5347c8799e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:17:59 -0700
Subject: [PATCH 06/20] mdnsd: fix license

---
 srcpkgs/mdnsd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mdnsd/template b/srcpkgs/mdnsd/template
index 7f335d6348f2..53476d355366 100644
--- a/srcpkgs/mdnsd/template
+++ b/srcpkgs/mdnsd/template
@@ -1,12 +1,12 @@
 # Template file for 'mdnsd'
 pkgname=mdnsd
 version=0.10
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="autoconf automake pkg-config libtool"
 short_desc="Embeddable Multicast DNS Daemon"
 maintainer="Duncaen <duncaen@voidlinux.org>"
-license="BSD-3-clause"
+license="BSD-3-Clause"
 homepage="https://github.com/troglobit/mdnsd"
 distfiles="https://github.com/troglobit/mdnsd/archive/v${version}.tar.gz"
 checksum=2e1a77fc9ff36e993a39b10016fe38723784ca7e3141ca00e4d6f43545d2988c

From a3cc19f876891a1075120e6c4328e2f58d34fe85 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:19:43 -0700
Subject: [PATCH 07/20] menu-cache: fix license, other lint

---
 srcpkgs/menu-cache/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/menu-cache/template b/srcpkgs/menu-cache/template
index d2907cbff7e8..6f1e49ef2c16 100644
--- a/srcpkgs/menu-cache/template
+++ b/srcpkgs/menu-cache/template
@@ -1,15 +1,15 @@
 # Template file for 'menu-cache'
 pkgname=menu-cache
 version=1.1.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config"
 makedepends="libglib-devel libfm-extra-devel"
 short_desc="LXDE freedesktop menu specification"
-homepage="http://lxde.org/"
-license="GPL-2"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://lxde.org/"
 distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
 checksum=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
 

From c7fc84050dd0561f234c9236bf5619a3b23351ba Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:22:06 -0700
Subject: [PATCH 08/20] menulibre: fix license, other lint

---
 srcpkgs/menulibre/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template
index 5327654776da..c1529e67d28e 100644
--- a/srcpkgs/menulibre/template
+++ b/srcpkgs/menulibre/template
@@ -1,15 +1,14 @@
 # Template file for 'menulibre'
 pkgname=menulibre
 version=2.2.1
-revision=3
+revision=4
 build_style=python3-module
-pycompile_module="menulibre menulibre_lib"
 hostmakedepends="python3-distutils-extra intltool"
 depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3
  python3-gobject python3-psutil python3-xdg"
 short_desc="Advanced menu editor"
 maintainer="Styrsven <sven.a.jonsson@bahnhof.se>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://bluesabre.org/projects/menulibre/"
 distfiles="https://launchpad.net/$pkgname/${version%.*}/$version/+download/$pkgname-$version.tar.gz"
 checksum=5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c7377d7e8f

From 546cd6352d288c6b1626ed24b1cdb581595b5156 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:23:46 -0700
Subject: [PATCH 09/20] mfoc: fix license

---
 srcpkgs/mfoc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index a6ce644c22c2..2afff8f385a6 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
 # Template file for 'mfoc'
 pkgname=mfoc
 version=0.10.7
-revision=4
+revision=5
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="libnfc-devel"
 short_desc="Mifare Classic Offline Cracker"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
 homepage="http://nfc-tools.org"
 distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
 checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7

From fffcbf0de5945b859cbadd02be49ddf8e30eb3a8 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:24:50 -0700
Subject: [PATCH 10/20] mhddfs: fix license

---
 srcpkgs/mhddfs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mhddfs/template b/srcpkgs/mhddfs/template
index b60fcb06a7bf..4872e4b2ab7b 100644
--- a/srcpkgs/mhddfs/template
+++ b/srcpkgs/mhddfs/template
@@ -1,13 +1,13 @@
 # Template file for 'mhddfs'
 pkgname=mhddfs
 version=0.1.39
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="fuse-devel attr-devel uthash"
 short_desc="FUSE filesystem that combines a several mountpoints into a single one"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://mhddfs.uvw.ru/"
 distfiles="http://mhddfs.uvw.ru/downloads/${pkgname}_${version}.tar.gz"
 checksum=702fc5486460c1828898426b1935179ce60bc1ed16fc8bc575c9ec1d12acef91

From 8fb58282f9143a26a3dbafd905f70e080ddfc77e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:38:19 -0700
Subject: [PATCH 11/20] minissdpd: fix license

---
 srcpkgs/minissdpd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/minissdpd/template b/srcpkgs/minissdpd/template
index b0d56f0058df..dc43f8bf1bcd 100644
--- a/srcpkgs/minissdpd/template
+++ b/srcpkgs/minissdpd/template
@@ -1,12 +1,12 @@
 # Template file for 'minissdpd'
 pkgname=minissdpd
 version=1.5
-revision=1
+revision=2
 build_style=gnu-makefile
 makedepends="libnfnetlink-devel"
 short_desc="MiniSSDP Daemon to speed up UPnP device discovery"
 maintainer="Duncaen <duncaen@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://miniupnp.free.fr/minissdpd.html"
 distfiles="http://miniupnp.free.fr/files/minissdpd-${version}.tar.gz"
 checksum=dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f

From b50def68749ea947afd605b7519ab31f201a860d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:40:14 -0700
Subject: [PATCH 12/20] mirage: fix license, other lint

---
 srcpkgs/mirage/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mirage/template b/srcpkgs/mirage/template
index 622343aeb887..d2baca9ed8c5 100644
--- a/srcpkgs/mirage/template
+++ b/srcpkgs/mirage/template
@@ -1,15 +1,14 @@
 # Template file for 'mirage'
 pkgname=mirage
 version=0.9.5.2
-revision=1
+revision=2
 build_style="python2-module"
 hostmakedepends="gettext python-devel pygtk-devel"
 makedepends="python-devel pygtk-devel"
 depends="pygtk desktop-file-utils"
-short_desc="A simple GTK+ image viewer"
+short_desc="Simple GTK+ image viewer"
 maintainer="Sergei Akhmatdinov <sakhmatd@riseup.net>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="http://mirageiv.sourceforge.net/"
 distfiles="$SOURCEFORGE_SITE/mirageiv.berlios/${pkgname}-${version}.tar.bz2"
 checksum=d214a1b6d99d1d1e83da5848a2cef181f6781e0990e93f7ebff5880b0c43f43c
-

From 07af51914071816d135c3d45b88a6ae6d2677c94 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:47:27 -0700
Subject: [PATCH 13/20] mkinitcpio-nfs-utils: fix license, other lint

---
 srcpkgs/mkinitcpio-nfs-utils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mkinitcpio-nfs-utils/template b/srcpkgs/mkinitcpio-nfs-utils/template
index f40c42735fd6..7f36e1cf7fdf 100644
--- a/srcpkgs/mkinitcpio-nfs-utils/template
+++ b/srcpkgs/mkinitcpio-nfs-utils/template
@@ -1,13 +1,13 @@
 # Template file for 'mkinitcpio-nfs-utils'
 pkgname=mkinitcpio-nfs-utils
 version=0.3
-revision=2
+revision=3
 build_style=gnu-makefile
+depends="mkinitcpio"
 short_desc="Ipconfig and nfsmount tools for NFS root support in mkinitcpio"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://www.archlinux.org/"
-depends="mkinitcpio"
 distfiles="https://sources.archlinux.org/other/mkinitcpio/$pkgname-$version.tar.xz"
 checksum=d290d489844fae100ca7b848b8eef40078124ff373203086bacc07329d1e8939
 

From aac4a73326efef9eda89ee234ae4633364fbb823 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:52:40 -0700
Subject: [PATCH 14/20] mono-basic: fix license, other lint

---
 srcpkgs/mono-basic/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mono-basic/template b/srcpkgs/mono-basic/template
index 8cae727f2876..cb9fffdffff6 100644
--- a/srcpkgs/mono-basic/template
+++ b/srcpkgs/mono-basic/template
@@ -1,14 +1,14 @@
 # Template file for 'mono-basic'
 pkgname=mono-basic
 version=4.7
-revision=1
+revision=2
 build_style=gnu-configure
-short_desc="VisualBasic.NET support for mono"
-maintainer="Perez <elperezoso@disroot.org>"
-license="LGPL-2"
-homepage="https://www.mono-project.com/"
 hostmakedepends="pkg-config mono"
 makedepends="mono-devel"
 depends="mono"
+short_desc="VisualBasic.NET support for mono"
+maintainer="Perez <elperezoso@disroot.org>"
+license="LGPL-2.1-only, X11"
+homepage="https://www.mono-project.com/"
 distfiles="https://download.mono-project.com/sources/${pkgname}/${pkgname}-${version}.tar.bz2"
 checksum=0b3962719de45f7f6b8d6c5481d7e50c2e79cbcf7f1ce02810b65fcfa261cc28

From 0e581d6166340c057b30c937fbd31c1dfca67d74 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:07 -0700
Subject: [PATCH 15/20] mp3gain: fix license

---
 srcpkgs/mp3gain/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mp3gain/template b/srcpkgs/mp3gain/template
index 7bde1d2926df..d69c2be8aee5 100644
--- a/srcpkgs/mp3gain/template
+++ b/srcpkgs/mp3gain/template
@@ -1,7 +1,7 @@
 # Template file for 'mp3gain'
 pkgname=mp3gain
 version=1.6.2
-revision=1
+revision=2
 create_wrksrc=yes
 build_style=gnu-makefile
 make_build_args="OSTYPE=linux"
@@ -9,7 +9,7 @@ hostmakedepends="unzip"
 makedepends="mpg123-devel"
 short_desc="Lossless mp3 normalizer with statistical analysis"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1"
+license="LGPL-2.1-or-later"
 homepage="http://mp3gain.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
 checksum=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d

From 389f19500f3d9051ce4f2adb13b6f8b421ee6004 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:55:57 -0700
Subject: [PATCH 16/20] mp3info: fix license

---
 srcpkgs/mp3info/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mp3info/template b/srcpkgs/mp3info/template
index e090d66e2cc2..caab6cbc2612 100644
--- a/srcpkgs/mp3info/template
+++ b/srcpkgs/mp3info/template
@@ -1,13 +1,13 @@
 # Template file for 'mp3info'
 pkgname=mp3info
 version=0.8.5a
-revision=4
+revision=5
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="gtk+-devel ncurses-devel"
 short_desc="Utility used to read and modify the ID3 tags of MP3 files"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://ibiblio.org/mp3info/"
 distfiles="https://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-${version}.tgz"
 checksum=0438ac68e9f04947fb14ca5573d27c62454cb9db3a93b7f1d2c226cd3e0b4e10

From f1e8ccdbe4d1ea51bffce98b2d5c998c8be75949 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 3 May 2021 23:59:01 -0700
Subject: [PATCH 17/20] mspdebug: fix license

---
 srcpkgs/mspdebug/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mspdebug/template b/srcpkgs/mspdebug/template
index b38ed4b5697b..8a5a10280f8d 100644
--- a/srcpkgs/mspdebug/template
+++ b/srcpkgs/mspdebug/template
@@ -1,12 +1,12 @@
 # Template file for 'mspdebug'
-pkgname="mspdebug"
+pkgname=mspdebug
 version=0.25
-revision=2
+revision=3
 build_style=gnu-makefile
+makedepends="readline-devel libusb-compat-devel"
 short_desc="Debugger for MSP430 MCUs"
 maintainer="allan <mail@may.mooo.com>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://mspdebug.sourceforge.net"
 distfiles="https://github.com/dlbeer/mspdebug/archive/v${version}.tar.gz"
 checksum=347b5ae5d0ab0cddb54363b72abe482f9f5d6aedb8f230048de0ded28b7d1503
-makedepends="readline-devel libusb-compat-devel"

From e2b6312f2cd556309d2dffd51d7feb336c0aca60 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:31:44 -0700
Subject: [PATCH 18/20] musl-fts: fix license, other lint

---
 srcpkgs/musl-fts/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template
index fe6cb20c857f..fe5beee6596e 100644
--- a/srcpkgs/musl-fts/template
+++ b/srcpkgs/musl-fts/template
@@ -1,13 +1,13 @@
 # Template file for 'musl-fts'
 pkgname=musl-fts
 version=1.2.7
-revision=3
+revision=4
+archs="*-musl"
 build_style=gnu-configure
 hostmakedepends="automake libtool"
-archs="*-musl"
 short_desc="Implementation of fts(3) for musl libc"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-3-Clause"
 homepage="https://github.com/void-linux/musl-fts"
 distfiles="https://github.com/void-linux/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
 checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6

From c4075b83e9957e92964e0d218d081425ab6ab5f4 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:32:46 -0700
Subject: [PATCH 19/20] musl-rpmatch: fix license, other lint

---
 srcpkgs/musl-rpmatch/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/musl-rpmatch/template b/srcpkgs/musl-rpmatch/template
index 754d017afa73..d9e10285fc5c 100644
--- a/srcpkgs/musl-rpmatch/template
+++ b/srcpkgs/musl-rpmatch/template
@@ -1,14 +1,14 @@
 # Template file for 'musl-rpmatch'
 pkgname=musl-rpmatch
 version=1.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-shared --enable-static"
 hostmakedepends="automake libtool gettext-devel"
 makedepends="gettext-devel"
 short_desc="Implementation of rpmatch(3) for musl libc"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="https://github.com/pullmoll/musl-rpmatch"
 distfiles="https://github.com/pullmoll/musl-rpmatch/archive/v${version}.tar.gz"
 checksum=dcbd41909bd69eaeedd20f03435b165406b514465249186ff1ca68d04fd35953

From bed61eb4938075efee735f7171e173e8deea71fb Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 13:36:41 -0700
Subject: [PATCH 20/20] mythes: fix license, other lint

---
 srcpkgs/mythes/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mythes/template b/srcpkgs/mythes/template
index 6e53c2845ddc..e7e77bc007c9 100644
--- a/srcpkgs/mythes/template
+++ b/srcpkgs/mythes/template
@@ -1,17 +1,21 @@
 # Template file for 'mythes'
 pkgname=mythes
 version=1.2.4
-revision=4
+revision=5
 build_style=gnu-configure
-short_desc="Simple thesaurus that uses a structured text data"
-maintainer="Enno Boland <gottox@voidlinux.org>"
 hostmakedepends="pkg-config"
 makedepends="hunspell-devel"
-license="GPL-3"
+short_desc="Simple thesaurus that uses a structured text data"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-3-Clause"
 homepage="http://sourceforge.net/projects/hunspell/files/MyThes"
 distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
 checksum=1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f
 
+post_install() {
+	vlicense COPYING
+}
+
 mythes-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}"
 	short_desc+=" - development files"

  parent reply	other threads:[~2021-06-26 18:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-09  6:52 [PR PATCH] " heliocat
2021-05-09  7:10 ` [PR PATCH] [Updated] " heliocat
2021-06-10  7:38 ` heliocat
2021-06-26 18:26 ` heliocat [this message]
2021-08-29 11:07 ` [PR PATCH] [Closed]: " sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210626182610.ulK3VvJzzDNcBGnoHzmAXxtF_HEwM7BMG2yJ-hjW470@z \
    --to=heliocat@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).