svn commit: r378967 - head/mail/postfix
Olli Hauer
ohauer at FreeBSD.org
Sat Feb 14 16:31:41 UTC 2015
Author: ohauer
Date: Sat Feb 14 16:31:40 2015
New Revision: 378967
URL: https://svnweb.freebsd.org/changeset/ports/378967
QAT: https://qat.redports.org/buildarchive/r378967/
Log:
- remove dead mirrors from MASTER_SITES
(a good overview can be taken by viewving the
source of http://www.postfix.org/download.html)
- remove MASTER_SITE_SUBDIR, it should be used only for sites defined in bsd.site.mk
Modified:
head/mail/postfix/Makefile
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Sat Feb 14 16:07:59 2015 (r378966)
+++ head/mail/postfix/Makefile Sat Feb 14 16:31:40 2015 (r378967)
@@ -6,12 +6,13 @@ PORTVERSION= 2.11.3
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= mail ipv6
-MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
- ftp://ftp.tux.org/pub/net/postfix/official/ \
- ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \
- ftp://ftp.samurai.com/pub/postfix/official/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,}
-MASTER_SITE_SUBDIR= . old related/postfix
+MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
+ http://de.postfix.org/ftpmirror/ \
+ http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \
+ http://www.artfiles.org/postfix.org/postfix-release/ \
+ http://mirror.lhsolutions.nl/postfix-release/ \
+ ftp://postfix.mirrors.pair.com/
+MASTER_SITES:= ${MASTER_SITES:S|$|official/|}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= sahil at FreeBSD.org
More information about the svn-ports-head
mailing list