Revision: 107324 https://trac.macports.org/changeset/107324 Author: devans@macports.org Date: 2013-06-25 09:56:12 -0700 (Tue, 25 Jun 2013) Log Message: ----------- seahorse: update to version 2.32.0. Modified Paths: -------------- trunk/dports/gnome/seahorse/Portfile trunk/dports/gnome/seahorse/files/automake-1.13.patch Modified: trunk/dports/gnome/seahorse/Portfile =================================================================== --- trunk/dports/gnome/seahorse/Portfile 2013-06-25 16:55:44 UTC (rev 107323) +++ trunk/dports/gnome/seahorse/Portfile 2013-06-25 16:56:12 UTC (rev 107324) @@ -4,8 +4,7 @@ PortSystem 1.0 name seahorse -version 2.30.1 -revision 7 +version 2.32.0 license GPL-2+ LGPL-2+ GFDL-1.1+ set branch [join [lrange [split ${version} .] 0 1] .] description Seahorse is a GNOME application for managing encryption keys. @@ -18,30 +17,41 @@ platforms darwin homepage http://projects.gnome.org/${name}/ master_sites gnome:sources/${name}/${branch}/ + use_bzip2 yes -checksums sha1 1754a447d48837bc8a0a657a6bcdd65666704ccb \ - rmd160 70cdcc18798e405deb0164d098c57d22adc2f5f5 +checksums rmd160 5599cf02321be038d8aa5bc96174e2cf05c62945 \ + sha256 f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d depends_build port:pkgconfig \ port:intltool \ - port:gnome-doc-utils + port:gnome-doc-utils \ + port:desktop-file-utils -depends_lib port:gobject-introspection \ +depends_lib port:gtk2 \ port:gpgme \ - port:gconf \ + port:openldap \ port:libsoup \ + port:libgnome-keyring \ + port:dbus-glib \ port:libnotify \ + port:gnome-keyring \ port:openssh \ - port:openldap + port:gconf \ + port:gobject-introspection -configure.args --enable-introspection \ +depends_run port:gnome-settings-daemon \ + port:yelp + +configure.args --enable-introspection=yes \ --disable-sharing \ + --disable-silent-rules \ --disable-update-mime-database \ --disable-schemas-install \ --disable-scrollkeeper -patchfiles automake-1.13.patch gir.patch +patchfiles automake-1.13.patch \ + gir.patch use_autoreconf yes autoreconf.args -fvi @@ -51,9 +61,9 @@ destroot.args-append CC="${configure.cc} ${configure.cc_archflags}" post-activate { - system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true" + system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" - system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true" + system "${prefix}/bin/update-mime-database ${prefix}/share/mime" system "${prefix}/bin/scrollkeeper-update" system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" Modified: trunk/dports/gnome/seahorse/files/automake-1.13.patch =================================================================== --- trunk/dports/gnome/seahorse/files/automake-1.13.patch 2013-06-25 16:55:44 UTC (rev 107323) +++ trunk/dports/gnome/seahorse/files/automake-1.13.patch 2013-06-25 16:56:12 UTC (rev 107324) @@ -1,11 +1,11 @@ ---- configure.in.orig 2013-05-13 17:42:28.000000000 -0700 -+++ configure.in 2013-05-13 17:42:42.000000000 -0700 -@@ -22,7 +22,7 @@ dnl ************************************ +--- configure.in.orig 2010-09-27 14:36:32.000000000 -0700 ++++ configure.in 2013-05-13 19:38:40.000000000 -0700 +@@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR(src/seahorse-main.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) - m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE AC_CONFIG_MACRO_DIR([m4])
participants (1)
-
devans@macports.org