Skip to content

Commit

Permalink
smake: Update to 1.3nb5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
micha committed Oct 4, 2019
1 parent 0e97fc1 commit d9b8173
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions devel/smake/Makefile
Original file line number Diff line number Diff line change
@@ -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
MAINTAINER= micha@NetBSD.org
COMMENT= Highly portable UNIX make implementation
LICENSE= cddl-1.0

Expand Down
2 changes: 1 addition & 1 deletion devel/smake/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion devel/smake/PLIST
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions devel/smake/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9b8173

Please sign in to comment.