pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/hengband Install lib/edit/q0dumpwitness.txt whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6fe3749b202
branches:  trunk
changeset: 412715:a6fe3749b202
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Mar 11 15:40:36 2020 +0000

description:
Install lib/edit/q0dumpwitness.txt which was missing

diffstat:

 games/hengband/Makefile                           |   6 ++++--
 games/hengband/PLIST                              |   3 ++-
 games/hengband/distinfo                           |   3 ++-
 games/hengband/patches/patch-lib_edit_Makefile.am |  15 +++++++++++++++
 4 files changed, 23 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r 146dcd533f82 -r a6fe3749b202 games/hengband/Makefile
--- a/games/hengband/Makefile   Wed Mar 11 15:31:37 2020 +0000
+++ b/games/hengband/Makefile   Wed Mar 11 15:40:36 2020 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2020/03/11 15:01:53 pho Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/11 15:40:36 pho Exp $
 
 DISTNAME=      hengband-2.2.1r
+PKGREVISION=   1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_OSDN:=hengband/72520/}
-EXTRACT_SUFX=  .tar.gz
 
+# The tarball for this version is generated without a top-level
+# directory.
 EXTRACT_DIR=   ${WRKSRC}
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r 146dcd533f82 -r a6fe3749b202 games/hengband/PLIST
--- a/games/hengband/PLIST      Wed Mar 11 15:31:37 2020 +0000
+++ b/games/hengband/PLIST      Wed Mar 11 15:40:36 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/11 15:01:53 pho Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/03/11 15:40:36 pho Exp $
 bin/hengband
 libdata/hengband/edit/a_info.txt
 libdata/hengband/edit/d_info.txt
@@ -30,6 +30,7 @@
 libdata/hengband/edit/q000sorc.txt
 libdata/hengband/edit/q00water.txt
 libdata/hengband/edit/q0clone0.txt
+libdata/hengband/edit/q0dumpwitness.txt
 libdata/hengband/edit/q0fields.txt
 libdata/hengband/edit/q0thief1.txt
 libdata/hengband/edit/q0thief2.txt
diff -r 146dcd533f82 -r a6fe3749b202 games/hengband/distinfo
--- a/games/hengband/distinfo   Wed Mar 11 15:31:37 2020 +0000
+++ b/games/hengband/distinfo   Wed Mar 11 15:40:36 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2020/03/11 15:01:53 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/03/11 15:40:36 pho Exp $
 
 SHA1 (heng-graf-16x16.tar.gz) = 27166a215209f3ec0f2c4a61761fce5d802cddc1
 RMD160 (heng-graf-16x16.tar.gz) = eb2e8034d43709b9b7e06b69eac4b6a84d026cc1
@@ -9,6 +9,7 @@
 SHA512 (hengband-2.2.1r.tar.gz) = ac92922ed193498fd2020bb5c543b118b1f670e03a5af7718328ab86a667cf8273ddd693966026cba328ec767efdc1ac81ec66ac392328cc16dec469828af9f9
 Size (hengband-2.2.1r.tar.gz) = 2976734 bytes
 SHA1 (patch-lib_Makefile.am) = 35a066930834f9ea23c6ce9fb2a088c7ec86c28a
+SHA1 (patch-lib_edit_Makefile.am) = 9fd33498d6d83eeeb187e2491eac3ac15e7d412c
 SHA1 (patch-lib_xtra_graf_Makefile.am) = 71d8e17bfc39a689ab30f3a02b5f052687bcf1db
 SHA1 (patch-src_Makefile.am) = b71e0e4cc828c98d5bd4d89e3b263a406c0c8620
 SHA1 (patch-src_cmd3.c) = d2e4e61524b125069a5709462add001a7e7388ff
diff -r 146dcd533f82 -r a6fe3749b202 games/hengband/patches/patch-lib_edit_Makefile.am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/hengband/patches/patch-lib_edit_Makefile.am Wed Mar 11 15:40:36 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_edit_Makefile.am,v 1.1 2020/03/11 15:40:36 pho Exp $
+
+Add a quest file missing from Makefile.am
+
+--- lib/edit/Makefile.am.orig  2020-03-11 15:31:31.020086436 +0000
++++ lib/edit/Makefile.am
+@@ -16,7 +16,7 @@ angband_files = \
+       t0000002.txt t0000003.txt t0000004.txt t0000005.txt \
+       t0000006.txt t_basic.txt t_info.txt t_lite.txt \
+       t_pref.txt v_info.txt w_info.txt \
+-      m_info.txt s_info.txt
++      m_info.txt s_info.txt q0dumpwitness.txt
+ 
+ EXTRA_DIST = \
+   $(angband_files)



Home | Main Index | Thread Index | Old Index