aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-01-23 15:43:14 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-01-23 15:43:14 +0000
commitc189a6b2da9cbee7ff927b553a75d1280f12253e (patch)
treeeab313d2cb66a1c1bedfa134756b2754c49555fd /audio
parentdecc454be4c8a3fc37cf46bb14d1b2da283dc47c (diff)
downloadports-c189a6b2da9cbee7ff927b553a75d1280f12253e.tar.gz
ports-c189a6b2da9cbee7ff927b553a75d1280f12253e.zip
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
Notes
Notes: svn path=/head/; revision=226721
Diffstat (limited to 'audio')
-rw-r--r--audio/gbemol/Makefile4
-rw-r--r--audio/gmpc-alarm/Makefile3
-rw-r--r--audio/gmpc-autoplaylist/Makefile4
-rw-r--r--audio/gmpc-extraplaylist/Makefile3
-rw-r--r--audio/gmpc-favorites/Makefile4
-rw-r--r--audio/gmpc-lastfm/Makefile3
-rw-r--r--audio/gmpc-libnotify/Makefile3
-rw-r--r--audio/gmpc-lyrics/Makefile3
-rw-r--r--audio/gmpc-lyricwiki/Makefile3
-rw-r--r--audio/gmpc-magnatune/Makefile3
-rw-r--r--audio/gmpc-mdcover/Makefile3
-rw-r--r--audio/gmpc-mserver/Makefile4
-rw-r--r--audio/gmpc-osd/Makefile3
-rw-r--r--audio/gmpc-qosd/Makefile4
-rw-r--r--audio/gmpc-random-playlist/Makefile4
-rw-r--r--audio/gmpc-serverstats/Makefile3
-rw-r--r--audio/gmpc-shout/Makefile3
-rw-r--r--audio/gmpc-stopbutton/Makefile4
-rw-r--r--audio/gmpc-wikipedia/Makefile4
-rw-r--r--audio/gmpc/Makefile3
-rw-r--r--audio/gmpccaa/Makefile3
-rw-r--r--audio/grip/Makefile4
-rw-r--r--audio/gtkpod/Makefile4
-rw-r--r--audio/herrie/Makefile1
-rw-r--r--audio/icecast2/Makefile1
-rw-r--r--audio/libofa/Makefile4
-rw-r--r--audio/moc/Makefile3
-rw-r--r--audio/mpdas/Makefile3
-rw-r--r--audio/ncmpcpp/Makefile3
-rw-r--r--audio/scmpc/Makefile3
-rw-r--r--audio/scrobbler/Makefile4
-rw-r--r--audio/streamtranscoder/Makefile2
-rw-r--r--audio/streamtuner/Makefile2
-rw-r--r--audio/vagalume/Makefile3
-rw-r--r--audio/vorbis-tools/Makefile4
-rw-r--r--audio/xmms2/Makefile3
36 files changed, 68 insertions, 47 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile
index 146939dabf7f..ee73ce5f56bf 100644
--- a/audio/gbemol/Makefile
+++ b/audio/gbemol/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gbemol
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ MAINTAINER= tmh.public@gmail.com
COMMENT= Graphical frontend for the Music Player Daemon
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl \
+ curl.5:${PORTSDIR}/ftp/curl \
xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
diff --git a/audio/gmpc-alarm/Makefile b/audio/gmpc-alarm/Makefile
index eda2d6b7615a..b4c13ab80c85 100644
--- a/audio/gmpc-alarm/Makefile
+++ b/audio/gmpc-alarm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-alarm
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Alarm plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-autoplaylist/Makefile b/audio/gmpc-autoplaylist/Makefile
index a3bfab294ccc..97c35e3c84f0 100644
--- a/audio/gmpc-autoplaylist/Makefile
+++ b/audio/gmpc-autoplaylist/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-autoplaylist
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Autoplaylist plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-extraplaylist/Makefile b/audio/gmpc-extraplaylist/Makefile
index f62429f360d9..e91404731138 100644
--- a/audio/gmpc-extraplaylist/Makefile
+++ b/audio/gmpc-extraplaylist/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-extraplaylist
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A favorites plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-favorites/Makefile b/audio/gmpc-favorites/Makefile
index b998c1ffac83..87c766eab611 100644
--- a/audio/gmpc-favorites/Makefile
+++ b/audio/gmpc-favorites/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-favorites
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A favorites for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile
index dbed3cb2b2fb..299d9b56c1a1 100644
--- a/audio/gmpc-lastfm/Makefile
+++ b/audio/gmpc-lastfm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-lastfm
PORTVERSION= 0.16.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
DISTNAME= gmpc-last.fm-${PORTVERSION}
@@ -15,7 +16,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Lastfm plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-libnotify/Makefile b/audio/gmpc-libnotify/Makefile
index 67c9a15f8d88..d742768e3140 100644
--- a/audio/gmpc-libnotify/Makefile
+++ b/audio/gmpc-libnotify/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-libnotify
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A libnotify for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl \
+ curl.5:${PORTSDIR}/ftp/curl \
notify.1:${PORTSDIR}/devel/libnotify
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile
index c0fcddba8dee..155765986c48 100644
--- a/audio/gmpc-lyrics/Makefile
+++ b/audio/gmpc-lyrics/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-lyrics
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Lyrics Provider plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-lyricwiki/Makefile b/audio/gmpc-lyricwiki/Makefile
index a34edd087838..a03acdcd1f79 100644
--- a/audio/gmpc-lyricwiki/Makefile
+++ b/audio/gmpc-lyricwiki/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-lyricwiki
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Lyricswiki Provider plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile
index cc3e22de80ec..61ffbdecd6f1 100644
--- a/audio/gmpc-magnatune/Makefile
+++ b/audio/gmpc-magnatune/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-magnatune
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Autoplaylist plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-mdcover/Makefile b/audio/gmpc-mdcover/Makefile
index 8eeec02093aa..910841a9cbf3 100644
--- a/audio/gmpc-mdcover/Makefile
+++ b/audio/gmpc-mdcover/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-mdcover
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Directory artist/song plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-mserver/Makefile b/audio/gmpc-mserver/Makefile
index 3ff9bf85e6c4..7c7f9440231b 100644
--- a/audio/gmpc-mserver/Makefile
+++ b/audio/gmpc-mserver/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-mserver
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A plugin for gmpc that serves music.
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-osd/Makefile b/audio/gmpc-osd/Makefile
index 938112fdad64..862154cf262b 100644
--- a/audio/gmpc-osd/Makefile
+++ b/audio/gmpc-osd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-osd
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/download/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Xosd plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc \
xosd-config:${PORTSDIR}/misc/xosd
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-qosd/Makefile b/audio/gmpc-qosd/Makefile
index 7956f8d9346d..971be14b8b10 100644
--- a/audio/gmpc-qosd/Makefile
+++ b/audio/gmpc-qosd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-qosd
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Q on Screen Display plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc \
xosd-config:${PORTSDIR}/misc/xosd
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-random-playlist/Makefile b/audio/gmpc-random-playlist/Makefile
index 3f365ffe66bc..39e22cfb9340 100644
--- a/audio/gmpc-random-playlist/Makefile
+++ b/audio/gmpc-random-playlist/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-random-playlist
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A random playlist plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-serverstats/Makefile b/audio/gmpc-serverstats/Makefile
index 53f8f08a2c30..7e7c6dae8c7f 100644
--- a/audio/gmpc-serverstats/Makefile
+++ b/audio/gmpc-serverstats/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-serverstats
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
@@ -14,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Serverstats plugin for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile
index 7ab1d8406ea8..7c0d059d969f 100644
--- a/audio/gmpc-shout/Makefile
+++ b/audio/gmpc-shout/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc-shout
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
@@ -15,7 +16,7 @@ COMMENT= Shoutcast stream for gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
LIB_DEPENDS+= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
diff --git a/audio/gmpc-stopbutton/Makefile b/audio/gmpc-stopbutton/Makefile
index cc4f699743b2..5000ae2dd23e 100644
--- a/audio/gmpc-stopbutton/Makefile
+++ b/audio/gmpc-stopbutton/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-stopbutton
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A Stop button for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile
index 4ce87023d1c6..330832208f90 100644
--- a/audio/gmpc-wikipedia/Makefile
+++ b/audio/gmpc-wikipedia/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gmpc-wikipedia
PORTVERSION= 0.15.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION:C/\.0$//}/
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Wikipedia info for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile
index 97ebcc681e5a..66dee04d5f2e 100644
--- a/audio/gmpc/Makefile
+++ b/audio/gmpc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpc
PORTVERSION= 0.16.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
@@ -16,7 +17,7 @@ COMMENT= Full featured GTK2 client for musicpd
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
USE_XORG= x11 sm
diff --git a/audio/gmpccaa/Makefile b/audio/gmpccaa/Makefile
index bf775b1df934..52c4d53d5122 100644
--- a/audio/gmpccaa/Makefile
+++ b/audio/gmpccaa/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gmpccaa
PORTVERSION= 0.16.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
DISTNAME= gmpc-coveramazon-${PORTVERSION}
@@ -15,7 +16,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Amazon cover art provider for gmpc
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index 8af39fbcb77b..d281b877b42e 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -7,7 +7,7 @@
PORTNAME= grip
PORTVERSION= 3.2.0
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= audio
MASTER_SITES= SF
@@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= GTK front-end to external cd rippers and audio encoders
LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
USE_XORG= x11
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 6cc2ff9535c1..9564529dc162 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkpod
PORTVERSION= 0.99.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -57,7 +57,7 @@ LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
.endif
.if defined(WITH_CURL) || exists(${LOCALBASE}/lib/libcurl.so)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
.endif
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile
index 76409a889d01..860dfd561b7b 100644
--- a/audio/herrie/Makefile
+++ b/audio/herrie/Makefile
@@ -7,6 +7,7 @@
PORTNAME= herrie
PORTVERSION= 2.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index e95ca701b3f7..46111fd49380 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile
index cc0fb7ff50f6..10c7e0672770 100644
--- a/audio/libofa/Makefile
+++ b/audio/libofa/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libofa
PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.musicdns.org/files/
@@ -16,7 +16,7 @@ COMMENT= The Open Fingerprint Architecture Library
LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \
expat.6:${PORTSDIR}/textproc/expat2 \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool:15
USE_GNOME= pkgconfig
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index bb0e86f7a1ad..8ece74ed26c1 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -105,7 +106,7 @@ CONFIGURE_ARGS+= --without-samplerate
.endif
.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
.else
CONFIGURE_ARGS+= --without-curl
.endif
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile
index 22af761a0a52..6b11914369eb 100644
--- a/audio/mpdas/Makefile
+++ b/audio/mpdas/Makefile
@@ -7,13 +7,14 @@
PORTNAME= mpdas
PORTVERSION= 0.2.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
MAINTAINER= hrkfdn@gmail.com
COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol
-LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
mpd:${PORTSDIR}/audio/libmpd
USE_GNOME= pkgconfig
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index 61b72b0f9216..a245e49dba2e 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ncmpcpp
PORTVERSION= 0.2.5
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
http://mirror.mcx2.org/
@@ -43,7 +44,7 @@ PLIST_FILES= bin/ncmpcpp \
PLIST_DIRS= %%DOCSDIR%%
.if !defined(WITHOUT_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-curl
.else
CONFIGURE_ARGS+= --with-curl=no
diff --git a/audio/scmpc/Makefile b/audio/scmpc/Makefile
index fb80aefb7ef2..aa9109e53f79 100644
--- a/audio/scmpc/Makefile
+++ b/audio/scmpc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scmpc
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= BERLIOS
@@ -16,7 +17,7 @@ COMMENT= An Audioscrobbler client for MPD
LIB_DEPENDS= argtable2.1:${PORTSDIR}/devel/argtable \
confuse.0:${PORTSDIR}/devel/libconfuse \
daemon.0:${PORTSDIR}/devel/libdaemon \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile
index 7c2321b96ee9..354d4b6541c0 100644
--- a/audio/scrobbler/Makefile
+++ b/audio/scrobbler/Makefile
@@ -6,7 +6,7 @@
PORTNAME?= scrobbler
PORTVERSION= 0.3.8.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://static.audioscrobbler.com/plugins/ \
http://www.pipian.com/stuffforchat/
@@ -16,7 +16,7 @@ MAINTAINER?= novel@FreeBSD.org
COMMENT?= XMMS/BMP plugin for Audioscrobbler.com
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
CONFLICTS= bmp-scrobbler-[0-9]* \
xmms-scrobbler-[0-9]*
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile
index 9652b44f7269..cf5d08582a0d 100644
--- a/audio/streamtranscoder/Makefile
+++ b/audio/streamtranscoder/Makefile
@@ -7,7 +7,7 @@
PORTNAME= streamtranscoder
PORTVERSION= 1.2.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 80bc8b8c6347..306adf56a9ab 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -7,7 +7,7 @@
PORTNAME= streamtuner
PORTVERSION= 0.99.99
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= audio www
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile
index 8fdd05af8210..8986dda09e18 100644
--- a/audio/vagalume/Makefile
+++ b/audio/vagalume/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vagalume
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
MASTER_SITE_SUBDIR= pool/main/v/vagalume/
@@ -16,7 +17,7 @@ MAINTAINER= decke@bluelife.at
COMMENT= A GTK+-based client for the Last.fm online radio
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
- curl.4:${PORTSDIR}/ftp/curl
+ curl.5:${PORTSDIR}/ftp/curl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 0d387d949123..ac2198a2f9da 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vorbis-tools
PORTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
@@ -16,7 +16,7 @@ MAINTAINER= naddy@FreeBSD.org
COMMENT= Play, encode, and manage Ogg Vorbis files
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
- curl.4:${PORTSDIR}/ftp/curl \
+ curl.5:${PORTSDIR}/ftp/curl \
FLAC.10:${PORTSDIR}/audio/flac \
speex.1:${PORTSDIR}/audio/speex \
vorbis.4:${PORTSDIR}/audio/libvorbis
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index 833a2f28ba47..75754ba3390b 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -11,6 +11,7 @@ DISTVERSION= 0.5DrLecter
CATEGORIES?= audio
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${DISTVERSION}
+PORTREVISION?= 1
MAINTAINER= alexbl@FreeBSD.org
COMMENT?= Rewrite of xmms as a client/server system (developer release)
@@ -87,7 +88,7 @@ EXCLUDE+= --without-optionals="python" --without-optionals="ruby" --without-opti
.if !defined(XMMS2_SLAVE)
.if !defined(WITHOUT_CURL)
-LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
PLIST_SUB+= CURL=""
.else
EXCLUDE+= --without-plugins="curl" --without-plugins="icymetaint"