diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-11-27 06:48:50 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-11-27 06:48:50 +0000 |
commit | 4dcd4152c78ed259ac9d7ae31917035a789352aa (patch) | |
tree | 978f0c7e9ccae97b028e5d687495fafaa784b118 /mail/postfix27/Makefile | |
parent | 2953dc577e5cb994ca19bfb5d90fd5caf4d3493e (diff) |
Update to 2.7.2 and modify pkg-install script to check
whether Postfix is already enabled in mailer.conf[1].
Submitted by: ohauer (via email) [1]
Notes
Notes:
svn path=/head/; revision=265255
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 3d619266f2ec..d69c0d84c0f3 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |