Update to 0.3.2.
PR: 41586 Submitted by: Christian Brueffer <chris@unixpages.org>
This commit is contained in:
parent
f3fb820123
commit
f36b733252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64456
4 changed files with 21 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xmms-alarm
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= x11-clocks
|
||||
MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/ \
|
||||
http://unixpages.org/distfiles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xmms-alarm-0.3.1.tar.gz) = 88c533b35b0eccab3971594c8982c088
|
||||
MD5 (xmms-alarm-0.3.2.tar.gz) = 0474472d68e29daccb8ce9d0700508ed
|
||||
|
|
18
x11-clocks/xmms-alarm/files/patch-ltmain.sh
Normal file
18
x11-clocks/xmms-alarm/files/patch-ltmain.sh
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh.orig Tue Aug 13 01:08:36 2002
|
||||
+++ ltmain.sh Tue Aug 13 01:08:53 2002
|
||||
@@ -4247,10 +4247,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if false; then
|
||||
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"
|
|
@ -1,2 +1,2 @@
|
|||
lib/xmms/General/libalarm.la
|
||||
@comment $FreeBSD$
|
||||
lib/xmms/General/libalarm.so
|
||||
|
|
Loading…
Reference in a new issue