[136177] trunk/dports/gnome/anjuta

devans at macports.org devans at macports.org
Mon May 11 15:50:21 PDT 2015


Revision: 136177
          https://trac.macports.org/changeset/136177
Author:   devans at macports.org
Date:     2015-05-11 15:50:21 -0700 (Mon, 11 May 2015)
Log Message:
-----------
anjuta: update to version 3.16.0, reconfigure using upstream autogen.sh for intltool 0.51 compatibility, change default to +python34.

Modified Paths:
--------------
    trunk/dports/gnome/anjuta/Portfile

Property Changed:
----------------
    trunk/dports/gnome/anjuta/


Property changes on: trunk/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
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-132205
/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
/users/devans/GNOME-3/stable/dports/gnome/anjuta:108269-136055
/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: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2015-05-11 22:50:19 UTC (rev 136176)
+++ trunk/dports/gnome/anjuta/Portfile	2015-05-11 22:50:21 UTC (rev 136177)
@@ -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/20150511/aeebf2c7/attachment.html>


More information about the macports-changes mailing list