Ticket #52122: abcde-2.7.2_update.svndiff

File abcde-2.7.2_update.svndiff, 2.6 KB (added by 0x6772 (Gabriel Rosenkoetter), 8 years ago)

svn diff to update abcde from 2.7 to 2.7.2

Line 
1Index: Portfile
2===================================================================
3--- Portfile    (revision 152041)
4+++ Portfile    (working copy)
5@@ -4,13 +4,12 @@
6 PortSystem              1.0
7 
8 name                    abcde
9-version                 2.7
10+version                 2.7.2
11 categories              audio
12 platforms               darwin
13-maintainers             nomaintainer
14+maintainers             eclipsed.net:gr openmaintainer
15 license                 GPL-2
16 supported_archs         noarch
17-
18 description             A Better CD Encoder
19 
20 long_description        abcde is a frontend command-line utility (actually, a \
21@@ -21,8 +20,8 @@
22 homepage                http://abcde.einval.com/
23 master_sites            ${homepage}download/
24 
25-checksums               rmd160  a675dad88c6df27e11a5d3dc2625e871b0ddec5a \
26-                        sha256  0148698a09fedcbae37ee9da295afe411a1190cf8ae224b7814d31b5bf737746
27+checksums               rmd160  d1d682c758e77b308d6c6ac3ce397d8ee7fa9533 \
28+                        sha256  aa39881682ac46eb9fc199d1343b97bc56a322b41a5c57013acda31948bc53dd
29 
30 depends_lib             port:vorbis-tools \
31                         port:lame \
32@@ -32,7 +31,7 @@
33                         port:id3v2 \
34                         port:normalize
35 
36-patchfiles              patch-Makefile-2.5.4.diff
37+patchfiles              patch-Makefile-2.7.2.diff
38 
39 use_configure           no
40 
41Index: files/patch-Makefile-2.5.4.diff
42===================================================================
43--- files/patch-Makefile-2.5.4.diff     (revision 152041)
44+++ files/patch-Makefile-2.5.4.diff     (working copy)
45@@ -1,15 +0,0 @@
46---- Makefile   2004-11-07 02:12:31.000000000 +0100
47-+++ Makefile   2005-06-02 07:31:37.000000000 +0200
48-@@ -2,11 +2,10 @@
49- INSTALL = /usr/bin/install -c
50-
51- # Installation directories
52--prefix = ${DESTDIR}/usr
53- exec_prefix = ${prefix}
54- mandir = ${prefix}/share/man/man1
55- bindir = ${exec_prefix}/bin
56--etcdir = ${DESTDIR}/etc
57-+etcdir = ${prefix}/etc
58-
59- all:
60-
61Index: files/patch-Makefile-2.7.2.diff
62===================================================================
63--- files/patch-Makefile-2.7.2.diff     (revision 0)
64+++ files/patch-Makefile-2.7.2.diff     (working copy)
65@@ -0,0 +1,14 @@
66+--- Makefile.orig      2016-04-06 04:47:56.000000000 -0400
67++++ Makefile   2016-08-28 12:06:46.000000000 -0400
68+@@ -1,10 +1,9 @@
69+ abcde_version = abcde-2.7.2
70+ INSTALL = /usr/bin/install -c
71+
72+-prefix = /usr/local
73+ exec_prefix = $(prefix)
74+ bindir = $(exec_prefix)/bin
75+-sysconfdir = /etc
76++sysconfdir = ${prefix}/etc
77+ datarootdir = $(prefix)/share
78+ docdir = $(datarootdir)/doc/$(abcde_version)
79+ mandir = $(datarootdir)/man