diff options
author | roam <roam@FreeBSD.org> | 2000-12-05 00:06:39 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-12-05 00:06:39 +0800 |
commit | 11af485d150de63e591db34ceb54e22aa9dca4f2 (patch) | |
tree | 989c96b44fc06c4444820d14292c3730d67f9653 | |
parent | e20c32604ac2cf9fa802082eb3f9fb146527090c (diff) | |
download | freebsd-ports-gnome-11af485d150de63e591db34ceb54e22aa9dca4f2.tar.gz freebsd-ports-gnome-11af485d150de63e591db34ceb54e22aa9dca4f2.tar.zst freebsd-ports-gnome-11af485d150de63e591db34ceb54e22aa9dca4f2.zip |
Update to version 7.5.
-rw-r--r-- | ftp/curl/Makefile | 4 | ||||
-rw-r--r-- | ftp/curl/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 41b7822fdf6a..72a6e829a8a3 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.4.2 +PORTVERSION= 7.5 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -22,7 +22,7 @@ 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 INSTALLS_SHLIB= yes -SHLIB_VER= 0 +SHLIB_VER= 1 MAKE_ENV= SHLIB_VER="${SHLIB_VER}" PLIST_SUB= SHLIB_VER="${SHLIB_VER}" diff --git a/ftp/curl/distinfo b/ftp/curl/distinfo index 3303de3965db..e3546f25f31e 100644 --- a/ftp/curl/distinfo +++ b/ftp/curl/distinfo @@ -1 +1 @@ -MD5 (curl-7.4.2.tar.bz2) = c444cdd715d8c22af5a05b18e70a137c +MD5 (curl-7.5.tar.bz2) = 99729156b2a107ee93b9eb7931d0688b |