From owner-svn-ports-head@freebsd.org Thu Sep 13 21:52:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C35E7109AEAC; Thu, 13 Sep 2018 21:52:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28509851A5; Thu, 13 Sep 2018 21:52:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16C781B603; Thu, 13 Sep 2018 21:52:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8DLqXl9080863; Thu, 13 Sep 2018 21:52:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8DLqX8j080861; Thu, 13 Sep 2018 21:52:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809132152.w8DLqX8j080861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Sep 2018 21:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479700 - head/graphics/geos X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/geos X-SVN-Commit-Revision: 479700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 21:52:35 -0000 Author: sunpoet Date: Thu Sep 13 21:52:33 2018 New Revision: 479700 URL: https://svnweb.freebsd.org/changeset/ports/479700 Log: Remove PYTHON option - Bump PORTREVISION for package change The Python bindings are unsupported since GEOS 3.0. Recommended options are: - Use devel/py-shapely instead. - Call functions from libgeos_c via Python ctypes. Reference: https://github.com/libgeos/geos/blob/master/swig/python/README.txt Modified: head/graphics/geos/Makefile head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Thu Sep 13 21:52:28 2018 (r479699) +++ head/graphics/geos/Makefile Thu Sep 13 21:52:33 2018 (r479700) @@ -3,6 +3,7 @@ PORTNAME= geos PORTVERSION= 3.6.3 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet @@ -13,7 +14,7 @@ COMMENT= GEOS implements all the OpenGIS "Simple Featu LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= PYTHON RUBY +OPTIONS_DEFINE= RUBY OPTIONS_SUB= yes CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 @@ -25,9 +26,6 @@ USES= gmake libtool tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} -PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 -PYTHON_CONFIGURE_ENABLE=python -PYTHON_USES= python:2.7 RUBY_BUILD_DEPENDS= swig3.0:devel/swig30 RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Thu Sep 13 21:52:28 2018 (r479699) +++ head/graphics/geos/pkg-plist Thu Sep 13 21:52:33 2018 (r479700) @@ -389,11 +389,5 @@ lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 lib/libgeos_c.so.1.10.3 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so