From owner-svn-ports-all@freebsd.org Sun Nov 20 23:53:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 813C0C4CFFD; Sun, 20 Nov 2016 23:53:51 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2FF481E4B; Sun, 20 Nov 2016 23:53:51 +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 uAKNro11038512; Sun, 20 Nov 2016 23:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKNro3i038509; Sun, 20 Nov 2016 23:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611202353.uAKNro3i038509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Nov 2016 23:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426645 - head/graphics/geos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 23:53:51 -0000 Author: sunpoet Date: Sun Nov 20 23:53:49 2016 New Revision: 426645 URL: https://svnweb.freebsd.org/changeset/ports/426645 Log: - Update to 3.6.0 - Remove PHP option Changes: https://trac.osgeo.org/geos/browser/tags/3.6.0/NEWS Modified: head/graphics/geos/Makefile head/graphics/geos/distinfo head/graphics/geos/pkg-plist Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/Makefile Sun Nov 20 23:53:49 2016 (r426645) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geos -PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTVERSION= 3.6.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet @@ -14,7 +13,7 @@ COMMENT= GEOS implements all the OpenGIS LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= PHP PYTHON RUBY +OPTIONS_DEFINE= PYTHON RUBY OPTIONS_SUB= yes CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 @@ -26,9 +25,6 @@ USES= gmake libtool tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} -PHP_BUILD_DEPENDS= swig3.0:devel/swig30 -PHP_CONFIGURE_ENABLE= php -PHP_USES= php:build PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 PYTHON_CONFIGURE_ENABLE=python PYTHON_USES= python:2 Modified: head/graphics/geos/distinfo ============================================================================== --- head/graphics/geos/distinfo Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/distinfo Sun Nov 20 23:53:49 2016 (r426645) @@ -1,2 +1,3 @@ -SHA256 (geos-3.5.0.tar.bz2) = 49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 -SIZE (geos-3.5.0.tar.bz2) = 1949397 +TIMESTAMP = 1479599548 +SHA256 (geos-3.6.0.tar.bz2) = 1fe7644f3240c8422b0143830ff142e44e8b01333c12f67681ccaab92142f2ea +SIZE (geos-3.6.0.tar.bz2) = 1982395 Modified: head/graphics/geos/pkg-plist ============================================================================== --- head/graphics/geos/pkg-plist Sun Nov 20 23:53:45 2016 (r426644) +++ head/graphics/geos/pkg-plist Sun Nov 20 23:53:49 2016 (r426645) @@ -382,7 +382,7 @@ lib/libgeos.so lib/libgeos_c.a lib/libgeos_c.so lib/libgeos_c.so.1 -lib/libgeos_c.so.1.9.0 +lib/libgeos_c.so.1.10.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos.pth %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/_geos.so @@ -391,4 +391,3 @@ lib/libgeos_c.so.1.9.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/geos/geos.pyo %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.a %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/geos.so -%%PHP%%lib/php/%%PHP_EXT_DIR%%/geos.so