Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2020 07:25:27 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531186 - head/devel/py-omniorb
Message-ID:  <202004090725.0397PRma078755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Thu Apr  9 07:25:27 2020
New Revision: 531186
URL: https://svnweb.freebsd.org/changeset/ports/531186

Log:
  devel/py-omniorb: Update version 4.2.3=>4.2.4
  
  - Remove Variable Assignments with "!="

Modified:
  head/devel/py-omniorb/Makefile
  head/devel/py-omniorb/distinfo
  head/devel/py-omniorb/pkg-plist

Modified: head/devel/py-omniorb/Makefile
==============================================================================
--- head/devel/py-omniorb/Makefile	Thu Apr  9 07:23:42 2020	(r531185)
+++ head/devel/py-omniorb/Makefile	Thu Apr  9 07:25:27 2020	(r531186)
@@ -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)"

Modified: head/devel/py-omniorb/distinfo
==============================================================================
--- head/devel/py-omniorb/distinfo	Thu Apr  9 07:23:42 2020	(r531185)
+++ head/devel/py-omniorb/distinfo	Thu Apr  9 07:25:27 2020	(r531186)
@@ -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

Modified: head/devel/py-omniorb/pkg-plist
==============================================================================
--- head/devel/py-omniorb/pkg-plist	Thu Apr  9 07:23:42 2020	(r531185)
+++ head/devel/py-omniorb/pkg-plist	Thu Apr  9 07:25:27 2020	(r531186)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004090725.0397PRma078755>