pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-core-info



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug  7 16:46:43 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-core-info: Makefile

Log Message:
emulators/libretro-core-info: Use RETROARCH_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-core-info/Makefile

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

Modified files:

Index: pkgsrc/emulators/libretro-core-info/Makefile
diff -u pkgsrc/emulators/libretro-core-info/Makefile:1.1 pkgsrc/emulators/libretro-core-info/Makefile:1.2
--- pkgsrc/emulators/libretro-core-info/Makefile:1.1    Tue Aug  7 15:58:36 2018
+++ pkgsrc/emulators/libretro-core-info/Makefile        Tue Aug  7 16:46:43 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/08/07 15:58:36 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/07 16:46:43 nia Exp $
 
-DISTNAME=      libretro-core-info-1.7.3
+DISTNAME=      libretro-core-info-${RETROARCH_VERSION}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,4 +19,5 @@ INSTALLATION_DIRS+=   ${PREFIX}/share/libr
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/*.info ${DESTDIR}${PREFIX}/share/libretro/info
 
+.include "../../emulators/retroarch/version.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index