pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/jwm jwm: update to 2.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b244dcd5232
branches:  trunk
changeset: 380087:0b244dcd5232
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat May 28 17:52:06 2022 +0000

description:
jwm: update to 2.4.2.

pkgsrc changes:
- switch MASTER_SITES to github per upstream HOMEPAGE
- remove a patch fixed in upstream #556

Upstream changes:
 https://github.com/joewing/jwm/releases/tag/v2.4.2

v2.4.2

What's Changed

  * Add nomaxtitle group option by @JCallicoat in #557
  * Add backandforth attribute to Desktops tag by @JCallicoat in #558
  * Updated pt_BR.po language for the JWM. by @marcelocripe in #559
  * Update Portuguese (pt.po) translation by @hugok79 in #561
  * Bugfix/nls fix translation installation, closes #565 #564 #556 by @01micko
    in #566
  * Update pl.po by @Faalagorn in #567
  * Fix an issue with dynamic configuration generation #563

New Contributors

  * @JCallicoat made their first contribution in #557
  * @01micko made their first contribution in #566
  * @Faalagorn made their first contribution in #567

diffstat:

 wm/jwm/Makefile                        |  10 +++--
 wm/jwm/distinfo                        |   9 ++--
 wm/jwm/patches/patch-po_Makefile.in.in |  60 ----------------------------------
 3 files changed, 10 insertions(+), 69 deletions(-)

diffs (99 lines):

diff -r a85d4dd45fbf -r 0b244dcd5232 wm/jwm/Makefile
--- a/wm/jwm/Makefile   Sat May 28 17:34:00 2022 +0000
+++ b/wm/jwm/Makefile   Sat May 28 17:52:06 2022 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.52 2022/04/18 19:12:14 adam Exp $
+# $NetBSD: Makefile,v 1.53 2022/05/28 17:52:06 tsutsui Exp $
 
-DISTNAME=              jwm-2.4.1
-PKGREVISION=           1
+DISTNAME=              jwm-2.4.2
 CATEGORIES=            wm x11
-MASTER_SITES=          http://joewing.net/projects/jwm/releases/
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=joewing/}
+GITHUB_PROJTECT=       ${DISTNAME:S/-${PKGVERSION_NOREV}//}
+GITHUB_TYPE=           release
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
 EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            tsutsui%NetBSD.org@localhost
diff -r a85d4dd45fbf -r 0b244dcd5232 wm/jwm/distinfo
--- a/wm/jwm/distinfo   Sat May 28 17:34:00 2022 +0000
+++ b/wm/jwm/distinfo   Sat May 28 17:52:06 2022 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.16 2022/03/12 21:52:08 tsutsui Exp $
+$NetBSD: distinfo,v 1.17 2022/05/28 17:52:06 tsutsui Exp $
 
-BLAKE2s (jwm-2.4.1.tar.xz) = 0b8acc8ef463b561028a57b568c27d97bfc378b83ea8bcb5fa9dbdf29ee25c7f
-SHA512 (jwm-2.4.1.tar.xz) = 44bb5b9131541359776d14260c9a3db2ea3835f78c5b88053d7b30172753dbeb822a0009b124c3530af7226ed302ea47292011aa6a4244e3d979a9ef275b4512
-Size (jwm-2.4.1.tar.xz) = 298884 bytes
+BLAKE2s (jwm-2.4.2.tar.xz) = b318bb13d11806cd732b2b93cac3dfae62bd49179a4598c071dea90bd26b4ec5
+SHA512 (jwm-2.4.2.tar.xz) = 2669c3e2ab2d9a5539d02559108a2bc601bb2209de03dc15057a65c14b5e1268cc58009f4102c4d90302c0705ada5578997a3644c736a46a7e8cf13766cc92fe
+Size (jwm-2.4.2.tar.xz) = 316000 bytes
 SHA1 (patch-Makefile.in) = 0ae071bfa59770c3b07f8ab6ce138e6d92318e1f
-SHA1 (patch-po_Makefile.in.in) = d2f300b2e8e0889d301fc77db68fd08d760efdd1
 SHA1 (patch-src_Makefile.in) = db9b310a04e0542fbbacaba7633bfd0a286d778c
diff -r a85d4dd45fbf -r 0b244dcd5232 wm/jwm/patches/patch-po_Makefile.in.in
--- a/wm/jwm/patches/patch-po_Makefile.in.in    Sat May 28 17:34:00 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-$NetBSD: patch-po_Makefile.in.in,v 1.1 2021/11/14 18:42:27 tsutsui Exp $
-
-- @mkdir_p@ seems no longer supported by newer automake
-
---- po/Makefile.in.in.orig     2021-10-05 23:35:20.000000000 +0000
-+++ po/Makefile.in.in
-@@ -32,17 +32,9 @@ gettextsrcdir = $(datadir)/gettext/po
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- 
--# We use $(mkdir_p).
--# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
--# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
--# @install_sh@ does not start with $(SHELL), so we add it.
--# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
--# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
--# versions, $(mkinstalldirs) and $(install_sh) are unused.
- mkinstalldirs = $(SHELL) @install_sh@ -d
- install_sh = $(SHELL) @install_sh@
- MKDIR_P = @MKDIR_P@
--mkdir_p = @mkdir_p@
- 
- # When building gettext-tools, we prefer to use the built programs
- # rather than installed programs.  However, we can't do that when we
-@@ -266,7 +258,7 @@ install: install-exec install-data
- install-exec:
- install-data: install-data-@USE_NLS@
-       if test "$(PACKAGE)" = "gettext-tools"; then \
--        $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
-+        $(MKDIR_P) $(DESTDIR)$(gettextsrcdir); \
-         for file in $(DISTFILES.common) Makevars.template; do \
-           $(INSTALL_DATA) $(srcdir)/$$file \
-                           $(DESTDIR)$(gettextsrcdir)/$$file; \
-@@ -284,7 +276,7 @@ install-data-yes: all
-         cat=`basename $$cat`; \
-         lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
-         dir=$(localedir)/$$lang/LC_MESSAGES; \
--        $(mkdir_p) $(DESTDIR)$$dir; \
-+        $(MKDIR_P) $(DESTDIR)$$dir; \
-         if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
-         $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
-         echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
-@@ -324,7 +316,7 @@ installdirs: installdirs-exec installdir
- installdirs-exec:
- installdirs-data: installdirs-data-@USE_NLS@
-       if test "$(PACKAGE)" = "gettext-tools"; then \
--        $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
-+        $(MKDIR_P) $(DESTDIR)$(gettextsrcdir); \
-       else \
-         : ; \
-       fi
-@@ -335,7 +327,7 @@ installdirs-data-yes:
-         cat=`basename $$cat`; \
-         lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
-         dir=$(localedir)/$$lang/LC_MESSAGES; \
--        $(mkdir_p) $(DESTDIR)$$dir; \
-+        $(MKDIR_P) $(DESTDIR)$$dir; \
-         for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
-           if test -n "$$lc"; then \
-             if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \



Home | Main Index | Thread Index | Old Index