1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 20030616.p8

Add new official mirrors.

PR:		ports/64146
Submitted by:	Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
This commit is contained in:
Daichi GOTO 2004-03-16 06:14:04 +00:00
parent 3bc31e2cdc
commit 69626c7b8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104136
3 changed files with 9 additions and 10 deletions

View File

@ -7,9 +7,11 @@
# Based on amavisd ports makefile.
PORTNAME= amavisd-new
PORTVERSION= 20030616.p7
PORTVERSION= 20030616.p8
CATEGORIES= security
MASTER_SITES= http://www.ijs.si/software/amavisd/
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
http://mirrors.catpipe.net/amavisd-new/ \
http://ftp.cfu.net/pub/amavisd-new/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-p/}
MAINTAINER= blaz@si.FreeBSD.org

View File

@ -1 +1 @@
MD5 (amavisd-new-20030616-p7.tar.gz) = e6f35be1e14861e3869debdd9bdfbfba
MD5 (amavisd-new-20030616-p8.tar.gz) = 5b55cef4ef4cc717b9ee1ed204a1ed96

View File

@ -1,15 +1,12 @@
--- helper-progs/configure.orig Tue Nov 11 22:59:24 2003
+++ helper-progs/configure Tue Nov 11 23:01:31 2003
@@ -2040,12 +2040,3 @@
--- helper-progs/configure.orig Thu Mar 4 18:45:55 2004
+++ helper-progs/configure Fri Mar 12 08:53:15 2004
@@ -2041,9 +2041,3 @@
-
-if test "$SENDMAILPROG" != "no" ; then
- sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'`
- echo ""
- echo "Note: sendmail version $sendmailversion detected"
- echo "check http://www.sendmail.org/~ca/email/sm-812.html for sendmail bugs and patches"
- echo "It's advised to run sendmail latest versions when using MILTER"
- echo "Info: sendmail version $sendmailversion detected"
- echo ""
-fi