Skip to content

Commit c0a43a1

Browse files
barracuda156kencu
authored andcommitted
colm: update to 0.4.17
1 parent 588bd11 commit c0a43a1

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

lang/colm/Portfile

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# -*- 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
22

33
PortSystem 1.0
4+
PortGroup github 1.0
45

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
79
revision 0
810
epoch 1
911
categories lang devel
10-
platforms darwin
1112
license MIT
1213

1314
maintainers nomaintainer
@@ -20,18 +21,28 @@ long_description Colm is a programming language designed for the analysis \
2021
program transformation languages.
2122

2223
homepage http://www.colm.net/open-source/colm/
23-
master_sites http://www.colm.net/files/colm/
2424

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+
}
2843

2944
post-destroot {
3045
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 \
3247
${destroot}${prefix}/share/doc/${name}
3348
}
34-
35-
livecheck.type regex
36-
livecheck.url ${homepage}
37-
livecheck.regex {colm-(\d+(?:\.\d+)*).tar.gz}

0 commit comments

Comments
 (0)