Modified: users/devans/GNOME-3/stable/dports/audio/easytag/Portfile (139829 => 139830)
--- users/devans/GNOME-3/stable/dports/audio/easytag/Portfile 2015-08-29 05:09:16 UTC (rev 139829)
+++ users/devans/GNOME-3/stable/dports/audio/easytag/Portfile 2015-08-29 12:20:18 UTC (rev 139830)
@@ -4,8 +4,7 @@
PortSystem 1.0
name easytag
-version 2.2.6
-revision 1
+version 2.4.0
set branch [join [lrange [split ${version} .] 0 1] .]
categories audio gnome
platforms darwin
@@ -20,8 +19,8 @@
master_sites gnome:sources/${name}/${branch}
-checksums rmd160 b2eb87d7ade6cf2bcc9b4ee5e3287b13a0064dc0 \
- sha256 26437f0d698c3b16794336c335b40f53fa26aefeb77322e45e4e2501c4cff14a
+checksums rmd160 38a0c30d0f33c27a751aa87aed6cfee1eca62afe \
+ sha256 b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d
use_xz yes
@@ -48,18 +47,26 @@
depends_run port:gnome-themes-standard
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+patchfiles patch-m4-ax_compiler_flags_ldflags.m4.diff
+# reconfigure using distributed autogen.sh for intltool 0.51 compatibility
+
configure.cmd ./autogen.sh
-configure.args --with-gtk2=no
+configure.args --disable-nautilus-actions \
+ --enable-compile-warnings=minimum \
+ --disable-silent-rules \
+ --disable-schemas-compile
-configure.cxxflags-append \
- -Wno-format-nonliteral
+variant nautilus description {Build nautilus context actions} {
+ depends_lib-append port:nautilus
+ configure.args-delete --disable-nautilus-actions
+}
post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
livecheck.type gnome