diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
commit | 516752a584b8bd1c4bc89470914ef9a8825ac134 (patch) | |
tree | d0e2389b1e44e80db51cf5021e2bdab1fae77190 /audio | |
parent | 154236bedcf20a848997df556989c37c1b3213ea (diff) | |
download | freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.gz freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.zst freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.zip |
- Chase libmpd shlib update
Submitted by: avl
Approved by: portmgr (myself, pav)
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gbemol/Makefile | 4 | ||||
-rw-r--r-- | audio/gimmix/Makefile | 4 | ||||
-rw-r--r-- | audio/mpdas/Makefile | 3 | ||||
-rw-r--r-- | audio/xfce4-mpc-plugin/Makefile | 3 | ||||
-rw-r--r-- | audio/xfmpc/Makefile | 4 |
5 files changed, 10 insertions, 8 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 86a78a9c42a7..88a297d93829 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -7,14 +7,14 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= tmh.public@gmail.com COMMENT= Graphical frontend for the Music Player Daemon -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ curl.6:${PORTSDIR}/ftp/curl \ xml2.5:${PORTSDIR}/textproc/libxml2 diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index f42a4f2135ca..6b1869285660 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimmix PORTVERSION= 0.5.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gimmix MAINTAINER= c-s@c-s.li COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ nxml:${PORTSDIR}/textproc/libnxml diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile index d05f7c560375..17df2effb705 100644 --- a/audio/mpdas/Makefile +++ b/audio/mpdas/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpdas PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ @@ -14,7 +15,7 @@ MAINTAINER= hrkfdn@gmail.com COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - mpd:${PORTSDIR}/audio/libmpd + mpd.3:${PORTSDIR}/audio/libmpd USE_GNOME= pkgconfig USE_BZIP2= yes diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 457a86d7696b..52c0571d611d 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -7,13 +7,14 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.3.5 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= http://archive.xfce.org/src/panel-plugins/${PORTNAME}/0.3/ MAINTAINER= miwi@FreeBSD.org COMMENT= A mpc plugin for xfce -LIB_DEPENDS= mpd.2:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd USE_BZIP2= yes USE_GMAKE= yes diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 637c3ba79b14..275188e2b6dc 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfmpc PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio xfce MASTER_SITES= http://archive.xfce.org/src/apps/${PORTNAME}/0.2/ DIST_SUBDIR= xfce4 @@ -15,7 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A graphical MPD client focusing on low footprint -LIB_DEPENDS= mpd.2:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd MAKE_JOBS_SAFE= yes USE_BZIP2= yes |