diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-03-11 18:02:30 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-03-11 18:02:30 +0000 |
commit | 77595cdd35ce0a5fdaad2cbe46675132702a513e (patch) | |
tree | bec000bfe7509c44b224b4ca7f027febd092ab32 /ftp | |
parent | news/nntp: fix build on FreeBSD-14 (diff) |
ftp/ocaml-ocurl: the port had been updated to version 0.9.2
Chase HTTP/1.1 302/301 redirects in the WWW line while here.
Reported by: portscout
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 4 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index c09b731011b0..6d23ce9a34bb 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -1,11 +1,11 @@ PORTNAME= ocurl -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.2 CATEGORIES= ftp PKGNAMEPREFIX= ocaml- MAINTAINER= danfe@FreeBSD.org COMMENT= Interface for OCaml to the curl lib -WWW= http://ocurl.forge.ocamlcore.org/ +WWW= https://ygrek.org/p/ocurl/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ftp/ocaml-ocurl/distinfo b/ftp/ocaml-ocurl/distinfo index 4d7f7181386e..9f9d9457f259 100644 --- a/ftp/ocaml-ocurl/distinfo +++ b/ftp/ocaml-ocurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533686147 -SHA256 (ygrek-ocurl-0.8.2_GH0.tar.gz) = dcbadbdf97830de04a68454571bec9592c7f7be135bf1a1a5d8f8aa35c28ed24 -SIZE (ygrek-ocurl-0.8.2_GH0.tar.gz) = 111713 +TIMESTAMP = 1641598355 +SHA256 (ygrek-ocurl-0.9.2_GH0.tar.gz) = dfa55b83f2ba1f32898c3488fd7bfcd55414f4719f563d83d126e5b9de2bd156 +SIZE (ygrek-ocurl-0.9.2_GH0.tar.gz) = 116659 |