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 94B337A3D8 for ; Sun, 10 Jul 2016 10:18:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3E41985EF7; Sun, 10 Jul 2016 10:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C464085EF4 for ; Sun, 10 Jul 2016 10:18:35 +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 aJ9FTHsQ6Qs9 for ; Sun, 10 Jul 2016 10:18:35 +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 654D284CEE for ; Sun, 10 Jul 2016 10:18:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 634A5FBB5; Sun, 10 Jul 2016 10:18:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146814591534140" MIME-Version: 1.0 Date: Sun, 10 Jul 2016 10:18:35 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/postgresql93-client To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160710101835.634A5FBB5@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. --_----------=_146814591534140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 10 10:18:35 UTC 2016 Modified Files: pkgsrc/databases/postgresql93-client: Makefile Log Message: Fixed typo in PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql93-client/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146814591534140 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql93-client/Makefile diff -u pkgsrc/databases/postgresql93-client/Makefile:1.9 pkgsrc/databases/postgresql93-client/Makefile:1.10 --- pkgsrc/databases/postgresql93-client/Makefile:1.9 Wed Jun 15 09:25:18 2016 +++ pkgsrc/databases/postgresql93-client/Makefile Sun Jul 10 10:18:35 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2016/06/15 09:25:18 fhajny Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/10 10:18:35 rillig Exp $ PKGNAME= ${DISTNAME:C/-/93-client-/} -PKGREVIION= 1 +PKGREVISION= 1 COMMENT= PostgreSQL database client programs .include "../../databases/postgresql93/Makefile.common" --_----------=_146814591534140--