diff --git a/devel/dotconf/Portfile b/devel/dotconf/Portfile
index c0f4121..bbbf3db 100644
a
|
b
|
|
5 | 5 | PortSystem 1.0 |
6 | 6 | |
7 | 7 | name dotconf |
8 | | version 1.0.13 |
9 | | set branch [join [lrange [split ${version} .] 0 1] .] |
| 8 | version 1.3 |
10 | 9 | categories devel |
11 | 10 | maintainers theonelab.com:june |
12 | 11 | description C-based configuration parser for .conf files |
13 | 12 | long_description \ |
14 | 13 | dot.conf is a C-based configuration parser for .conf files. |
15 | 14 | |
16 | | homepage http://www.azzit.de/dotconf/ |
| 15 | homepage http://www.github.com/williamh/dotconf/ |
17 | 16 | platforms darwin |
18 | | master_sites ${homepage}download/v${branch}/ |
19 | | checksums md5 bbf981a5f4a64e94cc6f2a693f96c21a \ |
20 | | sha1 bf0c3a29da525f0be8b896c484b3b518f022998f \ |
21 | | rmd160 41871061a303b7a590a751d5c4f392b8da2fe3e9 |
22 | | |
23 | | livecheck.type regex |
24 | | livecheck.url ${homepage}download/ |
25 | | livecheck.regex {LATEST_IS_([0-9.]+)} |
| 17 | master_sites http://distfiles.gentoo.org/distfiles/ |
| 18 | checksums md5 2c4316f63bb63c38b7f4eb7416cac0df \ |
| 19 | sha1 7eb6ca4be7ff3a2aaedb0b46b6d82af7021eb1e8 \ |
| 20 | rmd160 4fee58bf0695660fd3921af46e4ddceba5ef97c7 |
| 21 | patchfiles patch-src-dotconf.c.diff |