pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/exult



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 19 09:09:02 UTC 2023

Modified Files:
        pkgsrc/games/exult: Makefile PLIST

Log Message:
exult: depend on png and add ipack to PLIST

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/games/exult/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/exult/PLIST

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

Modified files:

Index: pkgsrc/games/exult/Makefile
diff -u pkgsrc/games/exult/Makefile:1.36 pkgsrc/games/exult/Makefile:1.37
--- pkgsrc/games/exult/Makefile:1.36    Sun Jan 29 21:16:09 2023
+++ pkgsrc/games/exult/Makefile Wed Apr 19 09:09:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/01/29 21:16:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2023/04/19 09:09:01 wiz Exp $
 
 DISTNAME=      exult-1.6
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=exult/exult-all-versions/}
 
@@ -26,6 +26,7 @@ CONFIGURE_ARGS+=      --disable-alsa
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../audio/fluidsynth/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"

Index: pkgsrc/games/exult/PLIST
diff -u pkgsrc/games/exult/PLIST:1.5 pkgsrc/games/exult/PLIST:1.6
--- pkgsrc/games/exult/PLIST:1.5        Mon Apr 19 10:47:57 2021
+++ pkgsrc/games/exult/PLIST    Wed Apr 19 09:09:01 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2021/04/19 10:47:57 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/04/19 09:09:01 wiz Exp $
 bin/cmanip
 bin/expack
 bin/exult
+bin/ipack
 bin/mklink
 bin/rip
 bin/shp2pcx



Home | Main Index | Thread Index | Old Index