From ed8ab36599cc4c549536b01151fba06b099a8984 Mon Sep 17 00:00:00 2001 From: itetcu Date: Tue, 1 Aug 2006 18:20:27 +0000 Subject: Make rc.d start postfix later, like sendmail does. PR: 100750 Submitted by: KIMURA Yasuhiro Approved by: Vivek Khera (maintainer) --- mail/postfix/Makefile | 3 ++- mail/postfix23/Makefile | 3 ++- mail/postfix24/Makefile | 3 ++- mail/postfix25/Makefile | 3 ++- mail/postfix26/Makefile | 3 ++- mail/postfix27/Makefile | 3 ++- mail/postfix28/Makefile | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 23235479473b..a2781affe180 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 +PORTVERSION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -93,7 +94,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .include # Default requirement for postfix rc script -_REQUIRE= DAEMON +_REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -- cgit