mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix r475433
- Restore RELEASE-PROCEDURE.md - Fix CARES option - Bump PORTREVISION for package change
This commit is contained in:
parent
8d4176a195
commit
01ac1d32c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475522
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= curl
|
PORTNAME= curl
|
||||||
PORTVERSION= 7.61.0
|
PORTVERSION= 7.61.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= ftp net www
|
CATEGORIES= ftp net www
|
||||||
MASTER_SITES= https://curl.haxx.se/download/ \
|
MASTER_SITES= https://curl.haxx.se/download/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
@ -62,7 +63,7 @@ CPE_VENDOR= haxx
|
||||||
DOCS= BUGS CODE_OF_CONDUCT.md CODE_STYLE.md CONTRIBUTE.md FAQ \
|
DOCS= BUGS CODE_OF_CONDUCT.md CODE_STYLE.md CONTRIBUTE.md FAQ \
|
||||||
FEATURES HISTORY.md HTTP-COOKIES.md HTTP2.md INSTALL \
|
FEATURES HISTORY.md HTTP-COOKIES.md HTTP2.md INSTALL \
|
||||||
INTERNALS.md KNOWN_BUGS LICENSE-MIXING.md MAIL-ETIQUETTE \
|
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 \
|
SECURITY-PROCESS.md SSL-PROBLEMS.md SSLCERTS.md THANKS TODO \
|
||||||
TheArtOfHttpScripting VERSIONS
|
TheArtOfHttpScripting VERSIONS
|
||||||
|
|
||||||
|
@ -74,6 +75,7 @@ CA_BUNDLE_CONFIGURE_WITH= ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
|
||||||
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||||
CARES_CONFIGURE_ENABLE= ares
|
CARES_CONFIGURE_ENABLE= ares
|
||||||
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
|
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
|
||||||
|
CARES_USES= pkgconfig
|
||||||
COOKIES_CONFIGURE_ENABLE= cookies
|
COOKIES_CONFIGURE_ENABLE= cookies
|
||||||
CURL_DEBUG_CONFIGURE_ENABLE= curldebug
|
CURL_DEBUG_CONFIGURE_ENABLE= curldebug
|
||||||
DEBUG_CONFIGURE_ENABLE= debug
|
DEBUG_CONFIGURE_ENABLE= debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue