[118929] trunk/dports/gnome/seahorse

devans at macports.org devans at macports.org
Sun Apr 13 18:58:55 PDT 2014


Revision: 118929
          https://trac.macports.org/changeset/118929
Author:   devans at macports.org
Date:     2014-04-13 18:58:55 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
seahorse: update to version 3.12.0.

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

Removed Paths:
-------------
    trunk/dports/gnome/seahorse/files/

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


Property changes on: trunk/dports/gnome/seahorse
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/seahorse:108269-113174
/users/rmstonecipher/gnome/seahorse:102363-103172
   + /branches/mld-qt-481/dports/gnome/seahorse:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/seahorse:108269-118732
/users/devans/GNOME-3/unstable/dports/gnome/seahorse:117866-118154
/users/rmstonecipher/gnome/seahorse:102363-103172

Modified: trunk/dports/gnome/seahorse/Portfile
===================================================================
--- trunk/dports/gnome/seahorse/Portfile	2014-04-14 01:58:47 UTC (rev 118928)
+++ trunk/dports/gnome/seahorse/Portfile	2014-04-14 01:58:55 UTC (rev 118929)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            seahorse
-version         3.8.2
+version         3.12.0
 license         GPL-2+ GFDL-1.1+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Seahorse is a graphical interface for managing and using encryption keys.
@@ -21,8 +21,8 @@
 
 use_xz          yes
 
-checksums       rmd160  4d7e73387371fbd2175341652fa8d46fcdcd9662 \
-                sha256  b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12
+checksums       rmd160  d34efdd50621ae4aa5359d4401fa239ce736d76e \
+                sha256  f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b
 
 depends_build   port:pkgconfig \
                 port:intltool \
@@ -37,27 +37,28 @@
                 port:openldap \
                 port:libsoup \
                 port:libsecret \
-                port:openssh
+                port:openssh \
+                port:vala
 
 depends_run     port:gnome-settings-daemon \
                 port:yelp
 
-configure.args  --disable-sharing \
-                --disable-schemas-compile \
-                --disable-silent-rules
+# update build/m4/intltool.m4 and autoreconf
 
-patchfiles      patch-gkr-seahorse-gkr-actions.c.diff \
-                patch-gkr-seahorse-gkr-backend.c.diff
-
-# update m4/intltool.m4 and autoreconf
-
 pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
 }
 
 use_autoreconf  yes
 autoreconf.args -fvi
 
+configure.cflags-append \
+                -Wno-return-type
+
+configure.args  --disable-sharing \
+                --disable-schemas-compile \
+                --disable-silent-rules
+
 post-activate {
     system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/96786698/attachment.html>


More information about the macports-changes mailing list