aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-24 13:25:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-24 13:25:09 +0000
commitebfef2946b2e05db537b73be318d314f78e01e6e (patch)
tree87434a1192685ef0d6390b5f113afae83dd39597 /audio
parentcb36b525bd29d2c6fdbd4dbd29caae7aff8a326e (diff)
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/libtunepimp-old/Makefile8
-rw-r--r--audio/libtunepimp-old/distinfo6
-rw-r--r--audio/libtunepimp-old/files/patch-configure11
3 files changed, 6 insertions, 19 deletions
diff --git a/audio/libtunepimp-old/Makefile b/audio/libtunepimp-old/Makefile
index 8b4c85e2d0a2..966db21f0060 100644
--- a/audio/libtunepimp-old/Makefile
+++ b/audio/libtunepimp-old/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= libtunepimp-old
-PORTVERSION= 0.4.2
-PORTREVISION= 7
+PORTVERSION= 0.4.4
PORTEPOCH= 2
CATEGORIES= audio
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \
ftp://ftp.au.musicbrainz.org/pub/musicbrainz/
DISTNAME= libtunepimp-${PORTVERSION}
-MAINTAINER= fluffy@ael.ru
+MAINTAINER= fluffy@Fluffy.Khv.RU
COMMENT= Client library for musicbrainz
LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
@@ -26,7 +25,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
tag:${PORTSDIR}/audio/taglib \
vorbis:${PORTSDIR}/audio/libvorbis
-CONFLICTS= trm-0* libtunepimp-0*
+CONFLICTS= trm-0*
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
@@ -50,5 +49,4 @@ post-configure:
's|PREFIX"/lib/tunepimp/plugins"|PREFIX"/lib/tunepimp-0.4/tunepimp/plugins"|g' \
${WRKSRC}/lib/tunepimp.cpp
-
.include <bsd.port.mk>
diff --git a/audio/libtunepimp-old/distinfo b/audio/libtunepimp-old/distinfo
index b7ad326d8ec2..77f56b43e819 100644
--- a/audio/libtunepimp-old/distinfo
+++ b/audio/libtunepimp-old/distinfo
@@ -1,3 +1,3 @@
-MD5 (libtunepimp-0.4.2.tar.gz) = 10b9e4a2f1930aed78ef7ddaebbe0fde
-SHA256 (libtunepimp-0.4.2.tar.gz) = d3e0f66a92b9c54a388b9a55bcdcc98601e3f918e966f3362c3bd3b45f3936e4
-SIZE (libtunepimp-0.4.2.tar.gz) = 1019995
+MD5 (libtunepimp-0.4.4.tar.gz) = 9e66431e28fc9a8b741a4a0fa84935d0
+SHA256 (libtunepimp-0.4.4.tar.gz) = e2628d48e7299104241d48260fe101fd003fd9910635cfc6bdede49d22664b79
+SIZE (libtunepimp-0.4.4.tar.gz) = 1031379
diff --git a/audio/libtunepimp-old/files/patch-configure b/audio/libtunepimp-old/files/patch-configure
deleted file mode 100644
index f960466def89..000000000000
--- a/audio/libtunepimp-old/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Apr 10 10:52:03 2006
-+++ configure Mon Apr 10 10:54:14 2006
-@@ -20506,7 +20506,7 @@
- TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
- echo "$as_me:$LINENO: checking for taglib >= 1.4.0" >&5
- echo $ECHO_N "checking for taglib >= 1.4.0... $ECHO_C" >&6
-- VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4.0`
-+ VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4`
- if test "$VERSION_CHECK" = "1" ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6