Commits
Aaron Madlon-Kay authored and Clemens Lang committed f4315844873
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 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup sass sassc 3.5.0 |
7 - | checksums rmd160 b30303d80bdaf36598a3acec73da9c33bc78df00 \ |
8 - | sha256 850fd57285e15089366c7a7f4b29a55e082d2bbb90746b887248a4e327a56f2c \ |
9 - | size 25836 |
6 + | github.setup sass sassc 3.6.1 |
7 + | checksums rmd160 b750f31d5e731c3549716c332ad37700f7291ba2 \ |
8 + | sha256 3c18c58b966b82c797af46e6c658a4a849b414ec7e3b41e79050c03e2acc72e6 \ |
9 + | size 26131 |
10 10 | |
11 11 | maintainers {cal @neverpanic} openmaintainer |
12 12 | categories www textproc |
13 13 | platforms darwin |
14 14 | |
15 15 | license MIT |
16 16 | description sassc is the libsass command line driver and compiles Sass to CSS |
17 17 | long_description ${description} |
18 18 | |
19 19 | depends_lib port:libsass |