Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 15C9D7AAB7 for ; Thu, 7 Jul 2016 08:57:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C058B85E88; Thu, 7 Jul 2016 08:57:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51DB685E77 for ; Thu, 7 Jul 2016 08:57:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gjC_vKhUjedz for ; Thu, 7 Jul 2016 08:57:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B52A584CE9 for ; Thu, 7 Jul 2016 08:57:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2CC8FBB5; Thu, 7 Jul 2016 08:57:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467881826224560" MIME-Version: 1.0 Date: Thu, 7 Jul 2016 08:57:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/mapserver To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160707085706.B2CC8FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467881826224560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 7 08:57:06 UTC 2016 Modified Files: pkgsrc/geography/mapserver: options.mk Log Message: Switch to postgresql-postgis2. Untested, but postgresql-postgis is gone. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/mapserver/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467881826224560 Content-Disposition: inline Content-Length: 801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/mapserver/options.mk diff -u pkgsrc/geography/mapserver/options.mk:1.4 pkgsrc/geography/mapserver/options.mk:1.5 --- pkgsrc/geography/mapserver/options.mk:1.4 Thu Sep 19 05:03:13 2013 +++ pkgsrc/geography/mapserver/options.mk Thu Jul 7 08:57:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2013/09/19 05:03:13 obache Exp $ +# $NetBSD: options.mk,v 1.5 2016/07/07 08:57:06 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mapserver PKG_SUPPORTED_OPTIONS= fastcgi pgsql mysql x11 @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-fastcgi # PostgreSQL/PostGIS support # .if !empty(PKG_OPTIONS:Mpgsql) -.include "../../databases/postgresql-postgis/buildlink3.mk" +.include "../../databases/postgresql-postgis2/buildlink3.mk" CONFIGURE_ARGS+= --with-postgis .endif --_----------=_1467881826224560--