diff options
author | Josef Karthauser <joe@FreeBSD.org> | 1999-12-30 20:54:22 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 1999-12-30 20:54:22 +0000 |
commit | 3742da23853181e610ca56213687906e4782daea (patch) | |
tree | 0d5ace230aa975db87d82eefecb372e7d49209d2 /mail/postfix26 | |
parent | Prevent overflow of "size" for file sizes of 2048MB and more (PR 11430). (diff) |
PR: ports/15544
Submitted by: khetan@freebsd.os.org.za
Diffstat (limited to 'mail/postfix26')
-rw-r--r-- | mail/postfix26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index f96c5b06556c..e6ac3a1564a3 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= postfix-19990906-pl02 -PKGNAME= postfix-19990906.02 +DISTNAME= postfix-19990906-pl09 +PKGNAME= postfix-19990906.09 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ |