commit d02597a546f963d358419f67e4bea02138557492
Author: Akim Demaille <akim@lrde.epita.fr>
Date: Mon Nov 13 19:41:33 2017 +0100
ports: 2.6 for MacPorts
* ports/vcsn.macports: here.
diff --git a/ports/vcsn.macports b/ports/vcsn.macports
index 6af37a0f..4f1afaf7 100644
a
|
b
|
|
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 | | # $Id: Portfile 144823 2016-01-19 16:35:07Z khindenburg@macports.org $ |
3 | 2 | |
4 | 3 | PortSystem 1.0 |
5 | 4 | PortGroup cxx11 1.0 |
6 | 5 | PortGroup active_variants 1.1 |
7 | 6 | |
8 | 7 | name vcsn |
9 | | version 2.4 |
| 8 | version 2.6 |
10 | 9 | categories devel |
11 | 10 | platforms darwin |
12 | 11 | maintainers lrde.epita.fr:akim openmaintainer |
… |
… |
master_sites http://www.lrde.epita.fr/dload/vcsn/${version}/ |
23 | 22 | |
24 | 23 | use_xz yes |
25 | 24 | |
26 | | checksums rmd160 b864f8735806c84ab11752f411174fdad8668248 \ |
27 | | sha256 3265078d39ac0bb596177a8b0a8dcd80c87f873743a024355b0e36e8aa7ec037 |
| 25 | checksums rmd160 3b3441215f81736733ff130e94976bada40b3a68 \ |
| 26 | sha256 87bcfc6f722f6f39613b7f2a8b7de95d682e32d33c08edcebf6790129cb6dff5 |
28 | 27 | |
29 | 28 | # python3.x is required - force dependencies to use it as well |
30 | 29 | set python_version 35 |