diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-28 04:09:15 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-28 04:09:15 +0000 |
commit | 3c90e3c9243ab6e7c74756edebc4ccdf720da4b1 (patch) | |
tree | ede9da0ccc33a7f29b70724e56f2b3e5c665a7b9 /mail/postfix-current | |
parent | c073814b7f2170c299da3da5919271caca8cfafc (diff) |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 2 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 9a0b12bff7c5..41a100db33b7 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010329 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index d5c37bd7dd98..b29014f24830 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ MD5 (postfix/snapshot-20010329.tar.gz) = 0bd41fc55cbbdcf9d463a9fc3da12b7a MD5 (postfix/pfixtls-0.6.38-snap20010225-0.9.6.tar.gz) = 5559571175bbcd5695b6e636d485489f -MD5 (postfix/postfix-20010228release-v6-20010408a.diff.gz) = 1e4e2a16eef4a04550065cefe587b265 +MD5 (postfix/postfix-20010228release-v6-20010415a.diff.gz) = 2fe76d5d33ef56ed8bc1dd6fc0c5fa10 diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index fbd3e64b2073..d4cdc347bf7f 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -107,10 +107,8 @@ while [ "$1" ]; do \"IPv6\") echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/" echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}" - echo "PATCHFILES+= postfix-20010228release-v6-20010408a.diff.gz" - echo "" - echo "pre-patch:" - echo " cd \${WRKSRC} && ln -s . postfix" + echo "PATCHFILES+= postfix-20010228release-v6-20010415a.diff.gz" + echo "PATCH_DIST_STRIP= -p1" echo "" ;; *) |