[72070] trunk/dports/lang/vala/Portfile
devans at macports.org
devans at macports.org
Fri Oct 1 20:34:29 PDT 2010
Revision: 72070
http://trac.macports.org/changeset/72070
Author: devans at macports.org
Date: 2010-10-01 20:34:27 -0700 (Fri, 01 Oct 2010)
Log Message:
-----------
vala: enable vapigen needed to build bindings for telepathy-glib, add missing dependency, mode line, livecheck.
Modified Paths:
--------------
trunk/dports/lang/vala/Portfile
Modified: trunk/dports/lang/vala/Portfile
===================================================================
--- trunk/dports/lang/vala/Portfile 2010-10-01 23:06:06 UTC (rev 72069)
+++ trunk/dports/lang/vala/Portfile 2010-10-02 03:34:27 UTC (rev 72070)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -4,6 +5,8 @@
name vala
version 0.10.0
+revision 1
+set branch [join [lrange [split ${version} .] 0 1] .]
categories lang
maintainers nomaintainer
description Compiler for the GObject type system
@@ -16,12 +19,20 @@
platforms darwin
homepage http://live.gnome.org/Vala
-master_sites gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]
+master_sites gnome:sources/${name}/${branch}/
use_bzip2 yes
checksums md5 1e38cdc951d2b43e49084a6d5ad19e9d \
sha1 62dc98ad4d0457fd6407881941c326af1542dea1 \
rmd160 90fe6e297ab4889524631ad21a477f9c497e0d26
-depends_build path:bin/pkg-config:pkgconfig
+depends_build path:bin/pkg-config:pkgconfig \
+ port:libxslt
+
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2
+
+configure.args --enable-vapigen
+
+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/f3b1b041/attachment.html>
More information about the macports-changes
mailing list