pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/smake devel/smake: Update to 1.6nb3
details: https://anonhg.NetBSD.org/pkgsrc/rev/7cef61559b02
branches: trunk
changeset: 387515:7cef61559b02
user: micha <micha%pkgsrc.org@localhost>
date: Mon Oct 31 13:30:33 2022 +0000
description:
devel/smake: Update to 1.6nb3
Add Interix, SCO_SV and UnixWare to list of OS with SysV man sections.
The changes for Solaris 11.4 are not in the 2022-10-16 release yet
(Issue #40). SunOS is still treated with SysV style unconditionally.
Bump PKGREVISION.
diffstat:
devel/smake/Makefile | 6 +++---
devel/smake/Makefile.common | 11 +++++++----
devel/smake/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 11 deletions(-)
diffs (53 lines):
diff -r 0db0c1f9aa80 -r 7cef61559b02 devel/smake/Makefile
--- a/devel/smake/Makefile Mon Oct 31 12:59:37 2022 +0000
+++ b/devel/smake/Makefile Mon Oct 31 13:30:33 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2022/09/30 15:27:14 micha Exp $
+# $NetBSD: Makefile,v 1.22 2022/10/31 13:30:33 micha Exp $
-DISTNAME= 2022-09-18
+DISTNAME= 2022-10-16
PKGNAME= smake-1.6
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/
DIST_SUBDIR= schilytools
diff -r 0db0c1f9aa80 -r 7cef61559b02 devel/smake/Makefile.common
--- a/devel/smake/Makefile.common Mon Oct 31 12:59:37 2022 +0000
+++ b/devel/smake/Makefile.common Mon Oct 31 13:30:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2022/09/30 15:27:14 micha Exp $
+# $NetBSD: Makefile.common,v 1.10 2022/10/31 13:30:33 micha Exp $
# used by archivers/star/Makefile
# used by archivers/tartest/Makefile
# used by devel/smake/Makefile
@@ -72,9 +72,12 @@
# with "MANSTYLE= sysv" in the RULES/os-${OPSYS}.def" files must be caught
# by this check (IRIX and OSF/1 are treated with BSD style by schilytools).
PLIST_VARS+= bsd sysv
-.if ${OPSYS} == "AIX" || \
- ${OPSYS} == "HPUX" || \
- ${OPSYS} == "SunOS"
+.if ${OPSYS} == "AIX" || \
+ ${OPSYS} == "HPUX" || \
+ ${OPSYS} == "Interix" || \
+ ${OPSYS} == "SCO_SV" || \
+ ${OPSYS} == "SunOS" || \
+ ${OPSYS} == "UnixWare"
PLIST.sysv= yes
.else
PLIST.bsd= yes
diff -r 0db0c1f9aa80 -r 7cef61559b02 devel/smake/distinfo
--- a/devel/smake/distinfo Mon Oct 31 12:59:37 2022 +0000
+++ b/devel/smake/distinfo Mon Oct 31 13:30:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/09/30 15:27:14 micha Exp $
+$NetBSD: distinfo,v 1.22 2022/10/31 13:30:33 micha Exp $
-BLAKE2s (schilytools/2022-09-18.tar.gz) = b081f23ec688681a17d035a6b0a684affe36f41aa1594934755ba2972c2850af
-SHA512 (schilytools/2022-09-18.tar.gz) = 48550db10e428b1430094a18bfad4781d1f6614eb5c273df7d579fff3e062a8d7ff8ff782c97e6929aaa9ad96b9d0c4f9fde62be0a3ae7fdd99c3f8336e24bde
-Size (schilytools/2022-09-18.tar.gz) = 5904117 bytes
+BLAKE2s (schilytools/2022-10-16.tar.gz) = 7d1c3ba5c6db21be8dad6c0c79df0095c29d3a15b84241dc68ee75395cfda53c
+SHA512 (schilytools/2022-10-16.tar.gz) = c7c8a15807a06e2f51628d69982fa43e241e023de099c5d2e48975c9ac97c0f7d859e9c910e39ad718a03c13b5d39146122e7ef0ae22a4f9ef0484903738d4fa
+Size (schilytools/2022-10-16.tar.gz) = 5893336 bytes
Home |
Main Index |
Thread Index |
Old Index