diff options
author | pat <pat@FreeBSD.org> | 2003-04-26 04:37:53 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2003-04-26 04:37:53 +0800 |
commit | 2646373451670e18a75afe05ae040c501cecaad6 (patch) | |
tree | 59fff9c96a637d762c6946b4da81477ab6df7e20 | |
parent | b86f7aa5d0eb4dafc641e4e005ab4c7f97fc497b (diff) | |
download | freebsd-ports-gnome-2646373451670e18a75afe05ae040c501cecaad6.tar.gz freebsd-ports-gnome-2646373451670e18a75afe05ae040c501cecaad6.tar.zst freebsd-ports-gnome-2646373451670e18a75afe05ae040c501cecaad6.zip |
Update to 0.3.2
PR: ports/51271
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
-rw-r--r-- | audio/xmms-crossfade/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-crossfade/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-crossfade/files/patch-ltmain.sh | 16 |
3 files changed, 19 insertions, 3 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 21dfcb358a3e..1727b08d162d 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xmms-crossfade -PORTVERSION= 0.2.9 +PORTVERSION= 0.3.2 CATEGORIES= audio -MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ +MASTER_SITES= http://www.mynetcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ ftp://ftp.falsehope.com/pub/xmms-crossfade/ MAINTAINER= pat@FreeBSD.org diff --git a/audio/xmms-crossfade/distinfo b/audio/xmms-crossfade/distinfo index d6c80046c49b..3cccb2bc57d8 100644 --- a/audio/xmms-crossfade/distinfo +++ b/audio/xmms-crossfade/distinfo @@ -1 +1 @@ -MD5 (xmms-crossfade-0.2.9.tar.gz) = 7427e9f8e79e3532b6c85e36459e453a +MD5 (xmms-crossfade-0.3.2.tar.gz) = 384756802307a163839987cbf520076a diff --git a/audio/xmms-crossfade/files/patch-ltmain.sh b/audio/xmms-crossfade/files/patch-ltmain.sh new file mode 100644 index 000000000000..3d6e7e4cf4c2 --- /dev/null +++ b/audio/xmms-crossfade/files/patch-ltmain.sh @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Fri Apr 12 08:48:14 2002 ++++ ltmain.sh Fri Apr 25 16:34:45 2003 +@@ -4224,11 +4224,13 @@ + IFS="$save_ifs" + fi + ++ if /usr/bin/false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |