Ticket #38974: xmp-4.0.4.patch.txt

File xmp-4.0.4.patch.txt, 1.8 KB (added by dcarmich@…, 11 years ago)

xmp 4.0.4 update patch.

Line 
1--- Portfile.orig       2013-05-01 04:22:30.000000000 -0500
2+++ Portfile    2013-05-01 04:40:30.000000000 -0500
3@@ -20,7 +20,7 @@
4 universal_variant   no
5 
6 if {${subport} == ${name}} {
7-    version             4.0.3
8+    version             4.0.4
9     license             GPL-2+
10 
11     long_description    The Extended Module Player is a portable \
12@@ -32,8 +32,8 @@
13                         (XM), and Impulse Tracker (IT).
14 
15     master_sites        sourceforge:project/xmp/xmp/${version}
16-    checksums           rmd160  366262b03255a099fd75c5c452815495d1b84995 \
17-                        sha256  e67dd83e38168df965a384dbe1b032c4a23a57f4b4f26095df329161c47acf75
18+    checksums           rmd160  22858b576428e776bb38c2ee378af12071445495 \
19+                        sha256  f4cccffb03197e02818a092fca967f3d2cc88f01d4ff2a179d93796a7c0d8998
20 
21     depends_lib         port:libxmp
22 
23@@ -57,7 +57,7 @@
24 }
25 
26 subport libxmp {
27-    version             4.1.0
28+    version             4.1.1
29     license             LGPL-2.1+
30 
31     long_description    Libxmp is a library that renders module files to \
32@@ -68,12 +68,9 @@
33 
34     master_sites        sourceforge:project/xmp/libxmp/${version}
35     distname            ${subport}-${version}
36-    checksums           rmd160  2b94458d3903fe00bf6a4c05c47cc8e0e47547a3 \
37-                        sha256  23b932edcfc43ba6f0200e626fb5448572a0d525fc8c3122b2a099d5f987be7d
38-
39-    patchfiles          patch-src-common.h.diff \
40-                        patch-src-control.c.diff
41-
42+    checksums           rmd160  eb9ce3207919aa3e231fc8d9ad46d4477725763c \
43+                        sha256  1509d7c04fcb3ae873aad35c9f84056049a6d63b19936af38cf93ecb794c33b1
44+                       
45     # Switch to warning that Clang recognizes.
46     if {[string first clang ${configure.compiler}] != -1} {
47         patchfiles-append patch-configure.diff