Bug 237698 - devel/mercurial: Update to 5.0
Summary: devel/mercurial: Update to 5.0
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2019-05-01 19:18 UTC by Olivier Duchateau
Modified: 2019-06-05 18:30 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch to update devel/mercurial (3.80 KB, patch)
2019-05-01 19:18 UTC, Olivier Duchateau
no flags Details | Diff
update only diff (1.97 KB, patch)
2019-05-26 21:53 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2019-05-01 19:18:55 UTC
Created attachment 204152 [details]
Patch to update devel/mercurial

- Update to 5.0
- Remove CA_BUNDLE option, mandatory with global configuration file for HTTPS certificate authorities see, https://www.mercurial-scm.org/wiki/CACertificates
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2019-05-02 18:43:49 UTC
Comment on attachment 204152 [details]
Patch to update devel/mercurial

+	${INSTALL_DATA} ${FILESDIR}/hgrc ${STAGEDIR}${PREFIX}/etc/mercurial

Please install this as a sample file and with @sample. Otherwise this update
will overwrite an already existing ${PREFIX}/etc/mercurial/hgrc on users'
systems...
Comment 2 Charlie Li freebsd_committer freebsd_triage 2019-05-25 21:24:32 UTC
(In reply to Olivier Duchateau from comment #0)
> - Remove CA_BUNDLE option, mandatory with global configuration file for
> HTTPS certificate authorities see,
> https://www.mercurial-scm.org/wiki/CACertificates

This is not actually necessary. Mercurial detects our CA certificates just fine without the global config. Nothing in this regard changed between 4.9 and 5.0.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2019-05-26 21:53:07 UTC
Created attachment 204628 [details]
update only diff

Here's an updated version that has only the update and not the ca_root_nss changes. That OK?
Comment 4 Olivier Duchateau 2019-06-05 18:30:31 UTC
Superseded by bug #238346