pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/stella



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Sep 14 06:04:07 UTC 2017

Modified Files:
        pkgsrc/emulators/stella: distinfo
        pkgsrc/emulators/stella/patches: patch-configure

Log Message:
*ahem* fix my previous commit


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/stella/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/stella/patches/patch-configure

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

Modified files:

Index: pkgsrc/emulators/stella/distinfo
diff -u pkgsrc/emulators/stella/distinfo:1.20 pkgsrc/emulators/stella/distinfo:1.21
--- pkgsrc/emulators/stella/distinfo:1.20       Sat Sep  9 22:52:55 2017
+++ pkgsrc/emulators/stella/distinfo    Thu Sep 14 06:04:07 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2017/09/09 22:52:55 dholland Exp $
+$NetBSD: distinfo,v 1.21 2017/09/14 06:04:07 dholland Exp $
 
 SHA1 (stella-4.7.3.tar.gz) = 7f4a4f8c88b335aee35bd2a87f3f4e109d7cb190
 RMD160 (stella-4.7.3.tar.gz) = 188ccb822f8e3eb6b231ff0d4460fd6d9bf44ccc
 SHA512 (stella-4.7.3.tar.gz) = 76028f3e4a8a7d49e2444d1d3c348060df4dfa54a7675521c3197235084f3eb44550e0df5a6b57c71c404a87d648f9a7798bb850faec7a17499b97ca4fd52bb5
 Size (stella-4.7.3.tar.gz) = 2270157 bytes
-SHA1 (patch-configure) = 1577ad9c5efd98c82a91dda55e8610775aa6276e
+SHA1 (patch-configure) = 7a18472b08290c043ad9e300b907ae305184641a
 SHA1 (patch-src_unix_FSNodePOSIX.cxx) = 8679698480dd443bbcf9d92411ad307bfbe700b3

Index: pkgsrc/emulators/stella/patches/patch-configure
diff -u pkgsrc/emulators/stella/patches/patch-configure:1.2 pkgsrc/emulators/stella/patches/patch-configure:1.3
--- pkgsrc/emulators/stella/patches/patch-configure:1.2 Sat Sep  9 22:52:55 2017
+++ pkgsrc/emulators/stella/patches/patch-configure     Thu Sep 14 06:04:07 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.2 2017/09/09 22:52:55 dholland Exp $
+$NetBSD: patch-configure,v 1.3 2017/09/14 06:04:07 dholland Exp $
 
 Recognize more clang versions.
 Recognize solaris, dragonfly, bitrig, and darwin.
@@ -10,7 +10,7 @@ Recognize solaris, dragonfly, bitrig, an
  
        case $cxx_version in
 -              [3].[4-9]|[3].[4-9].[0-9]|[3].[4-9].[0-9][-.]*|[4].[0-9].[0-9])
-+              [3].[4-9]|[3].[4-9].[0-9]|[3-6].[4-9].[0-9][-.]*)
++              [3].[4-9]|[3].[4-9].[0-9]|[3-6].[4-9].[0-9][-.]*|[456].[0-9].[0-9])
                        _cxx_major=`echo $cxx_version | cut -d '.' -f 1`
                        _cxx_minor=`echo $cxx_version | cut -d '.' -f 2`
                        cxx_version="$cxx_version, ok"



Home | Main Index | Thread Index | Old Index