pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/exercism



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 19 12:16:30 UTC 2023

Modified Files:
        pkgsrc/misc/exercism: Makefile distinfo

Log Message:
exorcism: Remove USE_LANGUAGES and adjust distfile handling

- Using empty USE_LANGUAGES at least for Go 1.20.x is problematic because
  runtime/cgo and probably other modules actually needs a C compiler (build
  fails without it too)
- Set a non-generic DISTNAME to avoid possible conflicts (there could be several
  `cli' distfiles, they can eventually conflicts eachother and we can eventually
  avoid that via DIST_SUBDIR or just by setting DISTNAME (that's simpler))

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/exercism/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/exercism/distinfo

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

Modified files:

Index: pkgsrc/misc/exercism/Makefile
diff -u pkgsrc/misc/exercism/Makefile:1.2 pkgsrc/misc/exercism/Makefile:1.3
--- pkgsrc/misc/exercism/Makefile:1.2   Fri Mar 17 11:39:18 2023
+++ pkgsrc/misc/exercism/Makefile       Sun Mar 19 12:16:30 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/03/17 11:39:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2023/03/19 12:16:30 leot Exp $
 
-DISTNAME=              cli-3.1.0
-PKGNAME=               ${DISTNAME:S/^cli-/exercism-/}
-PKGREVISION=           1
+DISTNAME=              exercism-cli-3.1.0
+PKGREVISION=           2
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=exercism/}
 GITHUB_PROJECT=                cli
@@ -13,8 +12,6 @@ HOMEPAGE=             https://exercism.org/
 COMMENT=               Command line tool for exercism.org
 LICENSE=               mit
 
-USE_LANGUAGES=         # none
-
 AUTO_MKDIRS=           yes
 
 post-install:

Index: pkgsrc/misc/exercism/distinfo
diff -u pkgsrc/misc/exercism/distinfo:1.1 pkgsrc/misc/exercism/distinfo:1.2
--- pkgsrc/misc/exercism/distinfo:1.1   Wed Mar 15 20:22:51 2023
+++ pkgsrc/misc/exercism/distinfo       Sun Mar 19 12:16:30 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2023/03/15 20:22:51 schmonz Exp $
+$NetBSD: distinfo,v 1.2 2023/03/19 12:16:30 leot Exp $
 
-BLAKE2s (cli-3.1.0.tar.gz) = aad7773d4ad7563c15f103077fe4f1a8a5a6593c73cf0ce1e38b70ead9755c97
-SHA512 (cli-3.1.0.tar.gz) = b0cb312304453b6843f722c88ceb08e749e83e9165926b3e427052a2e7f6305f90a4f9714dd2a28058948aa4e535baf90d58a97973397055ee0a82b7d75d0fe9
-Size (cli-3.1.0.tar.gz) = 58673 bytes
+BLAKE2s (exercism-cli-3.1.0.tar.gz) = aad7773d4ad7563c15f103077fe4f1a8a5a6593c73cf0ce1e38b70ead9755c97
+SHA512 (exercism-cli-3.1.0.tar.gz) = b0cb312304453b6843f722c88ceb08e749e83e9165926b3e427052a2e7f6305f90a4f9714dd2a28058948aa4e535baf90d58a97973397055ee0a82b7d75d0fe9
+Size (exercism-cli-3.1.0.tar.gz) = 58673 bytes
 BLAKE2s (github.com_blang_semver_@v_v3.5.1+incompatible.mod) = 90703ddd7449c70b84e1be1a2b5671c5dc0ee30dc2ce7f14d5e35f0785a9057a
 SHA512 (github.com_blang_semver_@v_v3.5.1+incompatible.mod) = 5f7f52012aa82bdc43bd89d1491fbe00091299554bd85dbfc07f0cc757fcf44f4499df97a4f19c234ce70fbb7af0f4c54c13ffd547ef0a733365ea9c68dd0297
 Size (github.com_blang_semver_@v_v3.5.1+incompatible.mod) = 31 bytes



Home | Main Index | Thread Index | Old Index