aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-28 20:27:31 +0800
committermiwi <miwi@FreeBSD.org>2007-07-28 20:27:31 +0800
commit3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch)
treef489e673d53345a1b3a0d01abd60b793baa8d924 /sysutils
parent7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff)
downloadfreebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz
freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst
freebsd-ports-gnome-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrdao/Makefile4
-rw-r--r--sysutils/graveman/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index da8c1f77aff9..6a96eae9fd30 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= cdrdao
PORTVERSION= 1.2.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= sysutils audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= cdrdao
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
MP3OGG_LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
mad.2:${PORTSDIR}/audio/libmad \
- vorbis.3:${PORTSDIR}/audio/libvorbis
+ vorbis.4:${PORTSDIR}/audio/libvorbis
.if ${PORTNAME} == "gcdmaster"
USE_GCC= 3.4
diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile
index eb797e9e57db..b33f800c72b2 100644
--- a/sysutils/graveman/Makefile
+++ b/sysutils/graveman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= graveman
PORTVERSION= 0.3.12.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://graveman.tuxfamily.org/sources/
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+=--disable-mp3
.if defined(WITH_OGG)
LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \
- vorbis.3:${PORTSDIR}/audio/libvorbis
+ vorbis.4:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+=--disable-ogg
.endif