File tree Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Expand file tree Collapse file tree 1 file changed +23
-12
lines changed Original file line number Diff line number Diff line change 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
+ PortGroup github 1.0
4
5
5
- name colm
6
- version 0.13.0.7
6
+ # Please keep commit-based set-up until next release
7
+ github.setup adrian-thurston colm d00ef7930a9d42469c19a5880744a086065ee20c
8
+ version 0.14.7
7
9
revision 0
8
10
epoch 1
9
11
categories lang devel
10
- platforms darwin
11
12
license MIT
12
13
13
14
maintainers nomaintainer
@@ -20,18 +21,28 @@ long_description Colm is a programming language designed for the analysis \
20
21
program transformation languages.
21
22
22
23
homepage http://www.colm.net/open-source/colm/
23
- master_sites http://www.colm.net/files/colm/
24
24
25
- checksums rmd160 9cecac9654fd13570334effce29582e7be10ab13 \
26
- sha256 e43fa328ad7672f485848bf4f40ae498a1925ce5199f2d94e4828e13628ee638 \
27
- size 746841
25
+ checksums rmd160 8d98e88613557d0064eb19271c34715becaa1bdb \
26
+ sha256 7916fe38ef3d2fb8c280663bff7852dccfd0e197ff5f73951305fe05b1c2a797 \
27
+ size 1764023
28
+
29
+ use_autoconf yes
30
+ autoconf.cmd ./autogen.sh
31
+
32
+ depends_build-append \
33
+ port:autoconf \
34
+ port:automake \
35
+ port:libtool \
36
+ port:pkgconfig
37
+
38
+ platform darwin 10 powerpc {
39
+ # Rosetta gets it wrong otherwise
40
+ configure.args-append \
41
+ --build=powerpc-apple-darwin${os.major}
42
+ }
28
43
29
44
post-destroot {
30
45
xinstall -d -m 755 ${destroot}${prefix} /share/doc/${name}
31
- xinstall -m 644 -W ${worksrcpath} ChangeLog README \
46
+ xinstall -m 644 -W ${worksrcpath} README.md \
32
47
${destroot}${prefix} /share/doc/${name}
33
48
}
34
-
35
- livecheck.type regex
36
- livecheck.url ${homepage}
37
- livecheck.regex {colm-(\d +(?:\.\d +)*).tar.gz}
You can’t perform that action at this time.
0 commit comments