FreeBSD Bugzilla – Attachment 200928 Details for
Bug 234765
devel/mercurial: Update to 4.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/mercurial to 4.8.2
mercurial.diff (text/plain), 2.39 KB, created by
Olivier Duchateau
on 2019-01-08 18:41:57 UTC
(
hide
)
Description:
Patch to update devel/mercurial to 4.8.2
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2019-01-08 18:41:57 UTC
Size:
2.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 489731) >+++ Makefile (copie de travail) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mercurial >-PORTVERSION= 4.8.1 >+PORTVERSION= 4.8.2 > CATEGORIES= devel python > MASTER_SITES= https://www.mercurial-scm.org/release/ > >@@ -15,6 +15,10 @@ > USES= cpe python:2.7 > USE_PYTHON= distutils > >+# Follow, https://www.mercurial-scm.org/wiki/CACertificates >+# Taken from security/ca_root_nss >+CERTDIR?= share/certs >+ > OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS FREEBSD > OPTIONS_DEFAULT=CA_BUNDLE DATA > OPTIONS_SUB= yes >@@ -55,6 +59,10 @@ > PORTDOCS= CONTRIBUTORS README.rst > > post-install: >+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mercurial >+ ${INSTALL_DATA} ${FILESDIR}/hgrc ${STAGEDIR}${PREFIX}/etc/mercurial >+ ${REINPLACE_CMD} -i "" 's|%%PREFIX%%|${PREFIX}| ;\ >+ s|%%CERTDIR%%|${CERTDIR}|' ${STAGEDIR}${PREFIX}/etc/mercurial/hgrc > ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ > ${INSTALL_MAN} ${WRKSRC}/doc/*.5 ${STAGEDIR}${PREFIX}/man/man5/ > ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/ -name '*.so' -exec ${STRIP_CMD} {} + >Index: distinfo >=================================================================== >--- distinfo (révision 489731) >+++ distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1544007885 >-SHA256 (mercurial-4.8.1.tar.gz) = 48a45f5cde9104fbc2daf310d710d4ebf286d879b89fa327d24b005434b0fa21 >-SIZE (mercurial-4.8.1.tar.gz) = 6869733 >+TIMESTAMP = 1546972025 >+SHA256 (mercurial-4.8.2.tar.gz) = 6c202cb9cf05e63b86477ebf84d6475eb10b4022ac2cd3a7481fb36d9c45fdb2 >+SIZE (mercurial-4.8.2.tar.gz) = 6870985 >Index: files/hgrc >=================================================================== >--- files/hgrc (nonexistent) >+++ files/hgrc (copie de travail) >@@ -0,0 +1,2 @@ >+[web] >+cacerts = %%PREFIX%%/%%CERTDIR%%/ca-root-nss.crt > >Property changes on: files/hgrc >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 489731) >+++ pkg-plist (copie de travail) >@@ -1,4 +1,5 @@ > bin/hg >+etc/mercurial/hgrc > %%PYTHON_SITELIBDIR%%/hgdemandimport/__init__.py > %%PYTHON_SITELIBDIR%%/hgdemandimport/__init__.pyc > %%PYTHON_SITELIBDIR%%/hgdemandimport/__init__.pyo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234765
: 200928