Skip to content

Commit

Permalink
ftp/curl: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Dec 5, 2015
1 parent 6d41e7a commit fd88b12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ftp/curl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= curl
PORTVERSION= 7.45.0
PORTVERSION= 7.46.0
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet
Expand Down Expand Up @@ -63,8 +63,8 @@ PORTEXAMPLES= *

CPE_VENDOR= haxx

DOCS= BINDINGS BUGS CONTRIBUTE DISTRO-DILEMMA FAQ FEATURES HISTORY \
HTTP-COOKIES HTTP2.md INSTALL INSTALL.devcpp INTERNALS \
DOCS= BINDINGS BUGS CODE_OF_CONDUCT.md CONTRIBUTE FAQ FEATURES \
HISTORY HTTP-COOKIES HTTP2.md INSTALL INSTALL.devcpp INTERNALS \
KNOWN_BUGS LICENSE-MIXING MAIL-ETIQUETTE MANUAL \
RELEASE-PROCEDURE RESOURCES ROADMAP.md SECURITY SSL-PROBLEMS \
SSLCERTS THANKS TODO TheArtOfHttpScripting VERSIONS \
Expand Down
4 changes: 2 additions & 2 deletions ftp/curl/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (curl-7.45.0.tar.lzma) = 96cd9711d8f38fa6f99af085a67ad1e0ebca339f2a9a00a2aa59c40a66c4552d
SIZE (curl-7.45.0.tar.lzma) = 2849335
SHA256 (curl-7.46.0.tar.lzma) = fe854a0dedf0a89da72aa1725d8ff66285b613d366a88f14681dacd824024087
SIZE (curl-7.46.0.tar.lzma) = 2864645
4 changes: 4 additions & 0 deletions ftp/curl/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ man/man3/CURLOPT_SSL_VERIFYHOST.3.gz
man/man3/CURLOPT_SSL_VERIFYPEER.3.gz
man/man3/CURLOPT_SSL_VERIFYSTATUS.3.gz
man/man3/CURLOPT_STDERR.3.gz
man/man3/CURLOPT_STREAM_DEPENDS.3.gz
man/man3/CURLOPT_STREAM_DEPENDS_E.3.gz
man/man3/CURLOPT_STREAM_WEIGHT.3.gz
man/man3/CURLOPT_TCP_KEEPALIVE.3.gz
man/man3/CURLOPT_TCP_KEEPIDLE.3.gz
man/man3/CURLOPT_TCP_KEEPINTVL.3.gz
Expand Down Expand Up @@ -352,3 +355,4 @@ man/man3/libcurl-thread.3.gz
man/man3/libcurl-tutorial.3.gz
man/man3/libcurl.3.gz
share/aclocal/libcurl.m4
share/zsh/site-functions/_curl

0 comments on commit fd88b12

Please sign in to comment.