Date: Sat, 28 Jul 2018 11:43:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475522 - head/ftp/curl Message-ID: <201807281143.w6SBhk9f054820@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 28 11:43:46 2018 New Revision: 475522 URL: https://svnweb.freebsd.org/changeset/ports/475522 Log: Fix r475433 - Restore RELEASE-PROCEDURE.md - Fix CARES option - Bump PORTREVISION for package change Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sat Jul 28 11:15:21 2018 (r475521) +++ head/ftp/curl/Makefile Sat Jul 28 11:43:46 2018 (r475522) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.61.0 +PORTREVISION= 1 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -62,7 +63,7 @@ CPE_VENDOR= haxx DOCS= BUGS CODE_OF_CONDUCT.md CODE_STYLE.md CONTRIBUTE.md FAQ \ FEATURES HISTORY.md HTTP-COOKIES.md HTTP2.md INSTALL \ INTERNALS.md KNOWN_BUGS LICENSE-MIXING.md MAIL-ETIQUETTE \ - MANUAL RESOURCES ROADMAP.md \ + MANUAL RELEASE-PROCEDURE.md RESOURCES ROADMAP.md \ SECURITY-PROCESS.md SSL-PROBLEMS.md SSLCERTS.md THANKS TODO \ TheArtOfHttpScripting VERSIONS @@ -74,6 +75,7 @@ CA_BUNDLE_CONFIGURE_WITH= ca-bundle=${LOCALBASE}/share CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CARES_CONFIGURE_ENABLE= ares CARES_LIB_DEPENDS= libcares.so:dns/c-ares +CARES_USES= pkgconfig COOKIES_CONFIGURE_ENABLE= cookies CURL_DEBUG_CONFIGURE_ENABLE= curldebug DEBUG_CONFIGURE_ENABLE= debug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807281143.w6SBhk9f054820>