diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 11:34:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 11:34:45 +0000 |
commit | 41ad1cc560dcbd5e172d09305f295fde35ac585c (patch) | |
tree | 9d9b45de963c7adcc7d8ae9cfd88b9cb22977902 | |
parent | 9f045962b0837d6d8c6ed9181565c137f88460ee (diff) | |
download | ports-41ad1cc560dcbd5e172d09305f295fde35ac585c.tar.gz ports-41ad1cc560dcbd5e172d09305f295fde35ac585c.zip |
- Chase libmpd shlib bump
Notes
Notes:
svn path=/head/; revision=230116
-rw-r--r-- | audio/emphasis/Makefile | 2 | ||||
-rw-r--r-- | audio/gbemol/Makefile | 2 | ||||
-rw-r--r-- | audio/gimmix/Makefile | 2 | ||||
-rw-r--r-- | audio/xfce4-mpc-plugin/Makefile | 4 | ||||
-rw-r--r-- | audio/xfmpc/Makefile | 4 | ||||
-rw-r--r-- | net-im/pidgin-pidgimpd/Makefile | 1 |
6 files changed, 8 insertions, 7 deletions
diff --git a/audio/emphasis/Makefile b/audio/emphasis/Makefile index 382520786eaa..037ef6fe2cc4 100644 --- a/audio/emphasis/Makefile +++ b/audio/emphasis/Makefile @@ -8,7 +8,7 @@ PORTNAME= emphasis PORTVERSION= 20080223 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index ee73ce5f56bf..f131d1c76fbb 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -7,7 +7,7 @@ PORTNAME= gbemol PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index be52b216388a..c1b5b21320d8 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimmix PORTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 71284bd27840..47d81808cd59 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 @@ -15,7 +15,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= A mpc plugin for xfce -LIB_DEPENDS= mpd.0:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.1:${PORTSDIR}/audio/libmpd USE_GMAKE= yes INSTALLS_ICONS= yes diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 585ed070425b..426cabc32d9c 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfmpc PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ 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.0:${PORTSDIR}/audio/libmpd +LIB_DEPENDS= mpd.1:${PORTSDIR}/audio/libmpd USE_BZIP2= yes USE_GMAKE= yes diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile index 699cdc051a1f..e433c584f531 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- |