diff options
author | roam <roam@FreeBSD.org> | 2001-06-08 18:21:17 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-08 18:21:17 +0800 |
commit | 0b2b5cbbbc40ce348edee4ccff0379ca3ccca456 (patch) | |
tree | 24def272c92cea5e820204a06b0031536820c08d /ftp/curl/Makefile | |
parent | 9eedad01cbdc5182df2b68c1593cf930277a8afc (diff) | |
download | freebsd-ports-gnome-0b2b5cbbbc40ce348edee4ccff0379ca3ccca456.tar.gz freebsd-ports-gnome-0b2b5cbbbc40ce348edee4ccff0379ca3ccca456.tar.zst freebsd-ports-gnome-0b2b5cbbbc40ce348edee4ccff0379ca3ccca456.zip |
Update to 7.7.3, with fingers crossed hoping the minor API change does
not break dependent ports.
PR: 27900
Submitted by: Jos Backus <josb@cncdsl.com>
Reviewed by: knu (maintainer of ftp/ruby-curl)
Silence by: dirk (maintainer of www/mod_php4)
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index f9dba27fe8ee..a6828866dc9e 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.7.2 +PORTVERSION= 7.7.3 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -22,7 +22,7 @@ MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \ curl_escape.3 curl_unescape.3 \ curl_formparse.3 curl_formfree.3 \ curl_getdate.3 curl_getenv.3 \ - curl_printf.3 \ + curl_mprintf.3 \ curl_slist_append.3 curl_slist_free_all.3 \ curl_strequal.3 curl_strnequal.3 \ curl_version.3 |