Update to 0.3.2

PR:		ports/51271
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
This commit is contained in:
Patrick Li 2003-04-25 20:37:53 +00:00
parent 3fbb55148b
commit 7159e248bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79648
3 changed files with 19 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (xmms-crossfade-0.2.9.tar.gz) = 7427e9f8e79e3532b6c85e36459e453a
MD5 (xmms-crossfade-0.3.2.tar.gz) = 384756802307a163839987cbf520076a

View file

@ -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"