diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-09 12:46:11 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-09 12:46:11 +0800 |
commit | 6d830817fbcced563c0bf41168fc8b30ec559daf (patch) | |
tree | 9af8f55f875ff8604f1577480ce4758e682e0133 /mail | |
parent | 0a8bc35499854429ab9ea6fe1811540c4b4acd8b (diff) | |
download | freebsd-ports-gnome-6d830817fbcced563c0bf41168fc8b30ec559daf.tar.gz freebsd-ports-gnome-6d830817fbcced563c0bf41168fc8b30ec559daf.tar.zst freebsd-ports-gnome-6d830817fbcced563c0bf41168fc8b30ec559daf.zip |
- Update to 2.3-20060430
Diffstat (limited to 'mail')
-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 |