pkgsrc-WIP-changes archive

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

doom1,doomlegacy-devel: Update homepage and documentation



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Aug 27 12:00:09 2019 +0200
Changeset:	51e32fe14148525db0f002562e83855f69735fff

Modified Files:
	doom1/DESCR
	doom1/Makefile
	doomlegacy-devel/Makefile

Log Message:
doom1,doomlegacy-devel: Update homepage and documentation

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

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

diffstat:
 doom1/DESCR               | 6 ++++--
 doom1/Makefile            | 6 ++++--
 doomlegacy-devel/Makefile | 1 -
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/doom1/DESCR b/doom1/DESCR
index adf79b7b56..c8dadd0316 100644
--- a/doom1/DESCR
+++ b/doom1/DESCR
@@ -1,2 +1,4 @@
-This package contains the shareware level data for Doom,
-ID software's famous 3D shooter.
+This package contains the shareware level data for Doom, ID software's
+famous 3D shooter.
+
+Only the first episode is available to play.
diff --git a/doom1/Makefile b/doom1/Makefile
index 9f86f3f944..247bfc01e7 100644
--- a/doom1/Makefile
+++ b/doom1/Makefile
@@ -8,14 +8,16 @@ DIST_SUBDIR=	${PKGNAME_NOREV}
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	micha%NetBSD.org@localhost
-HOMEPAGE=	https://www.doomworld.com/classicdoom/info/shareware.php
+# The SHA1 hash listed here was checked while generating pkgsrc distinfo
+HOMEPAGE=	https://doomwiki.org/wiki/DOOM1.WAD
 COMMENT=	Shareware levels for Doom
 #LICENSE=	shareware
 
 CONFLICTS+=	xdoom<1.10nb4
-WRKSRC=		${WRKDIR}
 
+WRKSRC=			${WRKDIR}
 INSTALLATION_DIRS=	share/doom
+
 NO_BUILD=		YES
 
 do-install:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index b0df2ae3cc..7a180a61fc 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -99,7 +99,6 @@ do-install:
 			${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
 
 # Ensure that at least the shareware Episode 1 of Doom is available
-# Note: The demos from games/doom1 are not compatible with the Legacy engine
 DEPENDS+=		doom1-[0-9]*:../../games/doom1
 
 BUILDLINK_API_DEPENDS.SDL_mixer+=	SDL_mixer>=1.2.7


Home | Main Index | Thread Index | Old Index