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 1FDF77A265 for ; Tue, 25 Oct 2016 08:26:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BF3C985F25; Tue, 25 Oct 2016 08:26:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50B9C85E5C for ; Tue, 25 Oct 2016 08:26: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 9ZlAIO6SXuqM for ; Tue, 25 Oct 2016 08:26:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E7CDC84C86 for ; Tue, 25 Oct 2016 08:26:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E05D1FBD2; Tue, 25 Oct 2016 08:26:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477383966171090" MIME-Version: 1.0 Date: Tue, 25 Oct 2016 08:26:06 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/geography To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20161025082606.E05D1FBD2@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. --_----------=_1477383966171090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Oct 25 08:26:06 UTC 2016 Modified Files: pkgsrc/geography: Makefile Log Message: Enable mapcode To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/geography/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477383966171090 Content-Disposition: inline Content-Length: 608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.62 pkgsrc/geography/Makefile:1.63 --- pkgsrc/geography/Makefile:1.62 Mon Oct 24 18:00:21 2016 +++ pkgsrc/geography/Makefile Tue Oct 25 08:26:06 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2016/10/24 18:00:21 bouyer Exp $ +# $NetBSD: Makefile,v 1.63 2016/10/25 08:26:06 fhajny Exp $ # COMMENT= Software for geographical-related uses @@ -33,6 +33,7 @@ SUBDIR+= libgeotiff SUBDIR+= libmemphis02 SUBDIR+= libnova SUBDIR+= libspatialite +SUBDIR+= mapcode SUBDIR+= mapserver SUBDIR+= merkaartor SUBDIR+= opencpn --_----------=_1477383966171090--