Commits

Aljaž Srebrnič authored 5c8786b23b2
devel/valabind: update to 0.10.0
No tags

devel/valabind/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4
5 5 name valabind
6 -version 0.9.2
6 +version 0.10.0
7 7 categories devel
8 8 platforms darwin
9 9 license GPL-3
10 10 maintainers g5pw openmaintainer
11 11 description This program converts vapi vala interface files into swig interfaces.
12 12 long_description ${description} Allow C and Vala libraries to be used from many scripting \
13 13 languages, like Python, Perl, LUA, Java, Go and others.
14 14 homepage http://radare.org
15 15 master_sites http://radare.org/get/
16 16
17 -checksums rmd160 7a7e8eb5afa7abc14ce12f37b40ffdedd36e57e2 \
18 - sha256 9639f993f7bf2957bf79207974ecdb5374e5e502dcfc021986b4981d313116db
17 +checksums rmd160 743ac6a7834dad24245daaca8bc4328371481ded \
18 + sha256 35517455b4869138328513aa24518b46debca67cf969f227336af264b8811c19
19 19
20 20 depends_build port:pkgconfig
21 21
22 22 depends_lib port:vala
23 23
24 24 depends_run port:swig
25 25
26 26 use_configure no
27 27
28 28 use_parallel_build no
29 29
30 30 variant universal {}
31 31
32 -build.args V= \
32 +build.args V=1 \
33 33 CC="${configure.cc} [get_canonical_archflags]"
34 34
35 35 destroot.post_args-append PREFIX=${prefix}
36 36
37 37 livecheck.url [lindex ${master_sites} 0]
38 38 livecheck.regex ">${name}-((?!\${extract.suffix}).*)${extract.suffix}<"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut