pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
skint: update to skint-0.6.5
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Sep 14 21:16:23 2025 +0200
Changeset: a3bbaacab7e53fdd1f8517a7fb6ed24aa4797706
Modified Files:
skint/COMMIT_MSG
skint/Makefile
skint/distinfo
skint/patches/patch-Makefile
Log Message:
skint: update to skint-0.6.5
No changelog provided.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3bbaacab7e53fdd1f8517a7fb6ed24aa4797706
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
skint/COMMIT_MSG | 2 +-
skint/Makefile | 6 +++---
skint/distinfo | 8 ++++----
skint/patches/patch-Makefile | 14 ++++++++------
4 files changed, 16 insertions(+), 14 deletions(-)
diffs:
diff --git a/skint/COMMIT_MSG b/skint/COMMIT_MSG
index 5aa14ff2a5..d8ad687b8a 100644
--- a/skint/COMMIT_MSG
+++ b/skint/COMMIT_MSG
@@ -1,4 +1,4 @@
-lang/skint: import skint-0.5.2 as lang/skint
+lang/skint: import skint-0.6.5 as lang/skint
Cheap and fast R7RS Scheme Interpreter
diff --git a/skint/Makefile b/skint/Makefile
index b724f47f2c..fdf9a28657 100644
--- a/skint/Makefile
+++ b/skint/Makefile
@@ -1,10 +1,10 @@
# $NetBSD$
-DISTNAME= skint-052
-PKGNAME= skint-0.5.2
+DISTNAME= skint-065
+PKGNAME= skint-0.6.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=false-schemers/}
-GITHUB_TAG= v052
+GITHUB_TAG= v065
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/false-schemers/skint/
diff --git a/skint/distinfo b/skint/distinfo
index 4a7c548a17..3e36744a37 100644
--- a/skint/distinfo
+++ b/skint/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
-BLAKE2s (skint-052.tar.gz) = a4c03b0003e37ae01f2e419cc543e6ed2b71c935d6746165d4a5703d08b4586d
-SHA512 (skint-052.tar.gz) = 463fe81dfdc180c10b5875c704b18052ae28e31d6bdf735815d21d344feb9a7b4e859d7891ecc3795933a932e8ef13befbe99e7acde2eeb92d46c60862d94e9a
-Size (skint-052.tar.gz) = 193960 bytes
-SHA1 (patch-Makefile) = b55760c1ada2e73d567d05fec09e772d8dba98e7
+BLAKE2s (skint-065.tar.gz) = 77ecb319e9ca49cc9f686f4c11976e5b6aa8a17273e733c4f88e0b5316e7f9d5
+SHA512 (skint-065.tar.gz) = fcc7736bf2171311535bcdd2daf1f33cad7268f08dd06a1662fbf4f61ae3f5d8ade30c2c2a62e9d27bb2678639ae0aded3215f0f19d76a73e71ddd136f0899de
+Size (skint-065.tar.gz) = 810939 bytes
+SHA1 (patch-Makefile) = 2b8cadf67b494ab49676ff1058c6417e9a031c9a
SHA1 (patch-s.h) = eef592fe9fe3ea15bb064dc4b67ec8c5f87e7f1f
diff --git a/skint/patches/patch-Makefile b/skint/patches/patch-Makefile
index e06823e2e9..b2cb9b74d1 100644
--- a/skint/patches/patch-Makefile
+++ b/skint/patches/patch-Makefile
@@ -3,9 +3,9 @@ $NetBSD$
Use CC provided by pkgsrc.
Use DESTDIR when installing.
---- Makefile.orig 2025-02-06 23:17:15.000000000 +0000
+--- Makefile.orig 2025-09-07 01:59:11.000000000 +0000
+++ Makefile
-@@ -8,9 +8,9 @@ ARCH = unknown
+@@ -23,9 +23,9 @@ endif
ifneq ($(shell which clang),)
$(info clang is detected)
@@ -17,12 +17,14 @@ Use DESTDIR when installing.
endif
ifeq ($(OS),Windows_NT)
-@@ -80,7 +80,7 @@ realclean:
- $(RM) $(objects) $(exe)
+@@ -115,8 +115,8 @@ realclean:
+ distclean: realclean
install:
+- $(MKPATH) $(PREFIX)/bin
- $(INSTALL) $(exe) $(PREFIX)/bin
++ $(MKPATH) $(DESTDIR)$(PREFIX)/bin
+ $(INSTALL) $(exe) $(DESTDIR)$(PREFIX)/bin
- uninstall:
- $(UNINSTALL) $(exe) $(PREFIX)/bin
+ libinstall:
+ $(MKPATH) $(LIBROOT)/lib
Home |
Main Index |
Thread Index |
Old Index