diff options
author | mnag <mnag@FreeBSD.org> | 2009-04-25 11:22:10 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2009-04-25 11:22:10 +0800 |
commit | e6df83934069dac6b4cb3ec1ea07b5ee9b431a9f (patch) | |
tree | 75e468f4474c3fe6eb1a83c9ce220a335103ba98 /mail | |
parent | 2517467dd6a89bf0baf5cf2a02130b814e264623 (diff) | |
download | freebsd-ports-gnome-e6df83934069dac6b4cb3ec1ea07b5ee9b431a9f.tar.gz freebsd-ports-gnome-e6df83934069dac6b4cb3ec1ea07b5ee9b431a9f.tar.zst freebsd-ports-gnome-e6df83934069dac6b4cb3ec1ea07b5ee9b431a9f.zip |
- Update to 2.6-20090418 (2.6.0-RC2)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 19 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-current/pkg-plist | 5 |
3 files changed, 18 insertions, 12 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index b1b4f8a625d0..80b599cade06 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,16 +6,17 @@ # PORTNAME= postfix -DISTVERSION= 2.6-20090212 +DISTVERSION= 2.6-20090418 PORTEPOCH= 4 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ - ftp://postfix.mirrors.pair.com/experimental/ \ - ftp://ftp.tux.org/pub/net/postfix/experimental/ \ - http://mirrors.rootservices.net/postfix/experimental/ \ - ftp://ftp.samurai.com/pub/postfix/experimental/ \ - http://ftp.unicamp.br/pub/postfix/experimental/ +MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ + ftp://postfix.mirrors.pair.com/official/ \ + ftp://ftp.tux.org/pub/net/postfix/official/ \ + http://mirrors.rootservices.net/postfix/official/ \ + ftp://ftp.samurai.com/pub/postfix/official/ \ + http://ftp.unicamp.br/pub/postfix/official/ PKGNAMESUFFIX= -current +DISTNAME= postfix-2.6.0-RC2 DIST_SUBDIR= ${PORTNAME} MAINTAINER= mnag@FreeBSD.org @@ -45,8 +46,8 @@ OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ TEST "SMTP/LMTP test server and generator" off MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \ - postlock.1 postlog.1 postmap.1 postqueue.1 postsuper.1 sendmail.1 \ - qshape.1 + postlock.1 postlog.1 postmap.1 postmulti.1 postqueue.1 postsuper.1 \ + sendmail.1 qshape.1 MAN5= access.5 aliases.5 bounce.5 canonical.5 cidr_table.5 generic.5 \ header_checks.5 ldap_table.5 master.5 mysql_table.5 nisplus_table.5 \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index c08350e13847..32b25b654403 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.6-20090212.tar.gz) = ff4391757101142966711489063bd591 -SHA256 (postfix/postfix-2.6-20090212.tar.gz) = 521f4677d205ea754f821bcc9381d12ee0fee3080f0bf48596d91f94dc354a5c -SIZE (postfix/postfix-2.6-20090212.tar.gz) = 3217970 +MD5 (postfix/postfix-2.6.0-RC2.tar.gz) = 165ff17a42332961b5d95b577da3399d +SHA256 (postfix/postfix-2.6.0-RC2.tar.gz) = d6dc569a4e862ae72a6324a3371c8f58e49805df8e6de5ef44321113c43c3c50 +SIZE (postfix/postfix-2.6.0-RC2.tar.gz) = 3303973 diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 0d3512908c70..a956a16ab2a3 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -42,6 +42,7 @@ libexec/postfix/post-install libexec/postfix/postfix-files libexec/postfix/postfix-script libexec/postfix/postfix-wrapper +libexec/postfix/postmulti-script libexec/postfix/proxymap libexec/postfix/qmgr libexec/postfix/qmqpd @@ -63,6 +64,7 @@ sbin/postkick sbin/postlock sbin/postlog sbin/postmap +sbin/postmulti sbin/postqueue sbin/postsuper sbin/sendmail @@ -121,6 +123,8 @@ bin/mailq %%PORTDOCS%%%%DOCSDIR%%/MAILDROP_README.html %%PORTDOCS%%%%DOCSDIR%%/MILTER_README %%PORTDOCS%%%%DOCSDIR%%/MILTER_README.html +%%PORTDOCS%%%%DOCSDIR%%/MULTI_INSTANCE_README +%%PORTDOCS%%%%DOCSDIR%%/MULTI_INSTANCE_README.html %%PORTDOCS%%%%DOCSDIR%%/MYSQL_README %%PORTDOCS%%%%DOCSDIR%%/MYSQL_README.html %%PORTDOCS%%%%DOCSDIR%%/NFS_README @@ -211,6 +215,7 @@ bin/mailq %%PORTDOCS%%%%DOCSDIR%%/postlock.1.html %%PORTDOCS%%%%DOCSDIR%%/postlog.1.html %%PORTDOCS%%%%DOCSDIR%%/postmap.1.html +%%PORTDOCS%%%%DOCSDIR%%/postmulti.1.html %%PORTDOCS%%%%DOCSDIR%%/postqueue.1.html %%PORTDOCS%%%%DOCSDIR%%/postsuper.1.html %%PORTDOCS%%%%DOCSDIR%%/proxymap.8.html |