FreeBSD Bugzilla – Attachment 201985 Details for
Bug 235701
security/py-certbot: Add man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-manpage_v4
svn-diff-alt (text/plain), 1.46 KB, created by
Walter Schwarzenfeld
on 2019-02-13 15:51:51 UTC
(
hide
)
Description:
svn-diff-manpage_v4
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-02-13 15:51:51 UTC
Size:
1.46 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 492824) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= certbot > PORTVERSION= ${ACME_VERSION} >-PORTEPOCH= 1 >+PORTEPOCH= 2 > CATEGORIES= security python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -32,8 +32,23 @@ > USES= python > USE_PYTHON= autoplist concurrent distutils > >+OPTIONS_DEFINE= MAN >+MAN_DESC= Build manpages >+OPTIONS_DEFAULT= MAN >+ >+MAN_USES= gmake >+MAN_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}repoze.sphinx.autointerface>0:devel/py-repoze.sphinx.autointerface@${PY_FLAVOR} \ >+ gsed:textproc/gsed >+MAN_PLIST_FILES= man/man1/certbot.1.gz \ >+ man/man7/certbot.7.gz >+ > NO_ARCH= yes > >+SED_CMD= ${LOCALBASE}/bin/gsed >+ >+.include <bsd.port.options.mk> >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot/compat.py > >@@ -40,5 +55,18 @@ > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test > >+pre-install: >+.if ${PORT_OPTIONS:MMAN} >+ ${DO_MAKE_BUILD} -C ${WRKSRC}/docs man >+.endif >+ >+post-install: >+.if ${PORT_OPTIONS:MMAN} >+ ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/certbot.1 ${STAGEDIR}${PREFIX}/man/man1 >+ ${INSTALL_MAN} ${WRKSRC}/docs/_build/man/certbot.7 ${STAGEDIR}${PREFIX}/man/man7 >+ ${SED_CMD} -i '1i\.if n .pl 2000v' ${STAGEDIR}${PREFIX}/man/man7/certbot.7 >+.endif >+ > .include "${.CURDIR}/../py-acme/version.mk" >+ > .include <bsd.port.mk>
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 235701
:
201975
|
201976
|
201978
|
201984
|
201985
|
201986
|
201989
|
201990
|
201992
|
201997
|
211138
|
211147
|
211148
|
211161
|
211164
|
211168
|
211169
|
215827