pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/eureka



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jan 31 15:54:44 UTC 2025

Modified Files:
        pkgsrc/games/eureka: Makefile options.mk

Log Message:
games/eureka: Switch to FLTK 1.4

Part of FLTK 1.4 transition (Step 2).

- Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/eureka/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/eureka/options.mk

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

Modified files:

Index: pkgsrc/games/eureka/Makefile
diff -u pkgsrc/games/eureka/Makefile:1.12 pkgsrc/games/eureka/Makefile:1.13
--- pkgsrc/games/eureka/Makefile:1.12   Sun Aug 25 06:18:44 2024
+++ pkgsrc/games/eureka/Makefile        Fri Jan 31 15:54:44 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2024/08/25 06:18:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/31 15:54:44 micha Exp $
 
 DISTNAME=      eureka-2.0.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ioan-chera/}
 GITHUB_PROJECT=        eureka-editor

Index: pkgsrc/games/eureka/options.mk
diff -u pkgsrc/games/eureka/options.mk:1.5 pkgsrc/games/eureka/options.mk:1.6
--- pkgsrc/games/eureka/options.mk:1.5  Sun Aug 25 06:18:44 2024
+++ pkgsrc/games/eureka/options.mk      Fri Jan 31 15:54:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2024/08/25 06:18:44 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2025/01/31 15:54:44 micha Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.eureka
 PKG_SUPPORTED_OPTIONS= opengl xdg-utils
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS=  opengl xdg-utils
 
 .include "../../mk/bsd.options.mk"
 
-.include "../../x11/fltk13/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
 
 # opengl: Use OpenGL for rendering
 # If FLTK is compiled without opengl option, it is always disabled here too.



Home | Main Index | Thread Index | Old Index