Skip to content

Commit

Permalink
devel/smake: Update to 1.6nb3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
micha committed Oct 31, 2022
1 parent d9dc77c commit 0a3b7f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions devel/smake/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 7 additions & 4 deletions devel/smake/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/smake/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a3b7f1

Please sign in to comment.