FreeBSD Bugzilla – Attachment 201084 Details for
Bug 234912
[new port] devel/py-opengrok-tools: OpenGrok tools for synchronization and mirroring
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port diff
py-opengrok-tools.diff (text/plain), 3.81 KB, created by
Antonio Huete Jimenez
on 2019-01-12 23:35:51 UTC
(
hide
)
Description:
port diff
Filename:
MIME Type:
Creator:
Antonio Huete Jimenez
Created:
2019-01-12 23:35:51 UTC
Size:
3.81 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 489974) >+++ devel/Makefile (working copy) >@@ -4748,6 +4748,7 @@ > SUBDIR += py-omniorb-3 > SUBDIR += py-openapi-codec > SUBDIR += py-opendht >+ SUBDIR += py-opengrok-tools > SUBDIR += py-openstacksdk > SUBDIR += py-opster > SUBDIR += py-optik >Index: devel/py-opengrok-tools/Makefile >=================================================================== >--- devel/py-opengrok-tools/Makefile (nonexistent) >+++ devel/py-opengrok-tools/Makefile (working copy) >@@ -0,0 +1,44 @@ >+# $FreeBSD$ >+ >+PORTNAME= opengrok-tools >+PORTVERSION= 1.1.2 >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= OpenGrok tools for synchronization and mirroring >+ >+LICENSE= CDDL >+ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}resource>=0.2.0:devel/py-resource@${PY_FLAVOR} >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} >+ >+# According to the vendor, Python3 is required >+USES= python:3.6 >+USE_PYTHON= distutils autoplist noflavors >+ >+USE_GITHUB= yes >+ >+GH_ACCOUNT= oracle >+GH_PROJECT= opengrok >+GH_TAGNAME= 1.1.2 >+ >+BUILD_WRKSRC= ${WRKSRC}/opengrok-tools >+INSTALL_WRKSRC= ${BUILD_WRKSRC} >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|requests\=\=2\.20\.0|requests==2.18.4|g' ${BUILD_WRKSRC}/requirements.txt >+ @${REINPLACE_CMD} -e 's|requests>\=2\.20\.0|requests>=2.18.4|g' ${BUILD_WRKSRC}/setup.py >+ >+#do-build: >+# cd ${WRKSRC}/opengrok-tools && ${PYTHON_CMD} ${PYSETUP} build >+ >+#do-install: >+# cd ${WRKSRC}/opengrok-tools && ${PYTHON_CMD} ${PYSETUP} install --prefix=${PREFIX} --root=${STAGEDIR} >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-opengrok-tools/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-opengrok-tools/distinfo >=================================================================== >--- devel/py-opengrok-tools/distinfo (nonexistent) >+++ devel/py-opengrok-tools/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1547161296 >+SHA256 (oracle-opengrok-1.1.2_GH0.tar.gz) = 1792b771e02a227c0e435ca11cfbdf390abb5cb2c543c587eb9a4149417397c9 >+SIZE (oracle-opengrok-1.1.2_GH0.tar.gz) = 1844265 > >Property changes on: devel/py-opengrok-tools/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >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: devel/py-opengrok-tools/pkg-descr >=================================================================== >--- devel/py-opengrok-tools/pkg-descr (nonexistent) >+++ devel/py-opengrok-tools/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+OpenGrok is a fast and usable source code search and cross >+reference engine, written in Java >+ >+WWW: http://oracle.github.io/opengrok/ > >Property changes on: devel/py-opengrok-tools/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >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
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 234912
: 201084 |
201085