diff -Nurp devel/capstone/Portfile devel2/capstone/Portfile
old
|
new
|
|
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$ |
| 2 | # $Id: Portfile 118429 2014-04-02 07:44:35Z and.damore@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name capstone |
7 | | version 3.0 |
| 7 | version 3.0.1 |
8 | 8 | categories devel |
9 | 9 | platforms darwin |
10 | 10 | maintainers gmail.com:aquynh |
… |
… |
homepage http://www.capstone- |
18 | 18 | master_sites ${homepage}download/${version}/ |
19 | 19 | extract.suffix .tgz |
20 | 20 | |
21 | | checksums rmd160 351ee783d2d18679d3db23e4b5e2ebe2b4d15f12 \ |
22 | | sha256 1deacc204f1b0b9df01b543cb1735bf8e857bc0783e6e4749c3760c62e0e7bf0 |
| 21 | checksums sha256 38fc736830de83ae345d917a6c122e2a09119ec5724b553174ddf84062cf2551 \ |
| 22 | rmd160 3da96a34fbdde07c2cbb57ed7a76a07c035bb920 |
23 | 23 | |
24 | 24 | patchfiles patch-Makefile.diff |
25 | 25 | |