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: Fri Oct 4 13:32:05 UTC 2019
Modified Files:
pkgsrc/devel/smake: Makefile Makefile.common PLIST distinfo
Log Message:
smake: Update to 1.3nb5
Switch to latest distfile.
Changelog
=========
Release 2019-07-22:
- RULES/*: Changes CURDIR into CURWDIR as GNU make uses CURDIR and we
added compatibility support to SunPro Make and smake.
- RULES: Added configuration symlinks for FreeBSD on PowerPC
- smake: The -C option now gives GNU make compatibility.
- Multiple -C options are now supported
- A new variable CURDIR has been implemented
The old implementation from May 2009 did not yet support that.
Release 2019-08-13:
- smake: Added some code to trick out GCC that warns on a so called bit
loss while enlarging the fastalloc() size parameter for alignment
purposes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/smake/Makefile \
pkgsrc/devel/smake/Makefile.common pkgsrc/devel/smake/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/smake/PLIST
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.2 pkgsrc/devel/smake/Makefile:1.3
--- pkgsrc/devel/smake/Makefile:1.2 Tue Mar 19 14:19:45 2019
+++ pkgsrc/devel/smake/Makefile Fri Oct 4 13:32:05 2019
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2019/03/19 14:19:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/04 13:32:05 micha Exp $
-DISTNAME= schily-2019-03-11
+DISTNAME= schily-2019-09-22
PKGNAME= smake-1.3
-PKGREVISION= 3
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= michael.baeuerle%gmx.net@localhost
+MAINTAINER= micha%NetBSD.org@localhost
COMMENT= Highly portable UNIX make implementation
LICENSE= cddl-1.0
Index: pkgsrc/devel/smake/Makefile.common
diff -u pkgsrc/devel/smake/Makefile.common:1.2 pkgsrc/devel/smake/Makefile.common:1.3
--- pkgsrc/devel/smake/Makefile.common:1.2 Tue Mar 19 14:19:45 2019
+++ pkgsrc/devel/smake/Makefile.common Fri Oct 4 13:32:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2019/03/19 14:19:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2019/10/04 13:32:05 micha Exp $
# used by archivers/star/Makefile
# used by devel/smake/Makefile
# used by shells/bosh/Makefile
Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.2 pkgsrc/devel/smake/distinfo:1.3
--- pkgsrc/devel/smake/distinfo:1.2 Tue Mar 19 14:19:45 2019
+++ pkgsrc/devel/smake/distinfo Fri Oct 4 13:32:05 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/19 14:19:45 wiz Exp $
+$NetBSD: distinfo,v 1.3 2019/10/04 13:32:05 micha Exp $
-SHA1 (schily-2019-03-11.tar.bz2) = e3441506ec8bfaed1e55e09208d7054c728c8f57
-RMD160 (schily-2019-03-11.tar.bz2) = 49a4d8dc73ab1c1a66db655470c37d29c77d24f1
-SHA512 (schily-2019-03-11.tar.bz2) = 04f289c08b2cd6c1954600796798642ac6228dd61fbb37abeff400cbb3a30eeb481c8b6e51fa77dc506329947a4dd04021fe553516286055d586a31834e4cd98
-Size (schily-2019-03-11.tar.bz2) = 4289082 bytes
+SHA1 (schily-2019-09-22.tar.bz2) = 5ab0f574cca9f89a225948b3df2918fccc7f06e2
+RMD160 (schily-2019-09-22.tar.bz2) = 70fb7b2b66e85cac7cd94bb6ef92b5ed1cdce2c0
+SHA512 (schily-2019-09-22.tar.bz2) = 83eecb7644ca720a3b1cae69481202a83ff8bf602bf6c0f8bab96f58402adc53fe142802c0d725c63f5109ec4875d99e8f93842fed7efa77d3e23c5cfc97d9e3
+Size (schily-2019-09-22.tar.bz2) = 4460891 bytes
Index: pkgsrc/devel/smake/PLIST
diff -u pkgsrc/devel/smake/PLIST:1.1 pkgsrc/devel/smake/PLIST:1.2
--- pkgsrc/devel/smake/PLIST:1.1 Sat Nov 10 19:49:47 2018
+++ pkgsrc/devel/smake/PLIST Fri Oct 4 13:32:05 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/10 19:49:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/04 13:32:05 micha Exp $
bin/smake
man/man1/smake.1
share/lib/smake/defaults.smk
Home |
Main Index |
Thread Index |
Old Index