[108111] trunk/dports/gnome/libchamplain/Portfile

devans at macports.org devans at macports.org
Sat Jul 13 00:39:19 PDT 2013


Revision: 108111
          https://trac.macports.org/changeset/108111
Author:   devans at macports.org
Date:     2013-07-13 00:39:19 -0700 (Sat, 13 Jul 2013)
Log Message:
-----------
libchamplain: update to version 0.8.3, dependencies, configuration, livecheck.

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

Modified: trunk/dports/gnome/libchamplain/Portfile
===================================================================
--- trunk/dports/gnome/libchamplain/Portfile	2013-07-13 07:29:13 UTC (rev 108110)
+++ trunk/dports/gnome/libchamplain/Portfile	2013-07-13 07:39:19 UTC (rev 108111)
@@ -1,11 +1,13 @@
 # -*- 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            libchamplain
-version         0.4.7
-revision        3
+#
+# this version is the latest that will build with empathy 2.34.0
+#
+version         0.8.3
 license         LGPL-2.1+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     A Clutter based widget to display rich, interactive maps.
@@ -16,19 +18,22 @@
 platforms       darwin
 homepage        http://projects.gnome.org/${name}/
 master_sites    gnome:sources/${name}/${branch}/
+
 use_bzip2       yes
 
-checksums       md5     fa2352bb9f6433f9f3aaa012e1bafc54 \
-                sha1    ba91c449b0a69ec9a3da3c7b29f2bca375fbfec6 \
-                rmd160  240041797047e50f013c59a5e00f30be5eac3a74
+checksums       rmd160  e5670e2698e0951f60a4168bbc9b2e788461e2a7 \
+                sha256  70d533be213a1586d6725d82afb128d1e57ccc262681dfda193af60507ad42e3
 
 depends_build   port:pkgconfig
 
-depends_lib     port:clutter-gtk \
-                port:libsoup
+depends_lib     port:gtk2 \
+                port:clutter \
+                port:clutter-gtk \
+                port:gobject-introspection \
+                port:libsoup \
+                port:vala
 
-configure.args  --disable-introspection
+configure.args  --enable-introspection=yes \
+                --disable-memphis
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130713/7bcf61a7/attachment.html>


More information about the macports-changes mailing list