diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:04:59 +0000 |
commit | 07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021 (patch) | |
tree | b6c77eccf1aba052a36e6bf06465fddc6e27bcf6 /mail | |
parent | e4769a39336d4c90e6fab665c7ce29df3aca4352 (diff) | |
download | ports-07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021.tar.gz ports-07f1d50cbc8ad7f10a24994a8b8a94e0c64ad021.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gotmail/Makefile | 3 | ||||
-rw-r--r-- | mail/ifile/Makefile | 3 | ||||
-rw-r--r-- | mail/smtpmail/Makefile | 3 | ||||
-rw-r--r-- | mail/spamass-milter/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index ef1a40958c6a..4784783b68f4 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -8,7 +8,8 @@ PORTNAME= gotmail PORTVERSION= 0.7.10 CATEGORIES= mail perl5 -MASTER_SITES= http://savannah.nongnu.org/download/gotmail/stable.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= erwin@FreeBSD.org diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index cbba689e1a6c..da33c8229c2a 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -9,7 +9,8 @@ PORTNAME= ifile PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= mail textproc -MASTER_SITES= http://savannah.nongnu.org/download/ifile/default.pkg/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME}/default.pkg/${PORTVERSION} MAINTAINER= david+ports@bushong.net COMMENT= An application of machine learning to e-mail filtering diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 7a42dcf2fa00..e8e0c8bd84d2 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -8,8 +8,9 @@ PORTNAME= smtpmail PORTVERSION= 0.4.2 CATEGORIES= mail -MASTER_SITES= http://savannah.nongnu.org/download/${PORTNAME}/smtpmail.pkg/0.4.2/ \ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://voodoo.oberon.net/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Tool to send the mails over remote smtp server diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 095d165c3a5e..b556b799a31f 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -8,7 +8,8 @@ PORTNAME= spamass-milter PORTVERSION= 0.2.0 CATEGORIES= mail -MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= spamass-milt MAINTAINER= ab@astralblue.net COMMENT= Sendmail Milter (mail filter) for SpamAssassin |