[122734] trunk/dports/gnome/libsecret/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 28 01:36:18 PDT 2014


Revision: 122734
          https://trac.macports.org/changeset/122734
Author:   jeremyhu at macports.org
Date:     2014-07-28 01:36:18 -0700 (Mon, 28 Jul 2014)
Log Message:
-----------
libsecret: Bump to 0.18 (#44180)

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

Modified: trunk/dports/gnome/libsecret/Portfile
===================================================================
--- trunk/dports/gnome/libsecret/Portfile	2014-07-28 07:24:26 UTC (rev 122733)
+++ trunk/dports/gnome/libsecret/Portfile	2014-07-28 08:36:18 UTC (rev 122734)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            libsecret
-version         0.16
+version         0.18
 revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     jeremyhu openmaintainer
@@ -22,12 +22,13 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_xz          yes
 
-checksums       rmd160  f63400bf2d8209675d28b26c137fb073ca91e37e \
-                sha256  b859406c490a2011b35f5940235304315b343f2efd554800285f24b95e14f218
+checksums       rmd160  51e70600d4c3293c5a08b51263fa3390b73fbaf6 \
+                sha256  0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3
 
 depends_build   port:intltool \
                 port:pkgconfig \
                 port:libxslt \
+                port:gsed \
                 port:gtk-doc
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -46,6 +47,11 @@
 
 configure.args  --disable-silent-rules
 
+post-patch {
+    # TODO: Remove this in the next version as it will probably be fixed upstream
+    reinplace "s|sed|${prefix}/bin/gsed|" ${worksrcpath}/libsecret/Makefile.am
+}
+
 platform darwin 8 {
     # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_build-append    port:gmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140728/18f83670/attachment.html>


More information about the macports-changes mailing list