diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-09 10:32:50 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-09 10:32:50 +0800 |
commit | 601b11175caebd63b5e97b10e24c01bc4a56d5e2 (patch) | |
tree | 51f0da67fe01beedf5ec7f179e46328db57c6003 /mail/postfix1 | |
parent | 8d3cb42ece69ec524ff11902c68a2a8caacaa1bb (diff) | |
download | freebsd-ports-gnome-601b11175caebd63b5e97b10e24c01bc4a56d5e2.tar.gz freebsd-ports-gnome-601b11175caebd63b5e97b10e24c01bc4a56d5e2.tar.zst freebsd-ports-gnome-601b11175caebd63b5e97b10e24c01bc4a56d5e2.zip |
Add SHA256
Diffstat (limited to 'mail/postfix1')
-rw-r--r-- | mail/postfix1/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix1/scripts/configure.postfix | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/postfix1/distinfo b/mail/postfix1/distinfo index 9db2819a4f6b..bb0290c16726 100644 --- a/mail/postfix1/distinfo +++ b/mail/postfix1/distinfo @@ -1,8 +1,12 @@ MD5 (postfix/postfix-1.1.13.tar.gz) = 772f193d768a5e37b60aef37f865589c +SHA256 (postfix/postfix-1.1.13.tar.gz) = c800196f83043dbf0dd96a02d27598dfb6810a7a72450b78c75ac075b6f6172d SIZE (postfix/postfix-1.1.13.tar.gz) = 1190791 MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba +SHA256 (postfix/postfix-pg.postfix-1.1.8.patch) = 52debd6164d831a766062a9d62fba9a4d6538cfbf5963880d2792c2a2e12a59c SIZE (postfix/postfix-pg.postfix-1.1.8.patch) = 27331 MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e +SHA256 (postfix/postfix-1.1.11+ipv6.patch.gz) = 2641500dcc528c5d698184b05720e901f45f4214da0b5df7d3e1b307dc00772f SIZE (postfix/postfix-1.1.11+ipv6.patch.gz) = 22964 MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 +SHA256 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = c49c2532d1f4aec626e622269f292ec75db668adaf6d70def6e458b32aa35d16 SIZE (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 196093 diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix index a60d0ba34630..ed09b9aeba56 100644 --- a/mail/postfix1/scripts/configure.postfix +++ b/mail/postfix1/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.40 2005-08-11 22:03:06 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.41 2005-11-09 02:32:48 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -137,7 +137,7 @@ for i; do rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc exit 1 fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" + echo "PATCH_SITES+= http://www.uinet.or.jp/~taka/misc/" echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" echo "PATCH_DIST_STRIP= -p1" echo "IPv6_SUFFIX= +ipv6" |