From 0a3b7f127e7fd4abb289a7713f493201e902f9ee Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 31 Oct 2022 13:30:33 +0000 Subject: [PATCH] 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. --- devel/smake/Makefile | 6 +++--- devel/smake/Makefile.common | 11 +++++++---- devel/smake/distinfo | 8 ++++---- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/devel/smake/Makefile b/devel/smake/Makefile index f94b58cd3e25..5e44a4c094dc 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -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 --git a/devel/smake/Makefile.common b/devel/smake/Makefile.common index 9e64fa666ede..570cad45ee15 100644 --- a/devel/smake/Makefile.common +++ b/devel/smake/Makefile.common @@ -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 @@ pre-configure: # 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 --git a/devel/smake/distinfo b/devel/smake/distinfo index 49d82105fe28..aebd6c159fa1 100644 --- a/devel/smake/distinfo +++ b/devel/smake/distinfo @@ -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