pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-meson Fix typo in last update, which will hop...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e23955e755b
branches:  trunk
changeset: 320684:9e23955e755b
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Mar 07 13:48:17 2019 +0000

description:
Fix typo in last update, which will hopefully fix the sun-solaris2 breakage
reported by jperkin.

diffstat:

 devel/py-meson/Makefile                                        |   3 +-
 devel/py-meson/distinfo                                        |   4 +-
 devel/py-meson/patches/patch-mesonbuild_compilers_compilers.py |  16 +++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diffs (58 lines):

diff -r cfe5037103e6 -r 9e23955e755b devel/py-meson/Makefile
--- a/devel/py-meson/Makefile   Thu Mar 07 12:05:42 2019 +0000
+++ b/devel/py-meson/Makefile   Thu Mar 07 13:48:17 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/03/05 16:30:18 prlw1 Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/07 13:48:17 prlw1 Exp $
 
 DISTNAME=      meson-0.49.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/meson/}
 
diff -r cfe5037103e6 -r 9e23955e755b devel/py-meson/distinfo
--- a/devel/py-meson/distinfo   Thu Mar 07 12:05:42 2019 +0000
+++ b/devel/py-meson/distinfo   Thu Mar 07 13:48:17 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/03/05 16:30:18 prlw1 Exp $
+$NetBSD: distinfo,v 1.15 2019/03/07 13:48:17 prlw1 Exp $
 
 SHA1 (meson-0.49.2.tar.gz) = 9c16f7a72ea15669efdcbc7ac01cf3e00ffb55c8
 RMD160 (meson-0.49.2.tar.gz) = 6ce4677fedba1bff8e4174a16c4361d1364b0abd
 SHA512 (meson-0.49.2.tar.gz) = 4aca4c273e7c23034c1ed76aa48c914aef34ca4be9df9d5810b8dd3dac9f5f67aa577a682490aa3d81c0503b5a5a8ac1e2452b2f2fdd7a5c7db2aa504047b87d
 Size (meson-0.49.2.tar.gz) = 1340730 bytes
-SHA1 (patch-mesonbuild_compilers_compilers.py) = 7141c7ca2acb093ff94e11e3ee452df379564fb5
+SHA1 (patch-mesonbuild_compilers_compilers.py) = 0365a7e97be4e1a5e2c466610853d90ff2eeb0ed
 SHA1 (patch-mesonbuild_environment.py) = f599ec7c708037002da5d9ee4ca0ccfb31b2e307
 SHA1 (patch-mesonbuild_minstall.py) = 64bcbdac0d37cabd114349de34646820893bb212
diff -r cfe5037103e6 -r 9e23955e755b devel/py-meson/patches/patch-mesonbuild_compilers_compilers.py
--- a/devel/py-meson/patches/patch-mesonbuild_compilers_compilers.py    Thu Mar 07 12:05:42 2019 +0000
+++ b/devel/py-meson/patches/patch-mesonbuild_compilers_compilers.py    Thu Mar 07 13:48:17 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-mesonbuild_compilers_compilers.py,v 1.3 2019/03/05 16:30:18 prlw1 Exp $
+$NetBSD: patch-mesonbuild_compilers_compilers.py,v 1.4 2019/03/07 13:48:17 prlw1 Exp $
 
 Support SunOS-specific GCC behaviour.
 Limit GNU ld options correctly.
@@ -9,13 +9,13 @@
                                 'custom': [],
                                 }
  
-+sunos_buildtype_args = {'plain': [],
-+                       'debug': [],
-+                       'debugoptimized': [],
-+                       'release': [],
-+                       'minsize': [],
-+                       'custom': [],
-+                       }
++sunos_buildtype_linker_args = {'plain': [],
++                               'debug': [],
++                               'debugoptimized': [],
++                               'release': [],
++                               'minsize': [],
++                               'custom': [],
++                               }
 +
  gnulike_buildtype_linker_args = {'plain': [],
                                   'debug': [],



Home | Main Index | Thread Index | Old Index