pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/naev



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Mon Jun 16 15:54:17 UTC 2025

Modified Files:
        pkgsrc/games/naev: Makefile

Log Message:
require doxygen 1.14 or up


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/naev/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/naev/Makefile
diff -u pkgsrc/games/naev/Makefile:1.41 pkgsrc/games/naev/Makefile:1.42
--- pkgsrc/games/naev/Makefile:1.41     Sun Jun  1 16:52:59 2025
+++ pkgsrc/games/naev/Makefile  Mon Jun 16 15:54:17 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2025/06/01 16:52:59 thor Exp $
+# $NetBSD: Makefile,v 1.42 2025/06/16 15:54:17 ktnb Exp $
 
 DISTNAME=              naev-0.12.5
+PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=naev/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -20,7 +21,7 @@ HOMEPAGE=     https://github.com/naev/naev
 COMMENT=       2D space trading and combat game
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.14:../../devel/doxygen
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 USE_TOOLS+=    bash:run pkg-config cmake



Home | Main Index | Thread Index | Old Index