diff options
author | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-04 06:41:40 +0800 |
commit | 382201b6cc1347f520d5e2a46a26926be26782be (patch) | |
tree | 7b841659f31cb7bdc8cccbeb65f6eaf89132761e /audio | |
parent | 107eee14991cb7089d0ef5d9222e4a160cf7cd50 (diff) | |
download | freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.gz freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.tar.zst freebsd-ports-gnome-382201b6cc1347f520d5e2a46a26926be26782be.zip |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/grip/Makefile | 4 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 3fbc427c512c..c0b8c54862ab 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -7,7 +7,7 @@ PORTNAME= grip PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= ahze@ahze.net COMMENT= GTK front-end to external cd rippers and audio encoders LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - curl.2:${PORTSDIR}/ftp/curl + curl.3:${PORTSDIR}/ftp/curl PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv USE_X_PREFIX= yes diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 1c8b5ed5ef6a..ffa541cc0008 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/ @@ -16,7 +16,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ - curl.2:${PORTSDIR}/ftp/curl \ + curl.3:${PORTSDIR}/ftp/curl \ FLAC.5:${PORTSDIR}/audio/flac \ speex.2:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis |