summaryrefslogtreecommitdiffstats
path: root/audio/amarok
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-29 11:01:09 +0000
committermarkus <markus@FreeBSD.org>2004-06-29 11:01:09 +0000
commit1d8ca4193489223a2a291d7f7007d7a0d35e3b7b (patch)
tree98fb3926cde5eaa92b6c64ce17de923df2ad56bf /audio/amarok
parent26e96bccd42a645291439c403a0707c8c38e0425 (diff)
downloadFreeBSD-ports-1d8ca4193489223a2a291d7f7007d7a0d35e3b7b.zip
FreeBSD-ports-1d8ca4193489223a2a291d7f7007d7a0d35e3b7b.tar.gz
Update to version 1.0.1
Diffstat (limited to 'audio/amarok')
-rw-r--r--audio/amarok/Makefile2
-rw-r--r--audio/amarok/distinfo4
-rw-r--r--audio/amarok/files/patch-playlistwindow.cpp15
3 files changed, 3 insertions, 18 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index fefd129..55b81b6 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= amarok
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo
index d8de8fc..e3a5148 100644
--- a/audio/amarok/distinfo
+++ b/audio/amarok/distinfo
@@ -1,2 +1,2 @@
-MD5 (amarok-1.0.tar.bz2) = c52d89bde4c51b17ca7cce767b4515f3
-SIZE (amarok-1.0.tar.bz2) = 1838323
+MD5 (amarok-1.0.1.tar.bz2) = 3572e1bbbc76d3985af9a982f22a5da8
+SIZE (amarok-1.0.1.tar.bz2) = 1834336
diff --git a/audio/amarok/files/patch-playlistwindow.cpp b/audio/amarok/files/patch-playlistwindow.cpp
deleted file mode 100644
index 3edf945..0000000
--- a/audio/amarok/files/patch-playlistwindow.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- amarok/src/playlistwindow.cpp.orig Thu Jun 17 15:12:24 2004
-+++ amarok/src/playlistwindow.cpp Thu Jun 17 15:13:34 2004
-@@ -465,8 +465,11 @@
- const KWin::WindowInfo info = KWin::windowInfo( winId() );
- const uint desktop = KWin::currentDesktop();
- const bool isOnThisDesktop = info.isOnDesktop( desktop );
-+#if KDE_IS_VERSION(3,2,1)
- const bool isShaded = info.hasState( NET::Shaded );
--
-+#else
-+ const bool isShaded = false;
-+#endif
-
- if( isShaded )
- {
OpenPOWER on IntegriCloud