Mon Jun 19 06:54:15 2017 UTC ()
Remove two non-working mirror sites.


(wiz)
diff -r1.10 -r1.11 pkgsrc/mail/postfix/Makefile.common

cvs diff -r1.10 -r1.11 pkgsrc/mail/postfix/Makefile.common (expand / switch to unified diff)

--- pkgsrc/mail/postfix/Makefile.common 2017/06/17 08:02:22 1.10
+++ pkgsrc/mail/postfix/Makefile.common 2017/06/19 06:54:15 1.11
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile.common,v 1.10 2017/06/17 08:02:22 taca Exp $ 1# $NetBSD: Makefile.common,v 1.11 2017/06/19 06:54:15 wiz Exp $
2# used by mail/postfix/Makefile 2# used by mail/postfix/Makefile
3# used by mail/postfix/Makefile.module 3# used by mail/postfix/Makefile.module
4 4
5DISTNAME= postfix-3.2.2 5DISTNAME= postfix-3.2.2
6CATEGORIES= mail 6CATEGORIES= mail
7MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ 7MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
8MASTER_SITES+= http://postfix.it-austria.net/releases/official/ 
9MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ 8MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/
10MASTER_SITES+= http://mirror.postfix.jp/postfix-release/official/ 
11 9
12MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.postfix.org/ 11HOMEPAGE= http://www.postfix.org/
14# The postfix license has only very minor diffs from cpl-1.0. 12# The postfix license has only very minor diffs from cpl-1.0.
15LICENSE= cpl-1.0 13LICENSE= cpl-1.0
16#LICENSE= postfix-license 14#LICENSE= postfix-license
17 15
18DISTINFO_FILE= ${PKGDIR}/../../mail/postfix/distinfo 16DISTINFO_FILE= ${PKGDIR}/../../mail/postfix/distinfo
19PATCHDIR= ${PKGDIR}/../../mail/postfix/patches 17PATCHDIR= ${PKGDIR}/../../mail/postfix/patches
20 18
21CHECK_HEADERS_SKIP+= src/global/mail_params.h 19CHECK_HEADERS_SKIP+= src/global/mail_params.h
22 20
23.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"