pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/ottomatic



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Fri Mar 10 02:05:59 UTC 2023

Modified Files:
        pkgsrc/games/ottomatic: Makefile distinfo

Log Message:
games/ottomatic: Use GITHUB_SUBMODULES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/ottomatic/Makefile \
    pkgsrc/games/ottomatic/distinfo

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

Modified files:

Index: pkgsrc/games/ottomatic/Makefile
diff -u pkgsrc/games/ottomatic/Makefile:1.1 pkgsrc/games/ottomatic/Makefile:1.2
--- pkgsrc/games/ottomatic/Makefile:1.1 Thu Mar  2 04:14:15 2023
+++ pkgsrc/games/ottomatic/Makefile     Fri Mar 10 02:05:59 2023
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2023/03/02 04:14:15 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/10 02:05:59 charlotte Exp $
 
 DISTNAME=      ottomatic-4.0.1
+PKGREVISION=   1
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jorio/}
-DISTFILES+=    ${DEFAULT_DISTFILES} ${POMME}
-
-POMME=         ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz
-SITES.${POMME}=        ${MASTER_SITE_GITHUB:=jorio/}Pomme/archive/
 
 MAINTAINER=    charlotte%NetBSD.org@localhost
 HOMEPAGE=      https://pangeasoft.net/otto/
 COMMENT=       Pangea Software's Otto Matic
 LICENSE=       cc-by-nc-sa-v4.0-license
 
+GITHUB_SUBMODULES=     \
+       jorio Pomme ad9cc177d2187f67bd00cb6cf2b3045ef91c577b extern/Pomme
+
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pax pkg-config
@@ -23,10 +23,6 @@ INSTALLATION_DIRS+=  bin
 INSTALLATION_DIRS+=    libexec
 INSTALLATION_DIRS+=    share/ottomatic/Data
 
-post-extract:
-       ${RM} -rf ${WRKSRC}/extern/Pomme
-       ${LN} -sf ${WRKDIR}/Pomme-${POMME:S/.tar.gz//} ${WRKSRC}/extern/Pomme
-
 pre-configure:
        ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \
                ${FILESDIR}/ottomatic.template > ${WRKDIR}/ottomatic
Index: pkgsrc/games/ottomatic/distinfo
diff -u pkgsrc/games/ottomatic/distinfo:1.1 pkgsrc/games/ottomatic/distinfo:1.2
--- pkgsrc/games/ottomatic/distinfo:1.1 Thu Mar  2 04:14:15 2023
+++ pkgsrc/games/ottomatic/distinfo     Fri Mar 10 02:05:59 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2023/03/02 04:14:15 charlotte Exp $
+$NetBSD: distinfo,v 1.2 2023/03/10 02:05:59 charlotte Exp $
 
-BLAKE2s (ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = c2bf0696bd7a8c453497e38b4059a85b54e599f7f314433f1c4e1968a4c8b1bb
-SHA512 (ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = 5c2bca86ab7448f8506fbea5d92d4b89f66b00eac66a7d0d65d8ffc451f2700f6304426d2f4f22d3310029797e7e3a699963264c5078847c0bda6827430eb824
-Size (ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = 148738 bytes
+BLAKE2s (jorio-Pomme-ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = c2bf0696bd7a8c453497e38b4059a85b54e599f7f314433f1c4e1968a4c8b1bb
+SHA512 (jorio-Pomme-ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = 5c2bca86ab7448f8506fbea5d92d4b89f66b00eac66a7d0d65d8ffc451f2700f6304426d2f4f22d3310029797e7e3a699963264c5078847c0bda6827430eb824
+Size (jorio-Pomme-ad9cc177d2187f67bd00cb6cf2b3045ef91c577b.tar.gz) = 148738 bytes
 BLAKE2s (ottomatic-4.0.1.tar.gz) = 346f1bbb95d6847d854125e28c6cef448733eb99f08561152a551be7eea6101d
 SHA512 (ottomatic-4.0.1.tar.gz) = 25184589062123664889e3e0fccffe4c964da547d36de3a8ab15e585a60479ef7b508ec96bcd5b55c9d137fd88b3260ecec808da559cc204292a04069fd1b00a
 Size (ottomatic-4.0.1.tar.gz) = 153653044 bytes



Home | Main Index | Thread Index | Old Index