[146916] users/devans/GNOME-3/unstable/dports/gnome/totem

devans at macports.org devans at macports.org
Sun Mar 20 13:22:07 PDT 2016


Revision: 146916
          https://trac.macports.org/changeset/146916
Author:   devans at macports.org
Date:     2016-03-20 13:22:07 -0700 (Sun, 20 Mar 2016)
Log Message:
-----------
GNOME-3/unstable: totem, update to version 3.19.92, disable git submodule update in autogen.sh, comments.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/totem/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/totem/files/patch-autogen.sh.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/totem/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/totem/Portfile	2016-03-20 20:06:37 UTC (rev 146915)
+++ users/devans/GNOME-3/unstable/dports/gnome/totem/Portfile	2016-03-20 20:22:07 UTC (rev 146916)
@@ -5,7 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                totem
-version             3.19.91
+version             3.19.92
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome
 # also has an exception allowing use of non-GPL-compatible plugins
@@ -26,8 +26,8 @@
 
 use_xz              yes
 
-checksums           rmd160  ce4d4137bae2f23836f5f02ccc820fb6579c846f \
-                    sha256  8b419bd63610fd6c19b673e892d5e7fb6b9052d331106c884447946eb9824ef0
+checksums           rmd160  a918deccda882fbe51cc4633d8c65d45c89d6ab0 \
+                    sha256  e89ac3fd955fb9415f64f513eb0ab21315a32a8ce948197bf6f16204edca0e04
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -65,11 +65,12 @@
 depends_run         port:gnome-themes-standard \
                     port:yelp
 
-patchfiles          patch-vala-cflags.diff
+patchfiles          patch-vala-cflags.diff \
+                    patch-autogen.sh.diff
 
 gobject_introspection yes
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+# reconfigure using autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 

Added: users/devans/GNOME-3/unstable/dports/gnome/totem/files/patch-autogen.sh.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/totem/files/patch-autogen.sh.diff	                        (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/totem/files/patch-autogen.sh.diff	2016-03-20 20:22:07 UTC (rev 146916)
@@ -0,0 +1,13 @@
+--- autogen.sh.orig	2016-03-20 12:21:49.000000000 -0700
++++ autogen.sh	2016-03-20 12:22:20.000000000 -0700
+@@ -13,8 +13,8 @@
+     exit 1
+ }
+ 
+-echo "+ Setting up submodules"
+-git submodule update --init --recursive
++# echo "+ Setting up submodules"
++# git submodule update --init --recursive
+ 
+ which gnome-autogen.sh || {
+ 	echo "You need to install gnome-common from the GNOME git"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160320/de5ac555/attachment.html>


More information about the macports-changes mailing list