[135418] users/devans/GNOME-3/stable/dports/gnome/anjuta

devans at macports.org devans at macports.org
Thu Apr 23 09:43:21 PDT 2015


Revision: 135418
          https://trac.macports.org/changeset/135418
Author:   devans at macports.org
Date:     2015-04-23 09:43:21 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: anjuta, update to version 3.16.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, use python34 by default.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/anjuta/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/anjuta
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/anjuta:108265-131929
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172
   + /branches/mld-qt-481/dports/gnome/anjuta:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/anjuta:108265-131929
/users/devans/GNOME-3/unstable/dports/gnome/anjuta:116619-118151,119539-125908,132270-134577
/users/devans/dports/gnome/anjuta:117797-117811
/users/rmstonecipher/gnome/anjuta:102363-103172

Modified: users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-04-23 16:43:20 UTC (rev 135417)
+++ users/devans/GNOME-3/stable/dports/gnome/anjuta/Portfile	2015-04-23 16:43:21 UTC (rev 135418)
@@ -6,7 +6,7 @@
 PortGroup           muniversal 1.0
 
 name                anjuta
-version             3.14.1
+version             3.16.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A GNOME/GTK IDE
@@ -19,8 +19,8 @@
 
 use_xz              yes
 
-checksums           rmd160  1e3266e3e64339b67fb5acc6875afe22bc16327f \
-                    sha256  b26cd75ddb603c3cca4348e277d17360e511d75bd77ee2ef52047b75408e617b
+checksums           rmd160  4032bcc287b54ead0bfb5a4b29a1c779b3dbbd87 \
+                    sha256  77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -54,7 +54,7 @@
 
 gobject_introspection yes
 
-#reconfigure with our intltool.m4 using autogen.sh
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
 
@@ -107,8 +107,8 @@
     depends_lib-append      port:py34-gobject3
 }
 
-if {![variant_isset python34]} {
-    default_variants +python27
+if {![variant_isset python27]} {
+    default_variants +python34
 }
 
 post-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/95c137eb/attachment.html>


More information about the macports-changes mailing list