pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/gst-plugins1-good



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  4 07:14:37 UTC 2017

Modified Files:
        pkgsrc/multimedia/gst-plugins1-good: distinfo
        pkgsrc/multimedia/gst-plugins1-good/patches: patch-configure

Log Message:
Support python-3.6.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/gst-plugins1-good/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/multimedia/gst-plugins1-good/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/multimedia/gst-plugins1-good/distinfo
diff -u pkgsrc/multimedia/gst-plugins1-good/distinfo:1.28 pkgsrc/multimedia/gst-plugins1-good/distinfo:1.29
--- pkgsrc/multimedia/gst-plugins1-good/distinfo:1.28   Wed Nov 16 12:08:25 2016
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo        Wed Jan  4 07:14:36 2017
@@ -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

Index: pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure
diff -u pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.1 pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.2
--- pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure:1.1     Mon Apr 11 15:00:31 2016
+++ pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure Wed Jan  4 07:14:36 2017
@@ -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 @@ Allow building with python 3.4 and 3.5.
          # 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