pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/hengband
Module Name: pkgsrc
Committed By: pho
Date: Wed Mar 11 15:40:36 UTC 2020
Modified Files:
pkgsrc/games/hengband: Makefile PLIST distinfo
Added Files:
pkgsrc/games/hengband/patches: patch-lib_edit_Makefile.am
Log Message:
Install lib/edit/q0dumpwitness.txt which was missing
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/hengband/Makefile \
pkgsrc/games/hengband/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/hengband/PLIST
cvs rdiff -u -r0 -r1.1 \
pkgsrc/games/hengband/patches/patch-lib_edit_Makefile.am
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/hengband/Makefile
diff -u pkgsrc/games/hengband/Makefile:1.3 pkgsrc/games/hengband/Makefile:1.4
--- pkgsrc/games/hengband/Makefile:1.3 Wed Mar 11 15:01:53 2020
+++ pkgsrc/games/hengband/Makefile Wed Mar 11 15:40:36 2020
@@ -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
Index: pkgsrc/games/hengband/distinfo
diff -u pkgsrc/games/hengband/distinfo:1.3 pkgsrc/games/hengband/distinfo:1.4
--- pkgsrc/games/hengband/distinfo:1.3 Wed Mar 11 15:01:53 2020
+++ pkgsrc/games/hengband/distinfo Wed Mar 11 15:40:36 2020
@@ -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) = 5d8d13
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
Index: pkgsrc/games/hengband/PLIST
diff -u pkgsrc/games/hengband/PLIST:1.2 pkgsrc/games/hengband/PLIST:1.3
--- pkgsrc/games/hengband/PLIST:1.2 Wed Mar 11 15:01:53 2020
+++ pkgsrc/games/hengband/PLIST Wed Mar 11 15:40:36 2020
@@ -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
Added files:
Index: pkgsrc/games/hengband/patches/patch-lib_edit_Makefile.am
diff -u /dev/null pkgsrc/games/hengband/patches/patch-lib_edit_Makefile.am:1.1
--- /dev/null Wed Mar 11 15:40:36 2020
+++ pkgsrc/games/hengband/patches/patch-lib_edit_Makefile.am Wed Mar 11 15:40:36 2020
@@ -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