diff options
author | rillig <rillig@pkgsrc.org> | 2017-01-21 23:49:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2017-01-21 23:49:01 +0000 |
commit | 5ef1f187e3b303513b97045d52dd0b25df0668c0 (patch) | |
tree | 272d3fc14705d031338685367af474db9c0f62ec /mail | |
parent | 4b50b7ee96ad527b58088948be04e908e4f8f4da (diff) | |
download | pkgsrc-5ef1f187e3b303513b97045d52dd0b25df0668c0.tar.gz |
Fixed PKGREVISION to be only defined directly in the package Makefile.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-cdb/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix-ldap/Makefile | 3 | ||||
-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 | 4 | ||||
-rw-r--r-- | mail/postfix-sqlite/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix/Makefile.common | 3 |
8 files changed, 15 insertions, 10 deletions
diff --git a/mail/postfix-cdb/Makefile b/mail/postfix-cdb/Makefile index b0bff84ef56..81411ebc961 100644 --- a/mail/postfix-cdb/Makefile +++ b/mail/postfix-cdb/Makefile @@ -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 --git a/mail/postfix-ldap/Makefile b/mail/postfix-ldap/Makefile index 481df4a8bf3..abd128c98e2 100644 --- a/mail/postfix-ldap/Makefile +++ b/mail/postfix-ldap/Makefile @@ -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 --git a/mail/postfix-lmdb/Makefile b/mail/postfix-lmdb/Makefile index 583bf1f4b78..cb2362f3240 100644 --- a/mail/postfix-lmdb/Makefile +++ b/mail/postfix-lmdb/Makefile @@ -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 --git a/mail/postfix-mysql/Makefile b/mail/postfix-mysql/Makefile index d54cd1a4ae7..7d7a875f67d 100644 --- a/mail/postfix-mysql/Makefile +++ b/mail/postfix-mysql/Makefile @@ -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 --git a/mail/postfix-pcre/Makefile b/mail/postfix-pcre/Makefile index 9a5accb51e1..0efb03716ae 100644 --- a/mail/postfix-pcre/Makefile +++ b/mail/postfix-pcre/Makefile @@ -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 --git a/mail/postfix-pgsql/Makefile b/mail/postfix-pgsql/Makefile index 10a12c4daa8..eb086a32a83 100644 --- a/mail/postfix-pgsql/Makefile +++ b/mail/postfix-pgsql/Makefile @@ -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 diff --git a/mail/postfix-sqlite/Makefile b/mail/postfix-sqlite/Makefile index e61c7a943d9..f4b2515ce14 100644 --- a/mail/postfix-sqlite/Makefile +++ b/mail/postfix-sqlite/Makefile @@ -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 --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index 0a8ebefe259..4eca1a53a2c 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -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/ |