pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Mar 13 16:51:00 UTC 2020

Modified Files:
        pkgsrc/graphics/gimp: distinfo
Added Files:
        pkgsrc/graphics/gimp/patches: patch-plug-ins_pygimp_py-compile

Log Message:
gimp: shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/graphics/gimp/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile

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

Modified files:

Index: pkgsrc/graphics/gimp/distinfo
diff -u pkgsrc/graphics/gimp/distinfo:1.100 pkgsrc/graphics/gimp/distinfo:1.101
--- pkgsrc/graphics/gimp/distinfo:1.100 Wed Mar  4 12:46:01 2020
+++ pkgsrc/graphics/gimp/distinfo       Fri Mar 13 16:51:00 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.100 2020/03/04 12:46:01 wiz Exp $
+$NetBSD: distinfo,v 1.101 2020/03/13 16:51:00 tnn Exp $
 
 SHA1 (gimp-2.10.18.tar.bz2) = 9dd171ca05c60816d641ca2edf4806639eda99a4
 RMD160 (gimp-2.10.18.tar.bz2) = 52045f0f163a74ef154ac936f637be4a999bbbcf
@@ -8,4 +8,5 @@ SHA1 (patch-aa) = 403c46d7070de208769e99
 SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
 SHA1 (patch-app_core_gimpbrush-transform.cc) = 3bd3f69401ee7dabb53f7ebf533870ee9add856c
 SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159
+SHA1 (patch-plug-ins_pygimp_py-compile) = 59dcdd00073b737f8f52e6a56832722033ee5703
 SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797

Added files:

Index: pkgsrc/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile
diff -u /dev/null pkgsrc/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile:1.1
--- /dev/null   Fri Mar 13 16:51:00 2020
+++ pkgsrc/graphics/gimp/patches/patch-plug-ins_pygimp_py-compile       Fri Mar 13 16:51:00 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-plug-ins_pygimp_py-compile,v 1.1 2020/03/13 16:51:00 tnn Exp $
+
+shell portability
+
+--- plug-ins/pygimp/py-compile.orig    2018-07-04 11:00:26.000000000 +0000
++++ plug-ins/pygimp/py-compile
+@@ -2,7 +2,7 @@
+ # called as "py-compile [--basedir DIR] PY_FILES ...
+ 
+ if [ -z "$PYTHON" ]; then
+-    if [[ -x "$(command -v python2)" ]]; then
++    if [ -x "$(command -v python2)" ]; then
+         PYTHON=python2
+     else
+         # Let's hope it's Python2



Home | Main Index | Thread Index | Old Index