From owner-svn-ports-head@FreeBSD.ORG Mon Jun 16 20:50:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6E10A86; Mon, 16 Jun 2014 20:50:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 93CCC2C7C; Mon, 16 Jun 2014 20:50:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GKokBF020228; Mon, 16 Jun 2014 20:50:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GKok5a020226; Mon, 16 Jun 2014 20:50:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406162050.s5GKok5a020226@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Jun 2014 20:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358041 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 16 Jun 2014 20:50:46 -0000 Author: sunpoet Date: Mon Jun 16 20:50:45 2014 New Revision: 358041 URL: http://svnweb.freebsd.org/changeset/ports/358041 QAT: https://qat.redports.org/buildarchive/r358041/ Log: - Update WWW - Take maintainership Modified: head/graphics/geos/Makefile head/graphics/geos/pkg-descr Modified: head/graphics/geos/Makefile ============================================================================== --- head/graphics/geos/Makefile Mon Jun 16 20:50:25 2014 (r358040) +++ head/graphics/geos/Makefile Mon Jun 16 20:50:45 2014 (r358041) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" LICENSE= LGPL21 Modified: head/graphics/geos/pkg-descr ============================================================================== --- head/graphics/geos/pkg-descr Mon Jun 16 20:50:25 2014 (r358040) +++ head/graphics/geos/pkg-descr Mon Jun 16 20:50:45 2014 (r358041) @@ -4,4 +4,4 @@ functionality of JTS in C++. This includ Features for SQL" spatial predicate functions and spatial operators, as well as specific JTS topology functions such as IsValid(). -WWW: http://geos.refractions.net +WWW: http://trac.osgeo.org/geos/