From b00003ff4af80b35904045a3ca7d89c6e8d6e560 Mon Sep 17 00:00:00 2001
From: Pete Johns <paj-github@johnsy.com>
Date: Mon, 3 Jun 2013 22:19:35 +1000
Subject: [PATCH] Upgrade cppcheck to 1.60.1. Remove maintainer.
---
dports/devel/cppcheck/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dports/devel/cppcheck/Portfile b/dports/devel/cppcheck/Portfile
index 319f603..3b7d9fc 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name cppcheck |
7 | | version 1.58 |
| 7 | version 1.60.1 |
8 | 8 | categories devel |
9 | 9 | license GPL-3 |
10 | 10 | platforms darwin |
11 | | maintainers johnsy.com:paj-macports |
| 11 | maintainers unmaintained |
12 | 12 | |
13 | 13 | description Static analysis of C and C++ code. |
14 | 14 | |
… |
… |
long_description Cppcheck is an analysis tool for C and C++ code. Unlike \ |
21 | 21 | homepage http://cppcheck.sourceforge.net/ |
22 | 22 | master_sites sourceforge:project/cppcheck/cppcheck/${version} |
23 | 23 | |
24 | | checksums rmd160 a624e933ef2a03d83f85e86e01404e2bdee44aa3 \ |
25 | | sha256 10130266be2913ba215ac24cf83cbe9e150cfb2b0c319717014c3676721f434f |
| 24 | checksums rmd160 42773325dda46c8015f4037c5af742a10d85017d \ |
| 25 | sha256 4c670ca8a2cd1521290f019ae8831c6cdd7a7619c092c7dda5aa37e94f57dc1e |
26 | 26 | |
27 | 27 | depends_build port:libxslt \ |
28 | 28 | port:docbook-xsl |