Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 20:14:06 +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: r490313 - head/devel/py-omniorb
Message-ID:  <201901142014.x0EKE6DN073929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Jan 14 20:14:05 2019
New Revision: 490313
URL: https://svnweb.freebsd.org/changeset/ports/490313

Log:
  devel/py-omniorb: Remove PYTHON OPTIONS as feature comes with USES=python
  
  Reported by:	mat

Modified:
  head/devel/py-omniorb/Makefile

Modified: head/devel/py-omniorb/Makefile
==============================================================================
--- head/devel/py-omniorb/Makefile	Mon Jan 14 19:59:03 2019	(r490312)
+++ head/devel/py-omniorb/Makefile	Mon Jan 14 20:14:05 2019	(r490313)
@@ -3,7 +3,7 @@
 
 PORTNAME=	omniorb
 DISTVERSION=	4.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	SF/${PORTNAME}/omniORBpy/omniORBpy-${DISTVERSION:S/-2//}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,20 +20,12 @@ RUN_DEPENDS=	omniidl:devel/omniORB
 # see also the "post-extract" target below.
 BUILD_DEPENDS=	${NONEXISTENT}:devel/omniORB:patch
 
-USES=		gmake shebangfix ssl tar:bzip2
+USES=		gmake python shebangfix ssl tar:bzip2
 USE_PYTHON=	py3kplist
 
 CONFLICTS=	py*-orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb3-3*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-OPTIONS_SINGLE=		PYTHON
-OPTIONS_SINGLE_PYTHON=	PYTHON2 PYTHON3
-OPTIONS_DEFAULT=PYTHON3
-OPTIONS_SUB=	yes
-PYTHON2_DESC=	Build and install Python 2.X packages
-PYTHON3_DESC=	Build and install Python 3.X packages
-PYTHON2_USES=	python:2.7
-PYTHON3_USES=	python:3.6+
 
 PLIST_SUB=	SONUM=2
 



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