devel/py-omniorb: Update version 4.2.3=>4.2.4
- Remove Variable Assignments with "!="
This commit is contained in:
parent
f4cf5ae345
commit
bdc7af58df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531186
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniorb
|
||||
DISTVERSION= 4.2.3
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 4.2.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF/${PORTNAME}/omniORBpy/omniORBpy-${DISTVERSION:S/-2//}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -30,7 +29,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
PLIST_SUB= SONUM=2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//}
|
||||
OMNIORB_WRKSRC!= cd ${.CURDIR}/../omniORB && ${MAKE} -V WRKSRC
|
||||
OMNIORB_WRKSRC= cd ${.CURDIR}/../omniORB && ${MAKE} -V WRKSRC
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_OUTSOURCE= yes
|
||||
@ -39,14 +38,14 @@ SHEBANG_FILES= examples/tests/*.py examples/poa/*.py \
|
||||
examples/fortune/*.py examples/embed/*.py \
|
||||
examples/valuetype/tests/*.py \
|
||||
examples/valuetype/simple/*.py \
|
||||
examples/ami/*.py examples/tictactoe/*.py \
|
||||
examples/ami/*.py \
|
||||
examples/echo/*.py
|
||||
|
||||
CONFIGURE_ENV+= PYTHON=${PYTHON_CMD}
|
||||
CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} --with-omniorb=${LOCALBASE}
|
||||
|
||||
pre-configure:
|
||||
@cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC}
|
||||
@cd $$(${OMNIORB_WRKSRC}) && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
cd ${STAGEDIR}${PYTHON_SITELIBDIR} && ${PYTHON_CMD} -c "import py_compile;py_compile.compile('CosNaming/__init__.py',None,'CosNaming/__init__.pyc',True)"
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546299409
|
||||
SHA256 (omniORBpy-4.2.3.tar.bz2) = 5c601888e57c7664324357a1be50f2739c468057b46fba29821a25069fc0aee5
|
||||
SIZE (omniORBpy-4.2.3.tar.bz2) = 664579
|
||||
TIMESTAMP = 1586371742
|
||||
SHA256 (omniORBpy-4.2.4.tar.bz2) = dae8d867559cc934002b756bc01ad7fabbc63f19c2d52f755369989a7a1d27b6
|
||||
SIZE (omniORBpy-4.2.4.tar.bz2) = 663326
|
||||
|
@ -356,9 +356,9 @@ include/omniORBpy.h
|
||||
%%PYTHON_SITELIBDIR%%/omniORB/ziop_idl.pyc
|
||||
%%PYTHON_SITELIBDIR%%/omniidl_be/python.py
|
||||
%%PYTHON_SITELIBDIR%%/omniidl_be/python.pyc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/contents_motif.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/contents_motif.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/next_motif.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/next_motif.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy001.html
|
||||
@ -374,7 +374,7 @@ include/omniORBpy.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy011.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy012.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/omniORBpy013.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/previous_motif.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/previous_motif.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/omniORBpy.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tex/omniORBpy.bib
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tex/omniORBpy.tex
|
||||
@ -412,10 +412,6 @@ include/omniORBpy.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/pserver.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tclient.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tserver.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictactoe/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictactoe/gameClient.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictactoe/gameServer.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictactoe/tictactoe.idl
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/valuetype/simple/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/valuetype/simple/server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/valuetype/simple/value.idl
|
||||
|
Loading…
Reference in New Issue
Block a user