[65047] trunk/dports/audio/abcde

ryandesign at macports.org ryandesign at macports.org
Sat Mar 20 06:06:26 PDT 2010


Revision: 65047
          http://trac.macports.org/changeset/65047
Author:   ryandesign at macports.org
Date:     2010-03-20 06:06:23 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
abcde: fix homepage and update to 2.4.0; see #16389. Fetching from svn because no distfiles are provided.

Modified Paths:
--------------
    trunk/dports/audio/abcde/Portfile
    trunk/dports/audio/abcde/files/bash.diff

Removed Paths:
-------------
    trunk/dports/audio/abcde/files/redir.diff

Modified: trunk/dports/audio/abcde/Portfile
===================================================================
--- trunk/dports/audio/abcde/Portfile	2010-03-20 12:50:32 UTC (rev 65046)
+++ trunk/dports/audio/abcde/Portfile	2010-03-20 13:06:23 UTC (rev 65047)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    abcde
-version                 2.3.3
+version                 2.4.0
 categories              audio
 platforms               darwin
 maintainers             nomaintainer
@@ -15,16 +15,13 @@
                         them to Ogg/Vorbis, MP3, FLAC, Ogg/Speex and/or \
                         MPP/MP+(Musepack) format, and tags them, all in one go.
 
-homepage                http://www.hispalinux.es/~data/abcde.php
-master_sites            http://www.hispalinux.es/~data/files/
+homepage                http://code.google.com/p/abcde/
 
-distname                ${name}_${version}.orig
-worksrcdir              ${name}-${version}
+fetch.type              svn
+svn.url                 http://abcde.googlecode.com/svn/tags/${version}
+svn.revision            277
+worksrcdir              ${version}
 
-checksums               md5     94877d1e410ae420630b1048e82907d3 \
-                        sha1    76486a0bcb4ac85d052e0d244da3abbeab3c5db0 \
-                        rmd160  a96030891e263e765cd86151ec227b1d3babbcea
-
 depends_lib             port:vorbis-tools \
                         port:lame \
                         port:flac \
@@ -34,8 +31,7 @@
                         port:normalize
 
 patchfiles              patch-Makefile \
-                        bash.diff \
-                        redir.diff
+                        bash.diff
 
 use_configure           no
 

Modified: trunk/dports/audio/abcde/files/bash.diff
===================================================================
--- trunk/dports/audio/abcde/files/bash.diff	2010-03-20 12:50:32 UTC (rev 65046)
+++ trunk/dports/audio/abcde/files/bash.diff	2010-03-20 13:06:23 UTC (rev 65047)
@@ -1,13 +1,3 @@
---- abcde	2007-12-07 18:46:36.000000000 -0700
-+++ abcde	2007-12-07 20:57:17.000000000 -0700
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- # Copyright (c) 1998-2001 Robert Woodcock <rcw at debian.org>
- # Copyright (c) 2003-2005 Jesus Climent <jesus.climent at hispalinux.es>
- # This code is hereby licensed for public consumption under either the
-Index: abcde-2.3.3/cddb-tool
-===================================================================
 --- cddb-tool	2007-12-07 20:56:49.000000000 -0700
 +++ cddb-tool	2007-12-07 20:57:19.000000000 -0700
 @@ -1,4 +1,4 @@

Deleted: trunk/dports/audio/abcde/files/redir.diff
===================================================================
--- trunk/dports/audio/abcde/files/redir.diff	2010-03-20 12:50:32 UTC (rev 65046)
+++ trunk/dports/audio/abcde/files/redir.diff	2010-03-20 13:06:23 UTC (rev 65047)
@@ -1,11 +0,0 @@
---- abcde	2005-08-25 16:43:27.000000000 -0600
-+++ abcde	2007-12-07 18:46:36.000000000 -0700
-@@ -1946,7 +1946,7 @@
- 			FILEPATH=$(find "$FILEPATH" | grep "/$REALTRACKNUM ");
- 			# If the file exists, copy it
- 			if [ -e "$FILEPATH" ] ; then
--				nice $READNICE $CDROMREADER "$FILEPATH" "$FILEARG" $REDIR
-+				nice $READNICE $CDROMREADER "$FILEPATH" "$FILEARG"
- 			else
- 				false
- 			fi ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100320/2ffdd609/attachment.html>


More information about the macports-changes mailing list