pkgsrc-WIP-changes archive

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

doomlegacy: Let devel package conflict with stable package (games/doomlegacy)



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Aug 16 12:59:27 2019 +0200
Changeset:	4add4a3d268978e8b527835869005fe4dbc2ed04

Modified Files:
	doomlegacy/Makefile

Log Message:
doomlegacy: Let devel package conflict with stable package (games/doomlegacy)

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

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

diffstat:
 doomlegacy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/doomlegacy/Makefile b/doomlegacy/Makefile
index 46a82412be..2c65ef187a 100644
--- a/doomlegacy/Makefile
+++ b/doomlegacy/Makefile
@@ -18,6 +18,8 @@ HOMEPAGE=		http://doomlegacy.sourceforge.net/
 COMMENT=		The legacy of Doom
 LICENSE=		gnu-gpl-v2
 
+CONFLICTS+=		doomlegacy-[0-9]*
+
 # Tested on Linux/ppc (32bit Big Endian) and NetBSD/amd64 (64bit Little Endian)
 # Untested: In general the source code has support for the other listed OS too
 ONLY_FOR_PLATFORM=	Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* \


Home | Main Index | Thread Index | Old Index