pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins1-good Support python-3.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a23d678c1df
branches:  trunk
changeset: 356718:8a23d678c1df
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 04 07:14:36 2017 +0000

description:
Support python-3.6.

diffstat:

 multimedia/gst-plugins1-good/distinfo                |  4 ++--
 multimedia/gst-plugins1-good/patches/patch-configure |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 3a94c15353da -r 8a23d678c1df multimedia/gst-plugins1-good/distinfo
--- a/multimedia/gst-plugins1-good/distinfo     Wed Jan 04 02:14:17 2017 +0000
+++ b/multimedia/gst-plugins1-good/distinfo     Wed Jan 04 07:14:36 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2016/11/16 12:08:25 wiz Exp $
+$NetBSD: distinfo,v 1.29 2017/01/04 07:14:36 wiz Exp $
 
 SHA1 (gst-plugins-good-1.10.0.tar.xz) = d09f10a134b5cfb2cfcf5bacbee7030a675d5ede
 RMD160 (gst-plugins-good-1.10.0.tar.xz) = 42b850755e5a7f170e2a56f7e43d4ab304b50df6
 SHA512 (gst-plugins-good-1.10.0.tar.xz) = 8bb1c67fdb6a2e7fde6e77e4a48b3574450011dfb767e0ca5fcd505aceb33a5833f33b1709760ca72abd2546d0621d76c1a611f52797f80c539d314192908d99
 Size (gst-plugins-good-1.10.0.tar.xz) = 3410092 bytes
-SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c
+SHA1 (patch-configure) = 3f51a3e795fca4a27954c4684d90cb66edc8dec9
diff -r 3a94c15353da -r 8a23d678c1df multimedia/gst-plugins1-good/patches/patch-configure
--- a/multimedia/gst-plugins1-good/patches/patch-configure      Wed Jan 04 02:14:17 2017 +0000
+++ b/multimedia/gst-plugins1-good/patches/patch-configure      Wed Jan 04 07:14:36 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2017/01/04 07:14:36 wiz Exp $
 
-Allow building with python 3.4 and 3.5.
+Allow building with python 3.4-3.6.
 
 --- configure.orig     2016-01-20 09:28:06.000000000 +0000
 +++ configure
@@ -9,7 +9,7 @@
          # Find any Python interpreter.
      if test -z "$PYTHON"; then
 -      for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
-+      for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
++      for ac_prog in python python2 python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
  do
    # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2



Home | Main Index | Thread Index | Old Index