From owner-svn-ports-head@freebsd.org Thu Dec 1 11:41:01 2016 Return-Path: Delivered-To: svn-ports-head@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 B29B4C5F690; Thu, 1 Dec 2016 11:41:01 +0000 (UTC) (envelope-from mat@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 826041284; Thu, 1 Dec 2016 11:41:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB1Bf0Eo096010; Thu, 1 Dec 2016 11:41:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1Bf04p096009; Thu, 1 Dec 2016 11:41:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612011141.uB1Bf04p096009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 1 Dec 2016 11:41:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427492 - head/converters/osm2pgsql 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.23 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, 01 Dec 2016 11:41:01 -0000 Author: mat Date: Thu Dec 1 11:41:00 2016 New Revision: 427492 URL: https://svnweb.freebsd.org/changeset/ports/427492 Log: Mark broken. Sponsored by: Absolight Modified: head/converters/osm2pgsql/Makefile (contents, props changed) Modified: head/converters/osm2pgsql/Makefile ============================================================================== --- head/converters/osm2pgsql/Makefile Thu Dec 1 11:18:03 2016 (r427491) +++ head/converters/osm2pgsql/Makefile Thu Dec 1 11:41:00 2016 (r427492) @@ -9,6 +9,8 @@ CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert OSM XML data to PostgreSQL database +BROKEN= Last update of graphics/geos broke compatibility + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING