[114424] trunk/dports/comms/libinfinity/Portfile

devans at macports.org devans at macports.org
Sat Dec 7 14:03:52 PST 2013


Revision: 114424
          https://trac.macports.org/changeset/114424
Author:   devans at macports.org
Date:     2013-12-07 14:03:52 -0800 (Sat, 07 Dec 2013)
Log Message:
-----------
libinfinity: update to version 0.5.4, update dependencies, configuration.

Modified Paths:
--------------
    trunk/dports/comms/libinfinity/Portfile

Modified: trunk/dports/comms/libinfinity/Portfile
===================================================================
--- trunk/dports/comms/libinfinity/Portfile	2013-12-07 21:22:03 UTC (rev 114423)
+++ trunk/dports/comms/libinfinity/Portfile	2013-12-07 22:03:52 UTC (rev 114424)
@@ -1,11 +1,10 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name            libinfinity
-version         0.5.3
-revision        1
+version         0.5.4
 description     libinfinity is an implementation of the Infinote protocol written in GObject-based C.
 long_description ${description}
 maintainers     phw openmaintainer
@@ -15,8 +14,8 @@
 homepage        http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity
 master_sites    http://releases.0x539.de/libinfinity/
 
-checksums       rmd160  b8ed727f4c1ec7a705632f8f41d0f6cfa667723b \
-                sha256  327555971076e8ef4d30fe55fb319dd38fc820623ac5e4ca4a0c4e2dfc1c0a13
+checksums       rmd160  c36895b04fc5be315f4f110438d14bcde2fbfb69 \
+                sha256  04004fc1097e0e45945180f844b1f7cef62db18390d752c8abca78253192f6c4
 
 depends_build   port:pkgconfig
 
@@ -24,8 +23,13 @@
                 port:gtk2 \
                 port:libxml2 \
                 port:gnutls \
-                port:libgsasl
+                port:libgsasl \
+                port:libdaemon
 
+configure.args  --with-libdaemon \
+                --without-avahi \
+                --without-gtk3
+
 # libinfinity doesn't build with clang because some functions use g_return_if_fail() where they should use g_return_val_if_fail()
 if {[string match *clang* ${configure.compiler}]} {
     configure.cflags-append -Wno-return-type
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131207/480e6a9d/attachment.html>


More information about the macports-changes mailing list