diff options
author | taca <taca@pkgsrc.org> | 2015-10-05 00:14:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-05 00:14:13 +0000 |
commit | 4e42b95c8418e346d6004d68f5aba8ac304da5ae (patch) | |
tree | 4c52f82a3cf6806ace863242cbc75c5b5eb408a5 /mail | |
parent | 441b5a951b658911695d84a0894133ce627bc8c5 (diff) | |
download | pkgsrc-4e42b95c8418e346d6004d68f5aba8ac304da5ae.tar.gz |
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-lmdb/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-mysql/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-pcre/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-pgsql/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-sqlite/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/mail/postfix-lmdb/Makefile b/mail/postfix-lmdb/Makefile index ee14067f8a5..eb35afd83a3 100644 --- a/mail/postfix-lmdb/Makefile +++ b/mail/postfix-lmdb/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/05 00:14:13 taca Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server LMDB backend module POSTFIX_LIB= lmdb diff --git a/mail/postfix-mysql/Makefile b/mail/postfix-mysql/Makefile index 6860fd8b248..b41a36d8c62 100644 --- a/mail/postfix-mysql/Makefile +++ b/mail/postfix-mysql/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/05 00:14:13 taca Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server MySQL backend module POSTFIX_LIB= mysql diff --git a/mail/postfix-pcre/Makefile b/mail/postfix-pcre/Makefile index 66399a4ba5c..e8411b37766 100644 --- a/mail/postfix-pcre/Makefile +++ b/mail/postfix-pcre/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/05 00:14:13 taca Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server PCRE map module POSTFIX_LIB= pcre diff --git a/mail/postfix-pgsql/Makefile b/mail/postfix-pgsql/Makefile index 886ddd48e36..05d6a73eb10 100644 --- a/mail/postfix-pgsql/Makefile +++ b/mail/postfix-pgsql/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:30 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/05 00:14:13 taca Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server PostgreSQL backend module POSTFIX_LIB= pgsql diff --git a/mail/postfix-sqlite/Makefile b/mail/postfix-sqlite/Makefile index a70c8c7867d..19e81a01042 100644 --- a/mail/postfix-sqlite/Makefile +++ b/mail/postfix-sqlite/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2015/10/05 00:05:31 taca Exp $ +# $NetBSD: Makefile,v 1.3 2015/10/05 00:14:13 taca Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server SQLite backend module POSTFIX_LIB= sqlite |