svn commit: r488945 - head/ftp/curl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 1 20:31:32 UTC 2019


Author: sunpoet
Date: Tue Jan  1 20:31:27 2019
New Revision: 488945
URL: https://svnweb.freebsd.org/changeset/ports/488945

Log:
  Update to 7.63.0
  
  Changes:	https://curl.haxx.se/changes.html

Modified:
  head/ftp/curl/Makefile
  head/ftp/curl/distinfo
  head/ftp/curl/pkg-plist

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Tue Jan  1 20:31:21 2019	(r488944)
+++ head/ftp/curl/Makefile	Tue Jan  1 20:31:27 2019	(r488945)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	curl
-PORTVERSION=	7.62.0
+PORTVERSION=	7.63.0
 CATEGORIES=	ftp net www
 MASTER_SITES=	https://curl.haxx.se/download/ \
 		LOCAL/sunpoet
@@ -42,6 +42,9 @@ SMTP_DESC=		SMTP/SMTPS support
 THREADED_RESOLVER_DESC=	Threaded DNS resolver
 TLS_SRP_DESC=		TLS-SRP (Secure Remote Password) support
 
+USES=		cpe gmake libtool localbase pathfix perl5 shebangfix tar:xz
+USE_PERL5=	build
+
 CONFIGURE_ARGS=	--disable-werror \
 		--with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \
 		--without-axtls
@@ -51,8 +54,6 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	test
 USE_LDCONFIG=	yes
-USE_PERL5=	build
-USES=		cpe gmake libtool localbase pathfix perl5 shebangfix tar:xz
 
 PORTDOCS=	*
 PORTEXAMPLES=	*

Modified: head/ftp/curl/distinfo
==============================================================================
--- head/ftp/curl/distinfo	Tue Jan  1 20:31:21 2019	(r488944)
+++ head/ftp/curl/distinfo	Tue Jan  1 20:31:27 2019	(r488945)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541005821
-SHA256 (curl-7.62.0.tar.xz) = dab5643a5fe775ae92570b9f3df6b0ef4bc2a827a959361fb130c73b721275c1
-SIZE (curl-7.62.0.tar.xz) = 2395476
+TIMESTAMP = 1546194081
+SHA256 (curl-7.63.0.tar.xz) = 9600234c794bfb8a0d3f138e9294d60a20e7a5f10e35ece8cf518e2112d968c4
+SIZE (curl-7.63.0.tar.xz) = 2390408

Modified: head/ftp/curl/pkg-plist
==============================================================================
--- head/ftp/curl/pkg-plist	Tue Jan  1 20:31:21 2019	(r488944)
+++ head/ftp/curl/pkg-plist	Tue Jan  1 20:31:27 2019	(r488945)
@@ -124,6 +124,7 @@ man/man3/CURLOPT_COOKIESESSION.3.gz
 man/man3/CURLOPT_COPYPOSTFIELDS.3.gz
 man/man3/CURLOPT_CRLF.3.gz
 man/man3/CURLOPT_CRLFILE.3.gz
+man/man3/CURLOPT_CURLU.3.gz
 man/man3/CURLOPT_CUSTOMREQUEST.3.gz
 man/man3/CURLOPT_DEBUGDATA.3.gz
 man/man3/CURLOPT_DEBUGFUNCTION.3.gz


More information about the svn-ports-head mailing list