FreeBSD Bugzilla – Attachment 202987 Details for
Bug 236644
devel/mercurial: Update to 4.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/mercurial
mercurial.diff (text/plain), 2.35 KB, created by
Olivier Duchateau
on 2019-03-19 19:33:42 UTC
(
hide
)
Description:
Patch to update devel/mercurial
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2019-03-19 19:33:42 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 496289) >+++ Makefile (copie de travail) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mercurial >-PORTVERSION= 4.9 >+PORTVERSION= 4.9.1 > CATEGORIES= devel python > MASTER_SITES= https://www.mercurial-scm.org/release/ > >@@ -15,6 +15,9 @@ > USES= cpe python:2.7 > USE_PYTHON= distutils > >+# Follow, https://www.mercurial-scm.org/wiki/CACertificates >+CERTDIR?= share/certs >+ > OPTIONS_DEFINE= CA_BUNDLE DATA DOCS NLS FREEBSD > OPTIONS_DEFAULT=CA_BUNDLE DATA > OPTIONS_SUB= yes >@@ -55,6 +58,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 496289) >+++ distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1550415391 >-SHA256 (mercurial-4.9.tar.gz) = 0f600c5c7e44d4318bedc1754a70b920f7ecd278e4089b0f6ac96f460c012f06 >-SIZE (mercurial-4.9.tar.gz) = 7075692 >+TIMESTAMP = 1553023504 >+SHA256 (mercurial-4.9.1.tar.gz) = 1bdd21bb87d1e05fb5cd395d488d0e0cc2f2f90ce0fd248e31a03595da5ccb47 >+SIZE (mercurial-4.9.1.tar.gz) = 7076867 >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 496289) >+++ pkg-plist (copie de travail) >@@ -1,4 +1,5 @@ > bin/hg >+%%ETCDIR%%/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 236644
: 202987