Ticket #38889: xmp-4.1.0.Portfile.diff.txt

File xmp-4.1.0.Portfile.diff.txt, 2.8 KB (added by dcarmich@…, 11 years ago)

Portfile update

Line 
1*** Portfile.orig       2013-04-22 18:21:09.000000000 -0500
2--- Portfile    2013-04-22 20:51:45.000000000 -0500
3***************
4*** 17,23 ****
5  universal_variant   no
6 
7  if {${subport} == ${name}} {
8!     version             4.0.2
9      license             GPL-2+
10 
11      long_description    The Extended Module Player is a portable \
12--- 17,23 ----
13  universal_variant   no
14 
15  if {${subport} == ${name}} {
16!     version             4.0.3
17      license             GPL-2+
18 
19      long_description    The Extended Module Player is a portable \
20***************
21*** 29,36 ****
22                          (XM), and Impulse Tracker (IT).
23 
24      master_sites        sourceforge:project/xmp/xmp/${version}
25!     checksums           rmd160  653cf6c4e8951ba25ee7581ba24ed4dc356cde95 \
26!                         sha256  a05127b85e1cdd049b99e31b4c73a71787398ea34fee012100d6b66beece1e31
27 
28      depends_lib         port:libxmp
29 
30--- 29,36 ----
31                          (XM), and Impulse Tracker (IT).
32 
33      master_sites        sourceforge:project/xmp/xmp/${version}
34!     checksums           rmd160  366262b03255a099fd75c5c452815495d1b84995 \
35!                         sha256  e67dd83e38168df965a384dbe1b032c4a23a57f4b4f26095df329161c47acf75
36 
37      depends_lib         port:libxmp
38 
39***************
40*** 54,60 ****
41  }
42 
43  subport libxmp {
44!     version             4.0.4
45      license             LGPL-2.1+
46 
47      long_description    Libxmp is a library that renders module files to \
48--- 54,60 ----
49  }
50 
51  subport libxmp {
52!     version             4.1.0
53      license             LGPL-2.1+
54 
55      long_description    Libxmp is a library that renders module files to \
56***************
57*** 66,79 ****
58 
59      master_sites        sourceforge:project/xmp/libxmp/${version}
60      distname            ${subport}-${version}
61!     checksums           rmd160  9b76739871873ea68d3f2c7a8ca08f5efb34dcb5 \
62!                         sha256  dde8ed6b07fd82a82956774de3c2edfb8f01ef16c56e826a1284cb554029c46b
63 
64      # Switch to warning that Clang recognizes.
65      if {[string first clang ${configure.compiler}] != -1} {
66          patchfiles      patch-configure.diff
67      }
68 
69      test.run            yes
70      test.target         check
71 
72--- 66,82 ----
73 
74      master_sites        sourceforge:project/xmp/libxmp/${version}
75      distname            ${subport}-${version}
76!     checksums           rmd160  2b94458d3903fe00bf6a4c05c47cc8e0e47547a3 \
77!                         sha256  23b932edcfc43ba6f0200e626fb5448572a0d525fc8c3122b2a099d5f987be7d
78 
79      # Switch to warning that Clang recognizes.
80      if {[string first clang ${configure.compiler}] != -1} {
81          patchfiles      patch-configure.diff
82      }
83 
84+         patchfiles-append      patch-src-control.c.diff \
85+         patch-src-common.h.diff
86+
87      test.run            yes
88      test.target         check
89