diff options
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d273f5635c1..7c0a7d6bc4b 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.143 2004/07/21 23:30:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.144 2004/07/29 10:15:38 martti Exp $ -DISTNAME= postfix-2.1.3 +DISTNAME= postfix-2.1.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix -PATCHFILES+= postfix-2.1.1-canonical_classes.diff +PATCHFILES+= postfix-2.1.1-canonical_classes-with_docs.diff PATCH_SITES+= ftp://ftp.gw.com/pub/people/kim/patches/ PATCH_DIST_STRIP= -p1 |