pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Oct 31 13:30:34 UTC 2022

Modified Files:
        pkgsrc/devel/smake: Makefile Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/smake/Makefile \
    pkgsrc/devel/smake/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/smake/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.21 pkgsrc/devel/smake/Makefile:1.22
--- pkgsrc/devel/smake/Makefile:1.21    Fri Sep 30 15:27:14 2022
+++ pkgsrc/devel/smake/Makefile Mon Oct 31 13:30:33 2022
@@ -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
Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.21 pkgsrc/devel/smake/distinfo:1.22
--- pkgsrc/devel/smake/distinfo:1.21    Fri Sep 30 15:27:14 2022
+++ pkgsrc/devel/smake/distinfo Mon Oct 31 13:30:33 2022
@@ -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

Index: pkgsrc/devel/smake/Makefile.common
diff -u pkgsrc/devel/smake/Makefile.common:1.9 pkgsrc/devel/smake/Makefile.common:1.10
--- pkgsrc/devel/smake/Makefile.common:1.9      Fri Sep 30 15:27:14 2022
+++ pkgsrc/devel/smake/Makefile.common  Mon Oct 31 13:30:33 2022
@@ -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



Home | Main Index | Thread Index | Old Index