pkgsrc-WIP-changes archive

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

naev: update to naev-0.8.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jan 10 21:05:05 2021 +0200
Changeset:	c1799eac6d683b3236171ec9422be1bd04737c83

Modified Files:
	naev/Makefile
	naev/distinfo
	naev/patches/patch-Makefile.am

Log Message:
naev: update to naev-0.8.1

Announcement:

* 0.8.1

    - Gameplay
        * Lowered large ships' time constant (renamed from time dilation) by
          50% of the deviation from 100%.
        * Tweaked Za'lek ships' stats and outfit slot behavior to match
          expectations.
    - Engine
        * Restored macOS support. (Catalina users will have to bypass
          Gatekeeper: See https://github.com/naev/naev/wiki/FAQ for
          details.)
        * Fixed a crash-loop when the "saves" folder gets populated by Steam
          data (or other files) and no Naev save files.
        * Fixed intermittent error messages about the "Lua Spawn script for
          faction 'Trader'".
        * Fixed rare/potential bugs in font and save-file code.
        * Fixed crash when navigating landing screens with the tab key.
        * Updated German translation.
        * Improved text in minor ways.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1799eac6d683b3236171ec9422be1bd04737c83

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 naev/Makefile                  |  2 +-
 naev/distinfo                  | 10 +++++-----
 naev/patches/patch-Makefile.am | 13 +++++++------
 3 files changed, 13 insertions(+), 12 deletions(-)

diffs:
diff --git a/naev/Makefile b/naev/Makefile
index 9de45a8396..d00f899729 100644
--- a/naev/Makefile
+++ b/naev/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.7 2020/11/05 09:08:13 ryoon Exp $
 
-DISTNAME=	naev-0.8.0
+DISTNAME=	naev-0.8.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=naev/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/naev/distinfo b/naev/distinfo
index 6a41ba9560..bc0d6cf5b7 100644
--- a/naev/distinfo
+++ b/naev/distinfo
@@ -1,10 +1,10 @@
 $NetBSD: distinfo,v 1.1 2019/10/01 12:25:37 nia Exp $
 
-SHA1 (naev-0.8.0.tar.gz) = ba2d23d7778d140b1bf840638c6d7a7184eb1ad8
-RMD160 (naev-0.8.0.tar.gz) = 2a6e096f34c9f5cc6ef714261769d3607d48a005
-SHA512 (naev-0.8.0.tar.gz) = 3b4544d1f916e1426775c0229a6e294a80d2b8de0657d761b911ddd43070d51e5986ca0f5f37731b65479de2fee484db0f893f8599947e0ebb5e58e817514bb0
-Size (naev-0.8.0.tar.gz) = 359215676 bytes
-SHA1 (patch-Makefile.am) = 88254c5e35033a188f09db8a50baedcdd6b76080
+SHA1 (naev-0.8.1.tar.gz) = 475ac91cad67257b502def445383a673d6ee7cef
+RMD160 (naev-0.8.1.tar.gz) = 21d73872d4e4db65a8e89901acd727fd8517352a
+SHA512 (naev-0.8.1.tar.gz) = b506b9b1522cc4271a4ab9fa81606b339c854a5ab2881d448cc1fbbf574f8764d77776e5a1159f7cf88b5a42530161d99083871cb95d89f88777e4ecdf1d366d
+Size (naev-0.8.1.tar.gz) = 359477845 bytes
+SHA1 (patch-Makefile.am) = 2519d0d8a1d45fe1b2cca924599c29fb945c7edd
 SHA1 (patch-build_shave.in) = e548c7547bc81a16a7cfbf3e7a97e4e3e23787fc
 SHA1 (patch-configure.ac) = b54678d7b79c06bd82fe1c8917184965561919ef
 SHA1 (patch-src_tk_widget_input.c) = 4aaaa3d1969bdb975bc7433494f1d3eadc543aab
diff --git a/naev/patches/patch-Makefile.am b/naev/patches/patch-Makefile.am
index 9cab39bd15..f9a394bf0d 100644
--- a/naev/patches/patch-Makefile.am
+++ b/naev/patches/patch-Makefile.am
@@ -2,15 +2,16 @@ $NetBSD$
 
 Fix installation commands.
 
---- Makefile.am.orig	2020-12-17 02:23:41.000000000 +0000
+--- Makefile.am.orig	2021-01-09 04:18:47.000000000 +0000
 +++ Makefile.am
-@@ -106,7 +106,8 @@ $(MKSPR):
- 	$(MAKE) -C utils/mkspr
+@@ -119,8 +119,8 @@ $(MKSPR):
  
  install-data-local:
--	(cd $(top_srcdir)/dat; find . -type f -exec install -Dm 644 "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
-+	(cd $(top_srcdir)/dat; find . -type d -exec ${INSTALL_GAME_DIR} "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
-+	(cd $(top_srcdir)/dat; find . -type f -exec ${INSTALL_GAME_DATA} "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \;)
+ 	(cd $(top_srcdir)/dat \
+-	 && find . -type d -exec install -d     "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \; \
+-	 && find . -type f -exec install -m 644 "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \; )
++	 && find . -type d -exec ${INSTALL_GAME_DIR} "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \; \
++	 && find . -type f -exec ${INSTALL_GAME_DATA} "{}" "$(DESTDIR)$(pkgdatadir)/dat/{}" \; )
  
  clean-local:
  	(rm -rf $(top_builddir)/dat/gettext)


Home | Main Index | Thread Index | Old Index