Wed Oct 9 09:38:11 2019 UTC ()
ftp is currently down, add the https download location


(nros)
diff -r1.28 -r1.29 pkgsrc/security/cyrus-sasl/Makefile.common

cvs diff -r1.28 -r1.29 pkgsrc/security/cyrus-sasl/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/cyrus-sasl/Makefile.common 2019/06/09 22:12:16 1.28
+++ pkgsrc/security/cyrus-sasl/Makefile.common 2019/10/09 09:38:10 1.29
@@ -1,36 +1,37 @@ @@ -1,36 +1,37 @@
1# $NetBSD: Makefile.common,v 1.28 2019/06/09 22:12:16 nia Exp $ 1# $NetBSD: Makefile.common,v 1.29 2019/10/09 09:38:10 nros Exp $
2# 2#
3# used by security/cyrus-sasl/Makefile 3# used by security/cyrus-sasl/Makefile
4# used by security/cy2-anonymous/Makefile 4# used by security/cy2-anonymous/Makefile
5# used by security/cy2-crammd5/Makefile 5# used by security/cy2-crammd5/Makefile
6# used by security/cy2-digestmd5/Makefile 6# used by security/cy2-digestmd5/Makefile
7# used by security/cy2-gssapi/Makefile 7# used by security/cy2-gssapi/Makefile
8# used by security/cy2-ldapdb/Makefile 8# used by security/cy2-ldapdb/Makefile
9# used by security/cy2-login/Makefile 9# used by security/cy2-login/Makefile
10# used by security/cy2-ntlm/Makefile 10# used by security/cy2-ntlm/Makefile
11# used by security/cy2-otp/Makefile 11# used by security/cy2-otp/Makefile
12# used by security/cy2-plain/Makefile 12# used by security/cy2-plain/Makefile
13# used by security/cy2-scram/Makefile 13# used by security/cy2-scram/Makefile
14# used by security/cy2-sql/Makefile 14# used by security/cy2-sql/Makefile
15# used by security/cyrus-saslauthd/Makefile 15# used by security/cyrus-saslauthd/Makefile
16# 16#
17# This Makefile fragment should be included _below_ any SASL_PLUGIN 17# This Makefile fragment should be included _below_ any SASL_PLUGIN
18# definition and _above_ any CONFIGURE_ARGS definitions. 18# definition and _above_ any CONFIGURE_ARGS definitions.
19 19
20DISTNAME= cyrus-sasl-2.1.27 20DISTNAME= cyrus-sasl-2.1.27
21DISTFILES= ${DISTNAME}-rc7${EXTRACT_SUFX} 21DISTFILES= ${DISTNAME}-rc7${EXTRACT_SUFX}
22CATEGORIES= security 22CATEGORIES= security
23MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ 23MASTER_SITES= https://www.cyrusimap.org/releases/
 24MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-sasl/
24#MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/ 25#MASTER_SITES+= ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/
25#PATCHFILES+= cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2 26#PATCHFILES+= cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
26#SITES.cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2= \ 27#SITES.cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2= \
27# -https://cgit.cyrus.foundation/cyrus-sasl/patch/?id=dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d 28# -https://cgit.cyrus.foundation/cyrus-sasl/patch/?id=dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d
28#PATCH_DIST_STRIP= -p1 29#PATCH_DIST_STRIP= -p1
29 30
30MAINTAINER= pkgsrc-users@NetBSD.org 31MAINTAINER= pkgsrc-users@NetBSD.org
31HOMEPAGE= https://www.cyrusimap.org/sasl/ 32HOMEPAGE= https://www.cyrusimap.org/sasl/
32LICENSE= original-bsd # CMU version 33LICENSE= original-bsd # CMU version
33 34
34DISTINFO_FILE= ${.CURDIR}/../cyrus-sasl/distinfo 35DISTINFO_FILE= ${.CURDIR}/../cyrus-sasl/distinfo
35PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches 36PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches
36 37