diff options
author | roam <roam@FreeBSD.org> | 2001-01-31 19:16:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-31 19:16:30 +0800 |
commit | 3460e78545bdf7ab23861bfb53550ae51152f8da (patch) | |
tree | 0406a6c412b7aaf6d269c12e0756a0cdf7720bf1 /ftp | |
parent | f8bbbc0aa0369de7a967a9ef4e5250b5717ad736 (diff) | |
download | freebsd-ports-gnome-3460e78545bdf7ab23861bfb53550ae51152f8da.tar.gz freebsd-ports-gnome-3460e78545bdf7ab23861bfb53550ae51152f8da.tar.zst freebsd-ports-gnome-3460e78545bdf7ab23861bfb53550ae51152f8da.zip |
Update to 7.6 and format the MAN3 list better.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 9 | ||||
-rw-r--r-- | ftp/curl/distinfo | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 5736ee66f129..5f83dbf29564 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.5.2 +PORTVERSION= 7.6 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -19,7 +19,12 @@ MASTER_SITES= http://curl.haxx.se/download/ \ MAINTAINER= roam@FreeBSD.org MAN1= curl.1 -MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_formparse.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3 +MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \ + curl_easy_perform.3 curl_easy_setopt.3 \ + curl_formparse.3 curl_formfree.3 \ + curl_getdate.3 curl_getenv.3 \ + curl_slist_append.3 curl_slist_free_all.3 \ + curl_version.3 INSTALLS_SHLIB= yes SHLIB_VER= 1 diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 15586913cf84..70b9174d805d 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1 +1 @@ -MD5 (curl-7.5.2.tar.bz2) = 34d275963c2a61ae0243431b46375bb8 +MD5 (curl-7.6.tar.bz2) = 9d782733d0ab533d75423edb7a502831 |