[122556] trunk/dports/audio/abcde

khindenburg at macports.org khindenburg at macports.org
Wed Jul 23 18:34:43 PDT 2014


Revision: 122556
          https://trac.macports.org/changeset/122556
Author:   khindenburg at macports.org
Date:     2014-07-23 18:34:43 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
abcde: update to 2.5.4

Modified Paths:
--------------
    trunk/dports/audio/abcde/Portfile

Added Paths:
-----------
    trunk/dports/audio/abcde/files/patch-Makefile-2.5.4.diff

Modified: trunk/dports/audio/abcde/Portfile
===================================================================
--- trunk/dports/audio/abcde/Portfile	2014-07-23 23:25:04 UTC (rev 122555)
+++ trunk/dports/audio/abcde/Portfile	2014-07-24 01:34:43 UTC (rev 122556)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
@@ -3,6 +4,5 @@
 
 name                    abcde
-version                 2.4.2
-revision                1
+version                 2.5.4
 categories              audio
 platforms               darwin
@@ -21,8 +21,8 @@
 homepage                http://code.google.com/p/abcde/
 master_sites            googlecode
 
-checksums               sha1    6b91cce8315174500f134133c10d8c9ab233c8a2 \
-                        rmd160  1110ab9a2dd0424076d196fc7b6432fc5c752c28
+checksums               rmd160  11f4b569cb334f0f5a18a38d1aa86aa95db6b026 \
+                        sha256  85b679b970e728a986487adcbff7c51eb0e72f9fa10c4450521f8e029fa6e591
 
 depends_lib             port:vorbis-tools \
                         port:lame \
@@ -32,9 +32,7 @@
                         port:id3v2 \
                         port:normalize
 
-patchfiles              patch-Makefile \
-                        patch-abcde.diff \
-                        bash.diff
+patchfiles              patch-Makefile-2.5.4.diff
 
 use_configure           no
 

Added: trunk/dports/audio/abcde/files/patch-Makefile-2.5.4.diff
===================================================================
--- trunk/dports/audio/abcde/files/patch-Makefile-2.5.4.diff	                        (rev 0)
+++ trunk/dports/audio/abcde/files/patch-Makefile-2.5.4.diff	2014-07-24 01:34:43 UTC (rev 122556)
@@ -0,0 +1,15 @@
+--- Makefile	2004-11-07 02:12:31.000000000 +0100
++++ Makefile	2005-06-02 07:31:37.000000000 +0200
+@@ -2,11 +2,10 @@
+ INSTALL = /usr/bin/install -c
+ 
+ # Installation directories
+-prefix = ${DESTDIR}/usr
+ exec_prefix = ${prefix}
+ mandir = ${prefix}/share/man/man1
+ bindir = ${exec_prefix}/bin
+-etcdir = ${DESTDIR}/etc
++etcdir = ${prefix}/etc
+ 
+ all:
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/62600f9b/attachment.html>


More information about the macports-changes mailing list