1 | *** Portfile.orig 2013-04-07 09:32:08.000000000 -0500 |
---|
2 | --- Portfile 2013-04-07 09:32:15.000000000 -0500 |
---|
3 | *************** |
---|
4 | *** 58,64 **** |
---|
5 | } |
---|
6 | |
---|
7 | subport libxmp { |
---|
8 | ! version 4.0.3 |
---|
9 | license LGPL-2.1+ |
---|
10 | |
---|
11 | long_description Libxmp is a library that renders module files to \ |
---|
12 | --- 58,64 ---- |
---|
13 | } |
---|
14 | |
---|
15 | subport libxmp { |
---|
16 | ! version 4.0.4 |
---|
17 | license LGPL-2.1+ |
---|
18 | |
---|
19 | long_description Libxmp is a library that renders module files to \ |
---|
20 | *************** |
---|
21 | *** 70,77 **** |
---|
22 | |
---|
23 | master_sites sourceforge:project/xmp/libxmp/${version} |
---|
24 | distname ${subport}-${version} |
---|
25 | ! checksums rmd160 3057e6d30b73354d15dfd2ccb251c53b1b3f937a \ |
---|
26 | ! sha256 434db19223689745c3a90e02dd1643971de493a7446ee8f5ae94bfa0de29188e |
---|
27 | |
---|
28 | # Switch to warning that Clang recognizes. |
---|
29 | if {[string first clang ${configure.compiler}] != -1} { |
---|
30 | --- 70,77 ---- |
---|
31 | |
---|
32 | master_sites sourceforge:project/xmp/libxmp/${version} |
---|
33 | distname ${subport}-${version} |
---|
34 | ! checksums rmd160 9b76739871873ea68d3f2c7a8ca08f5efb34dcb5 \ |
---|
35 | ! sha256 dde8ed6b07fd82a82956774de3c2edfb8f01ef16c56e826a1284cb554029c46b |
---|
36 | |
---|
37 | # Switch to warning that Clang recognizes. |
---|
38 | if {[string first clang ${configure.compiler}] != -1} { |
---|