diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-09 04:46:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-09 04:46:11 +0000 |
commit | 86836956e1907a56f17f557be17fdc3523cdef93 (patch) | |
tree | b69062942dde2a6d4c7fdc3d4f78038592d1451e | |
parent | f84bb05fbf28c47e7494fa9307ee7e847d30ebae (diff) | |
download | ports-86836956e1907a56f17f557be17fdc3523cdef93.tar.gz ports-86836956e1907a56f17f557be17fdc3523cdef93.zip |
Notes
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-current/files/postfix.sh.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 81be7ff7a781..f6f3b82b7ec1 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.3-20060418 +DISTVERSION= 2.3-20060430 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 869c9e06a847..3320b579974a 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.3-20060418.tar.gz) = 97cf0c79633292cf1b5d7ec5943dd2ea -SHA256 (postfix/postfix-2.3-20060418.tar.gz) = e30a32c5d1d7c5c99141a0c97c51cc7e5091978c7e27445e6fb2c6e7e2a675b7 -SIZE (postfix/postfix-2.3-20060418.tar.gz) = 2599952 +MD5 (postfix/postfix-2.3-20060430.tar.gz) = f7e3b0e976fa91e2a6f7db7be486332f +SHA256 (postfix/postfix-2.3-20060430.tar.gz) = 2f9f35595465f1550a833b2814b2162f5030845f742b1f6ae61d36d325adb5ea +SIZE (postfix/postfix-2.3-20060430.tar.gz) = 2600546 diff --git a/mail/postfix-current/files/postfix.sh.in b/mail/postfix-current/files/postfix.sh.in index c44c1d84b050..f2326b56c11b 100644 --- a/mail/postfix-current/files/postfix.sh.in +++ b/mail/postfix-current/files/postfix.sh.in @@ -19,7 +19,7 @@ . %%RC_SUBR%% name="postfix" -rcvar=`set_rcvar` +rcvar=${name}_enable load_rc_config $name |