pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/smake smake: Update to 1.3nb5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e4e6efa6969
branches:  trunk
changeset: 341591:4e4e6efa6969
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Oct 04 13:32:05 2019 +0000

description:
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.

diffstat:

 devel/smake/Makefile        |   8 ++++----
 devel/smake/Makefile.common |   2 +-
 devel/smake/PLIST           |   2 +-
 devel/smake/distinfo        |  10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 4c495155360e -r 4e4e6efa6969 devel/smake/Makefile
--- a/devel/smake/Makefile      Fri Oct 04 13:25:54 2019 +0000
+++ b/devel/smake/Makefile      Fri Oct 04 13:32:05 2019 +0000
@@ -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
 
diff -r 4c495155360e -r 4e4e6efa6969 devel/smake/Makefile.common
--- a/devel/smake/Makefile.common       Fri Oct 04 13:25:54 2019 +0000
+++ b/devel/smake/Makefile.common       Fri Oct 04 13:32:05 2019 +0000
@@ -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
diff -r 4c495155360e -r 4e4e6efa6969 devel/smake/PLIST
--- a/devel/smake/PLIST Fri Oct 04 13:25:54 2019 +0000
+++ b/devel/smake/PLIST Fri Oct 04 13:32:05 2019 +0000
@@ -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
diff -r 4c495155360e -r 4e4e6efa6969 devel/smake/distinfo
--- a/devel/smake/distinfo      Fri Oct 04 13:25:54 2019 +0000
+++ b/devel/smake/distinfo      Fri Oct 04 13:32:05 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index