diff options
author | roam <roam@FreeBSD.org> | 2002-07-02 08:36:46 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-07-02 08:36:46 +0000 |
commit | deda53b02c7bd482ee17b902d43480e221dc51b6 (patch) | |
tree | c4ef4a8b6ad94fad8164eaa89cceb5235705b51d /ftp/curl/Makefile | |
parent | 5d174db8e516f2962f218d6166a3344dfe9cae8e (diff) | |
download | FreeBSD-ports-deda53b02c7bd482ee17b902d43480e221dc51b6.zip FreeBSD-ports-deda53b02c7bd482ee17b902d43480e221dc51b6.tar.gz |
Update to 7.9.8.
For some reason, this segfaults badly on sparc64, or at least on the
only sparc64 machine that I have access to (thanks mike!). I'll deal
with this later; for the present, let the x86 and Alpha users benefit
from the new cURL features and bugfixes :)
PR: 39873
Submitted by: Ying-Chih Kuo <yckuo@yckuo.org>
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 34d982a..70c2e7a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.9.7 -PORTREVISION= 2 +PORTVERSION= 7.9.8 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ |