aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/aqualung/Makefile4
-rw-r--r--sysutils/cdrtools-devel/Makefile3
-rw-r--r--sysutils/cdrtools/Makefile4
-rw-r--r--sysutils/libcdio/Makefile4
4 files changed, 8 insertions, 7 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile
index bab36f9a52bf..f7ebdca9bde7 100644
--- a/audio/aqualung/Makefile
+++ b/audio/aqualung/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aqualung
DISTVERSION= 0.9beta7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
@@ -31,7 +31,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
mp3lame.0:${PORTSDIR}/audio/lame \
avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel \
strfunc.9:${PORTSDIR}/devel/libstrfunc \
- cddb.3:${PORTSDIR}/audio/libcddb
+ cddb.4:${PORTSDIR}/audio/libcddb
USE_GETTEXT= yes
USE_GNOME= pkgconfig gtk20 libxml2
diff --git a/sysutils/cdrtools-devel/Makefile b/sysutils/cdrtools-devel/Makefile
index c43f7d3b1263..96c2c1cffdc8 100644
--- a/sysutils/cdrtools-devel/Makefile
+++ b/sysutils/cdrtools-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cdrtools
PORTVERSION= 2.01.01a11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ \
@@ -59,7 +60,7 @@ IGNORE= does not work with mlockall(2) on your version of FreeBSD 5.x. Please u
.if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB)
WITH_CDDB= yes
-LIB_DEPENDS+= cddb.3:${PORTSDIR}/audio/libcddb \
+LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb \
cdio.7:${PORTSDIR}/sysutils/libcdio
.endif
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index e97d6266ee08..4887f642543b 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cdrtools
PORTVERSION?= 2.01
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES?= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/
@@ -57,7 +57,7 @@ IGNORE= The mlockall(2) of your FreeBSD 5.x version causes problems when used b
.if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB)
WITH_CDDB= yes
-LIB_DEPENDS+= cddb.3:${PORTSDIR}/audio/libcddb \
+LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb \
cdio.7:${PORTSDIR}/sysutils/libcdio
.endif
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index 080c9850ddec..b9d096bd741f 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -6,7 +6,7 @@
PORTNAME= libcdio
PORTVERSION= 0.77
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= libcdio
MAINTAINER= mich@FreeBSD.org
COMMENT= Compact Disc Input and Control Library
-LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \
+LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb \
popt.0:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes