diff options
author | pho <pho@pkgsrc.org> | 2020-03-11 15:40:36 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-03-11 15:40:36 +0000 |
commit | 4551dfae26651d43109c26867f2e77b5c996ea44 (patch) | |
tree | 0e45a3cee9b384055401abb3969537548daae2a2 /games | |
parent | 01491396d65f43a627f00d8d28e064ca9c3ff677 (diff) | |
download | pkgsrc-4551dfae26651d43109c26867f2e77b5c996ea44.tar.gz |
Install lib/edit/q0dumpwitness.txt which was missing
Diffstat (limited to 'games')
-rw-r--r-- | games/hengband/Makefile | 6 | ||||
-rw-r--r-- | games/hengband/PLIST | 3 | ||||
-rw-r--r-- | games/hengband/distinfo | 3 | ||||
-rw-r--r-- | games/hengband/patches/patch-lib_edit_Makefile.am | 15 |
4 files changed, 23 insertions, 4 deletions
diff --git a/games/hengband/Makefile b/games/hengband/Makefile index de153eacb49..89494eed80d 100644 --- a/games/hengband/Makefile +++ b/games/hengband/Makefile @@ -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 diff --git a/games/hengband/PLIST b/games/hengband/PLIST index 0a20ce0f97b..e76a6b06278 100644 --- a/games/hengband/PLIST +++ b/games/hengband/PLIST @@ -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/q000natu.txt 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 --git a/games/hengband/distinfo b/games/hengband/distinfo index 9cd3d467655..10fe89d27f4 100644 --- a/games/hengband/distinfo +++ b/games/hengband/distinfo @@ -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 @@ RMD160 (hengband-2.2.1r.tar.gz) = 5d8d13da739bbe8bbc0da6d654331e6fb986aac8 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 --git a/games/hengband/patches/patch-lib_edit_Makefile.am b/games/hengband/patches/patch-lib_edit_Makefile.am new file mode 100644 index 00000000000..240b93fff2d --- /dev/null +++ b/games/hengband/patches/patch-lib_edit_Makefile.am @@ -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) |