pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/waf



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  9 11:08:10 UTC 2019

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
waf: updated to 2.0.14

WAF 2.0.14
* Support Fortran 2008 submodules
* Possible solution for Msys/Python 3.6 path issues
* Support NEC SX-Aurora TSUBASA system's Fortran compiler extras/fc_nfort.py
* Fix ignored configuration flags in gccdeps extras/gccdeps.py
* Fix included protoc search on nested wscripts extras/protoc.py
* Support extra taskgen and out of project include directories extras/protoc.py


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/waf/distinfo

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

Modified files:

Index: pkgsrc/devel/waf/Makefile
diff -u pkgsrc/devel/waf/Makefile:1.43 pkgsrc/devel/waf/Makefile:1.44
--- pkgsrc/devel/waf/Makefile:1.43      Mon Dec 10 11:06:05 2018
+++ pkgsrc/devel/waf/Makefile   Wed Jan  9 11:08:10 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/12/10 11:06:05 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2019/01/09 11:08:10 adam Exp $
 
-DISTNAME=      waf-2.0.13
+DISTNAME=      waf-2.0.14
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,6 +10,7 @@ HOMEPAGE=     https://waf.io/
 COMMENT=       Framework for configuring, compiling, and installing applications
 LICENSE=       modified-bsd
 
+USE_LANGUAGES=         # none
 REPLACE_PYTHON=                waf-light
 INSTALLATION_DIRS=     bin
 

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.45 pkgsrc/devel/waf/distinfo:1.46
--- pkgsrc/devel/waf/distinfo:1.45      Mon Dec 10 11:06:05 2018
+++ pkgsrc/devel/waf/distinfo   Wed Jan  9 11:08:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2018/12/10 11:06:05 wiz Exp $
+$NetBSD: distinfo,v 1.46 2019/01/09 11:08:10 adam Exp $
 
-SHA1 (waf-2.0.13.tar.bz2) = 0680f5897bb30dca103d51b5a61e7622ac646baf
-RMD160 (waf-2.0.13.tar.bz2) = 33955a06ef57a313fd49dbc2dbe4c467077ebd56
-SHA512 (waf-2.0.13.tar.bz2) = 8f9fadab1e40dfc2507877f2554a1b98db80964fc4b41f20d1a91018b069cd8ef9cd1eead3dc7f028b8bbfc547490a92c4cb7af13054d0ec306be93c55bdd192
-Size (waf-2.0.13.tar.bz2) = 647872 bytes
+SHA1 (waf-2.0.14.tar.bz2) = a2aca13246d43fe987333a796da9a58ee1df3b92
+RMD160 (waf-2.0.14.tar.bz2) = 060110aab7e9f5dafa737682f856b5b81c577312
+SHA512 (waf-2.0.14.tar.bz2) = 160b66fcba1bdd9c91f4545cbf46e159a2b299fd9b853bb6f4301b1d6729e71a2ee01e87d242230044655fbceabe61eeee0471fcd2bb817a3098ed2a43efb4e5
+Size (waf-2.0.14.tar.bz2) = 652455 bytes



Home | Main Index | Thread Index | Old Index