diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /audio/libofa | |
parent | - wv2 -- Integer Overflow Vulnerability (diff) |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
Diffstat (limited to 'audio/libofa')
-rw-r--r-- | audio/libofa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index 0e5dc15b78b7..5543abe4a1cf 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -7,6 +7,7 @@ PORTNAME= libofa PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.musicdns.org/files/ @@ -15,7 +16,7 @@ COMMENT= The Open Fingerprint Architecture Library LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ expat.6:${PORTSDIR}/textproc/expat2 \ - curl.3:${PORTSDIR}/ftp/curl + curl.4:${PORTSDIR}/ftp/curl USE_GNOME= pkgconfig GNU_CONFIGURE= yes |