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: schmonz
Date: Tue Feb 20 01:11:14 UTC 2024
Modified Files:
pkgsrc/misc/exercism: Makefile
Log Message:
exercism: change PKGNAME to match. This SUPERSEDES "exercism-cli" (oops).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/exercism/Makefile
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.16 pkgsrc/misc/exercism/Makefile:1.17
--- pkgsrc/misc/exercism/Makefile:1.16 Thu Feb 15 19:08:53 2024
+++ pkgsrc/misc/exercism/Makefile Tue Feb 20 01:11:14 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2024/02/15 19:08:53 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2024/02/20 01:11:14 schmonz Exp $
DISTNAME= exercism-cli-3.3.0
+PKGNAME= ${DISTNAME:S/-cli-/-/}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=exercism/}
GITHUB_PROJECT= cli
@@ -11,6 +12,8 @@ HOMEPAGE= https://exercism.org/
COMMENT= Command line tool for exercism.org
LICENSE= mit
+SUPERSEDES+= exercism-cli-[0-9]*
+
AUTO_MKDIRS= yes
post-install:
Home |
Main Index |
Thread Index |
Old Index