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 46CC77A215 for ; Sat, 21 Jan 2017 23:49:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B1394855D1; Sat, 21 Jan 2017 23:49:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41749855AF for ; Sat, 21 Jan 2017 23:49:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RHjbVmUIg7y3 for ; Sat, 21 Jan 2017 23:49:02 +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 778C284CE7 for ; Sat, 21 Jan 2017 23:49:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72BBEFBA6; Sat, 21 Jan 2017 23:49:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485042542204490" MIME-Version: 1.0 Date: Sat, 21 Jan 2017 23:49:02 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mail To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20170121234902.72BBEFBA6@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. --_----------=_1485042542204490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jan 21 23:49:02 UTC 2017 Modified Files: pkgsrc/mail/postfix: Makefile.common pkgsrc/mail/postfix-cdb: Makefile pkgsrc/mail/postfix-ldap: Makefile pkgsrc/mail/postfix-lmdb: Makefile pkgsrc/mail/postfix-mysql: Makefile pkgsrc/mail/postfix-pcre: Makefile pkgsrc/mail/postfix-pgsql: Makefile pkgsrc/mail/postfix-sqlite: Makefile Log Message: Fixed PKGREVISION to be only defined directly in the package Makefile. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/postfix/Makefile.common cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/postfix-cdb/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/postfix-ldap/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/postfix-lmdb/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/postfix-mysql/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/postfix-pcre/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/postfix-pgsql/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/postfix-sqlite/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485042542204490 Content-Disposition: inline Content-Length: 4236 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/postfix/Makefile.common diff -u pkgsrc/mail/postfix/Makefile.common:1.6 pkgsrc/mail/postfix/Makefile.common:1.7 --- pkgsrc/mail/postfix/Makefile.common:1.6 Mon Oct 31 04:19:07 2016 +++ pkgsrc/mail/postfix/Makefile.common Sat Jan 21 23:49:02 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2016/10/31 04:19:07 maya Exp $ +# $NetBSD: Makefile.common,v 1.7 2017/01/21 23:49:02 rillig Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module DISTNAME= postfix-3.1.3 -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ Index: pkgsrc/mail/postfix-cdb/Makefile diff -u pkgsrc/mail/postfix-cdb/Makefile:1.1 pkgsrc/mail/postfix-cdb/Makefile:1.2 --- pkgsrc/mail/postfix-cdb/Makefile:1.1 Mon Sep 7 09:47:02 2015 +++ pkgsrc/mail/postfix-cdb/Makefile Sat Jan 21 23:49:01 2017 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/09/07 09:47:02 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/21 23:49:01 rillig Exp $ # COMMENT= Postfix SMTP server cdb backend module +PKGREVISION= 1 POSTFIX_LIB= cdb POSTFIX_LIBDIR= src/global Index: pkgsrc/mail/postfix-ldap/Makefile diff -u pkgsrc/mail/postfix-ldap/Makefile:1.3 pkgsrc/mail/postfix-ldap/Makefile:1.4 --- pkgsrc/mail/postfix-ldap/Makefile:1.3 Sun Sep 18 17:10:28 2016 +++ pkgsrc/mail/postfix-ldap/Makefile Sat Jan 21 23:49:01 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/21 23:49:01 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server LDAP backend module POSTFIX_LIB= ldap Index: pkgsrc/mail/postfix-lmdb/Makefile diff -u pkgsrc/mail/postfix-lmdb/Makefile:1.4 pkgsrc/mail/postfix-lmdb/Makefile:1.5 --- pkgsrc/mail/postfix-lmdb/Makefile:1.4 Sun Sep 18 17:10:28 2016 +++ pkgsrc/mail/postfix-lmdb/Makefile Sat Jan 21 23:49:01 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/21 23:49:01 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server LMDB backend module POSTFIX_LIB= lmdb Index: pkgsrc/mail/postfix-mysql/Makefile diff -u pkgsrc/mail/postfix-mysql/Makefile:1.4 pkgsrc/mail/postfix-mysql/Makefile:1.5 --- pkgsrc/mail/postfix-mysql/Makefile:1.4 Sun Sep 18 17:10:28 2016 +++ pkgsrc/mail/postfix-mysql/Makefile Sat Jan 21 23:49:01 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/21 23:49:01 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server MySQL backend module POSTFIX_LIB= mysql Index: pkgsrc/mail/postfix-pcre/Makefile diff -u pkgsrc/mail/postfix-pcre/Makefile:1.4 pkgsrc/mail/postfix-pcre/Makefile:1.5 --- pkgsrc/mail/postfix-pcre/Makefile:1.4 Sun Sep 18 17:10:28 2016 +++ pkgsrc/mail/postfix-pcre/Makefile Sat Jan 21 23:49:02 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/21 23:49:02 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server PCRE map module POSTFIX_LIB= pcre Index: pkgsrc/mail/postfix-pgsql/Makefile diff -u pkgsrc/mail/postfix-pgsql/Makefile:1.6 pkgsrc/mail/postfix-pgsql/Makefile:1.7 --- pkgsrc/mail/postfix-pgsql/Makefile:1.6 Sun Oct 9 21:42:00 2016 +++ pkgsrc/mail/postfix-pgsql/Makefile Sat Jan 21 23:49:02 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/10/09 21:42:00 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/21 23:49:02 rillig Exp $ # -COMMENT= Postfix SMTP server PostgreSQL backend module PKGREVISION= 1 +COMMENT= Postfix SMTP server PostgreSQL backend module POSTFIX_LIB= pgsql POSTFIX_LIBDIR= src/global Index: pkgsrc/mail/postfix-sqlite/Makefile diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.6 pkgsrc/mail/postfix-sqlite/Makefile:1.7 --- pkgsrc/mail/postfix-sqlite/Makefile:1.6 Sun Sep 18 17:10:28 2016 +++ pkgsrc/mail/postfix-sqlite/Makefile Sat Jan 21 23:49:02 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/21 23:49:02 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server SQLite backend module POSTFIX_LIB= sqlite --_----------=_1485042542204490--