Sat Feb 25 13:48:52 2017 UTC ()
Use MASTER_SITE_SOURCEFORGE instead of hardcoding URL, thanks wiz@.


(mef)
diff -r1.18 -r1.19 pkgsrc/mail/imapproxy/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/mail/imapproxy/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/imapproxy/Makefile 2017/02/25 00:35:13 1.18
+++ pkgsrc/mail/imapproxy/Makefile 2017/02/25 13:48:52 1.19
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.18 2017/02/25 00:35:13 mef Exp $ 1# $NetBSD: Makefile,v 1.19 2017/02/25 13:48:52 mef Exp $
2# 2#
3 3
4DISTNAME= squirrelmail-imap_proxy-1.2.7 4DISTNAME= squirrelmail-imap_proxy-1.2.7
5PKGNAME= imapproxy-1.2.7 5PKGNAME= imapproxy-1.2.7
6PKGREVISION= 5 6PKGREVISION= 5
7CATEGORIES= mail 7CATEGORIES= mail
8MASTER_SITES= https://sourceforge.net/projects/squirrelmail/files/imap_proxy/1.2.7/ 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.imapproxy.org/ 11HOMEPAGE= http://www.imapproxy.org/
12COMMENT= Simple connection caching IMAP proxy daemon 12COMMENT= Simple connection caching IMAP proxy daemon
13 13
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15 15
16CONFIGURE_ARGS+=--exec_prefix=${DESTDIR}${PREFIX} 16CONFIGURE_ARGS+=--exec_prefix=${DESTDIR}${PREFIX}
17BUILD_DEFS+= VARBASE 17BUILD_DEFS+= VARBASE
18CFLAGS+= -DDEFAULT_CONFIG_FILE=\"${PREFIX}/etc/imapproxy.conf\" 18CFLAGS+= -DDEFAULT_CONFIG_FILE=\"${PREFIX}/etc/imapproxy.conf\"
19CFLAGS+= -DDEFAULT_PID_FILE=\"${VARBASE}/run/imapproxy.pid\" 19CFLAGS+= -DDEFAULT_PID_FILE=\"${VARBASE}/run/imapproxy.pid\"
20RCD_SCRIPTS= imapproxy 20RCD_SCRIPTS= imapproxy
21 21