diff options
Diffstat (limited to 'mail/postfix23')
-rw-r--r-- | mail/postfix23/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix23/scripts/configure.postfix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo index 4ce70c2c42ea..3a7505c59c6b 100644 --- a/mail/postfix23/distinfo +++ b/mail/postfix23/distinfo @@ -8,5 +8,5 @@ MD5 (postfix/tls+ipv6-1.25-pf-2.1.5.patch.gz) = 5b02ebf2ec104c43f805d2bcb7bb16ef SIZE (postfix/tls+ipv6-1.25-pf-2.1.5.patch.gz) = 251571 MD5 (postfix/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz) = d3211ebd4d2fbbc9c78235666ed355ac SIZE (postfix/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz) = 239141 -MD5 (postfix/postfix-2.1.4-trash.patch.gz) = 6602396fcf82a5bff508109d0224ffe8 -SIZE (postfix/postfix-2.1.4-trash.patch.gz) = 7081 +MD5 (postfix/postfix-2.1.5-trash.patch.gz) = 868209c12cf214566130b9c8b968cfed +SIZE (postfix/postfix-2.1.5-trash.patch.gz) = 7049 diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index 2c2b85b2bde6..ddd0863105fa 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.58 2005-02-08 13:51:16 leeym Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.59 2005-02-18 08:51:18 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -236,7 +236,7 @@ while [ "$1" ]; do ;; VDA) echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" - echo "PATCHFILES+= postfix-2.1.4-trash.patch.gz" + echo "PATCHFILES+= postfix-2.1.5-trash.patch.gz" echo "PATCH_DIST_STRIP= -p1" ;; *) |