pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Fixed PKGREVISION to be only defined directly in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93e55974b329
branches:  trunk
changeset: 357497:93e55974b329
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 21 23:49:01 2017 +0000

description:
Fixed PKGREVISION to be only defined directly in the package Makefile.

diffstat:

 mail/postfix-cdb/Makefile    |  3 ++-
 mail/postfix-ldap/Makefile   |  3 ++-
 mail/postfix-lmdb/Makefile   |  3 ++-
 mail/postfix-mysql/Makefile  |  3 ++-
 mail/postfix-pcre/Makefile   |  3 ++-
 mail/postfix-pgsql/Makefile  |  4 ++--
 mail/postfix-sqlite/Makefile |  3 ++-
 mail/postfix/Makefile.common |  3 +--
 8 files changed, 15 insertions(+), 10 deletions(-)

diffs (101 lines):

diff -r d11872ff4299 -r 93e55974b329 mail/postfix-cdb/Makefile
--- a/mail/postfix-cdb/Makefile Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-cdb/Makefile Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-ldap/Makefile
--- a/mail/postfix-ldap/Makefile        Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-ldap/Makefile        Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-lmdb/Makefile
--- a/mail/postfix-lmdb/Makefile        Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-lmdb/Makefile        Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-mysql/Makefile
--- a/mail/postfix-mysql/Makefile       Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-mysql/Makefile       Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-pcre/Makefile
--- a/mail/postfix-pcre/Makefile        Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-pcre/Makefile        Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-pgsql/Makefile
--- a/mail/postfix-pgsql/Makefile       Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-pgsql/Makefile       Sat Jan 21 23:49:01 2017 +0000
@@ -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 $
 #
 
+PKGREVISION=           1
 COMMENT=               Postfix SMTP server PostgreSQL backend module
-PKGREVISION=           1
 
 POSTFIX_LIB=           pgsql
 POSTFIX_LIBDIR=                src/global
diff -r d11872ff4299 -r 93e55974b329 mail/postfix-sqlite/Makefile
--- a/mail/postfix-sqlite/Makefile      Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix-sqlite/Makefile      Sat Jan 21 23:49:01 2017 +0000
@@ -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
diff -r d11872ff4299 -r 93e55974b329 mail/postfix/Makefile.common
--- a/mail/postfix/Makefile.common      Sat Jan 21 23:38:19 2017 +0000
+++ b/mail/postfix/Makefile.common      Sat Jan 21 23:49:01 2017 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index