mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.6-20090418 (2.6.0-RC2)
This commit is contained in:
parent
e7bf95a245
commit
6496df6394
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232705
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user