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:   wiz
Date:           Thu Apr 27 13:58:26 UTC 2017

Modified Files:
        pkgsrc/devel/waf: Makefile distinfo

Log Message:
Updated waf to 1.9.10.

NEW IN WAF 1.9.10
-----------------
* Detect -pie and -rdynamic in parse_flags #1936
* Fix Fortran module naming case
* Improve Visual Studio 2017 compilers detection (no vswhere/tools yet) #1925
* Prevent unnecessary Vala rebuilds due to vapi file installation
* Process .vapi files as input source files
* Reflect the current build group in bld.current_group
* Obtain NO_LOCK_IN_TOP/RUN/OUT from os.environ too
* Xcode9 generator fixes and example update #1939 #1943


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/waf/Makefile
cvs rdiff -u -r1.32 -r1.33 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.30 pkgsrc/devel/waf/Makefile:1.31
--- pkgsrc/devel/waf/Makefile:1.30      Wed Apr 19 18:37:54 2017
+++ pkgsrc/devel/waf/Makefile   Thu Apr 27 13:58:25 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/04/19 18:37:54 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/04/27 13:58:25 wiz Exp $
 
-DISTNAME=      waf-1.9.9
+DISTNAME=      waf-1.9.10
 CATEGORIES=    devel
 MASTER_SITES=  https://waf.io/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/waf/distinfo
diff -u pkgsrc/devel/waf/distinfo:1.32 pkgsrc/devel/waf/distinfo:1.33
--- pkgsrc/devel/waf/distinfo:1.32      Wed Apr 19 18:37:54 2017
+++ pkgsrc/devel/waf/distinfo   Thu Apr 27 13:58:25 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2017/04/19 18:37:54 wiz Exp $
+$NetBSD: distinfo,v 1.33 2017/04/27 13:58:25 wiz Exp $
 
-SHA1 (waf-1.9.9.tar.bz2) = 80755a5e72817af5893a652c10416f08869798dd
-RMD160 (waf-1.9.9.tar.bz2) = 85e924bca7164da6e58d4aa19b77f43464c324a1
-SHA512 (waf-1.9.9.tar.bz2) = 7d031e9a7cebf815ddd877415a472ebba290f95edd3f4385746fb8ec0634da46505d6067fce0c7409cc22a065acd4173309ca0ea628ed071630e0c151cf6065f
-Size (waf-1.9.9.tar.bz2) = 622110 bytes
+SHA1 (waf-1.9.10.tar.bz2) = d3ffb9ca1972a525c377dde4ad814b9be4b07ff8
+RMD160 (waf-1.9.10.tar.bz2) = 9ac5220ee1e45d007365f782ad51e2416c035db3
+SHA512 (waf-1.9.10.tar.bz2) = f26163395150ee0ef304f81bbcdab241458068e9e1ae951d1f9ce3d59cc089423deee5b8fcfd86b4066dbb424331857e42379b7db15d086b0d7d01bf5c2ff292
+Size (waf-1.9.10.tar.bz2) = 622406 bytes



Home | Main Index | Thread Index | Old Index