[72071] trunk/dports/devel/libgee/Portfile

devans at macports.org devans at macports.org
Fri Oct 1 20:36:44 PDT 2010


Revision: 72071
          http://trac.macports.org/changeset/72071
Author:   devans at macports.org
Date:     2010-10-01 20:36:42 -0700 (Fri, 01 Oct 2010)
Log Message:
-----------
libgee: update to version 0.6.0, enable GObject introspection, mode line, livecheck.

Modified Paths:
--------------
    trunk/dports/devel/libgee/Portfile

Modified: trunk/dports/devel/libgee/Portfile
===================================================================
--- trunk/dports/devel/libgee/Portfile	2010-10-02 03:34:27 UTC (rev 72070)
+++ trunk/dports/devel/libgee/Portfile	2010-10-02 03:36:42 UTC (rev 72071)
@@ -1,25 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
+
 name                libgee
-version             0.5.3
+version             0.6.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 maintainers         nomaintainer
 description         Collection library providing GObject-based interfaces
-long_description \
-   Libgee is a collection library providing GObject-based interfaces and \
-   classes for commonly used data structures. 
 
+long_description    Libgee is a collection library providing GObject-based interfaces and \
+                    classes for commonly used data structures.
+
 platforms           darwin
 
 homepage            http://live.gnome.org/Libgee
 master_sites        gnome:sources/${name}/${branch}
 use_bzip2           yes
 
-checksums           md5     1be8ea04c2e2159a45aea9fae1b688dc \
-                    sha1    66284450fc14cf8b5fb8adec320027bf31cb5539 \
-                    rmd160  1be9554f6e38d6197973265ef5e496a3dc007565
+checksums           md5     4eb513b23ab6ea78884989518a4acf6f \
+                    sha1    37127eacecfc1090f0f91b8350a6b2456580a318 \
+                    rmd160  8cd55171fc2c8392b0cd5b1fb8cf56750a22b25a
 
-depends_build       port:vala port:pkgconfig
-depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_build       port:pkgconfig \
+                    port:vala
+
+depends_lib         port:gobject-introspection
+
+configure.args      --enable-introspection=yes
+
+livecheck.type      regex
+livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101001/0ccfb750/attachment.html>


More information about the macports-changes mailing list