pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/fs-uae-launcher



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  9 15:42:37 UTC 2022

Modified Files:
        pkgsrc/emulators/fs-uae-launcher: Makefile PLIST

Log Message:
fs-uae-launcher: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/emulators/fs-uae-launcher/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/fs-uae-launcher/PLIST

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

Modified files:

Index: pkgsrc/emulators/fs-uae-launcher/Makefile
diff -u pkgsrc/emulators/fs-uae-launcher/Makefile:1.18 pkgsrc/emulators/fs-uae-launcher/Makefile:1.19
--- pkgsrc/emulators/fs-uae-launcher/Makefile:1.18      Fri Dec  4 20:45:16 2020
+++ pkgsrc/emulators/fs-uae-launcher/Makefile   Sun Jan  9 15:42:37 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/12/04 20:45:16 nia Exp $
+# $NetBSD: Makefile,v 1.19 2022/01/09 15:42:37 wiz Exp $
 
 DISTNAME=      fs-uae-launcher-3.0.5
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  https://fs-uae.net/stable/${PKGVERSION_NOREV}/
 
@@ -49,7 +49,7 @@ post-install:
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/emulators/fs-uae-launcher/PLIST
diff -u pkgsrc/emulators/fs-uae-launcher/PLIST:1.3 pkgsrc/emulators/fs-uae-launcher/PLIST:1.4
--- pkgsrc/emulators/fs-uae-launcher/PLIST:1.3  Thu Aug 22 18:35:22 2019
+++ pkgsrc/emulators/fs-uae-launcher/PLIST      Sun Jan  9 15:42:37 2022
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/22 18:35:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/09 15:42:37 wiz Exp $
 bin/fs-uae-launcher
 share/applications/fs-uae-launcher.desktop
 share/doc/fs-uae-launcher/COPYING
 share/doc/fs-uae-launcher/README
-share/fs-uae-launcher/${EGG_FILE}
 share/fs-uae-launcher/OpenGL/AGL/__init__.py
 share/fs-uae-launcher/OpenGL/AGL/__init__.pyc
 share/fs-uae-launcher/OpenGL/AGL/__init__.pyo
@@ -6869,6 +6868,10 @@ share/fs-uae-launcher/arcade/ui/gl_widge
 share/fs-uae-launcher/arcade/ui/gl_widget.pyc
 share/fs-uae-launcher/arcade/ui/gl_widget.pyo
 share/fs-uae-launcher/fs-uae-launcher
+share/fs-uae-launcher/${EGG_INFODIR}/PKG-INFO
+share/fs-uae-launcher/${EGG_INFODIR}/SOURCES.txt
+share/fs-uae-launcher/${EGG_INFODIR}/dependency_links.txt
+share/fs-uae-launcher/${EGG_INFODIR}/top_level.txt
 share/fs-uae-launcher/fsbc/__init__.py
 share/fs-uae-launcher/fsbc/__init__.pyc
 share/fs-uae-launcher/fsbc/__init__.pyo



Home | Main Index | Thread Index | Old Index