pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/monsterz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 22 09:37:00 UTC 2022

Modified Files:
        pkgsrc/games/monsterz: Makefile

Log Message:
monsterz: does not use py-Numeric, remove dependency

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/monsterz/Makefile

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

Modified files:

Index: pkgsrc/games/monsterz/Makefile
diff -u pkgsrc/games/monsterz/Makefile:1.25 pkgsrc/games/monsterz/Makefile:1.26
--- pkgsrc/games/monsterz/Makefile:1.25 Fri Dec  4 20:45:20 2020
+++ pkgsrc/games/monsterz/Makefile      Fri Apr 22 09:37:00 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/12/04 20:45:20 nia Exp $
+# $NetBSD: Makefile,v 1.26 2022/04/22 09:37:00 wiz Exp $
 
 DISTNAME=              monsterz-0.7.1
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            games
 MASTER_SITES=          http://sam.zoy.org/monsterz/
 
@@ -10,7 +10,6 @@ HOMEPAGE=             http://sam.zoy.org/monsterz/
 COMMENT=               Puzzle game similar to the famous Bejeweled or Zookeeper
 
 DEPENDS+=              ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
-DEPENDS+=              ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
 
 REPLACE_PYTHON=                        monsterz.py
 PYTHON_VERSIONS_ACCEPTED=      27 # py-Numeric



Home | Main Index | Thread Index | Old Index