diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-25 09:30:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-25 09:30:11 +0000 |
commit | 49940140f13de8204aaebb1edd42d71260859de3 (patch) | |
tree | 8c87b2e6cdc4e6e3f1bd91468c9e6197b1c62e78 /ftp/curl/Makefile | |
parent | o Update to version 5.1.3 (diff) |
Update to 7.7.2
Submitted by: olgeni
Notes
Notes:
svn path=/head/; revision=41890
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index edb5a1f1e1d4..f9dba27fe8ee 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.7.1 +PORTVERSION= 7.7.2 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -16,14 +16,17 @@ MASTER_SITES= http://curl.haxx.se/download/ \ MAINTAINER= roam@FreeBSD.org -MAN1= curl.1 +MAN1= curl.1 curl-config.1 MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \ curl_easy_perform.3 curl_easy_setopt.3 \ curl_escape.3 curl_unescape.3 \ curl_formparse.3 curl_formfree.3 \ curl_getdate.3 curl_getenv.3 \ + curl_printf.3 \ curl_slist_append.3 curl_slist_free_all.3 \ + curl_strequal.3 curl_strnequal.3 \ curl_version.3 +MAN5= libcurl.5 INSTALLS_SHLIB= yes SHLIB_VER= 2 |