Sun Sep 24 14:30:36 2017 UTC ()
jchkmail: update HOMEPAGE, comment out dead MASTER_SITES

Add new master site in comment, but it only has newer versions than
what we currently have in pkgsrc.


(wiz)
diff -r1.14 -r1.15 pkgsrc/mail/jchkmail/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/mail/jchkmail/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/jchkmail/Makefile 2012/10/08 12:19:14 1.14
+++ pkgsrc/mail/jchkmail/Makefile 2017/09/24 14:30:36 1.15
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.14 2012/10/08 12:19:14 asau Exp $ 1# $NetBSD: Makefile,v 1.15 2017/09/24 14:30:36 wiz Exp $
2# 
3 2
4DISTNAME= jchkmail-1.3.1a 3DISTNAME= jchkmail-1.3.1a
5PKGREVISION= 2 4PKGREVISION= 2
6CATEGORIES= mail 5CATEGORIES= mail
7MASTER_SITES= http://j-chkmail.ensmp.fr/download/ 6# old site, dead
 7#MASTER_SITES= http://j-chkmail.ensmp.fr/download/
 8# new site, only has 2.6.1 or newer
 9#MASTER_SITES= http://foss.jose-marcio.org/download/
8 10
9MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://j-chkmail.ensmp.fr/ 12HOMEPAGE= http://foss.jose-marcio.org/wiki/doku.php
11COMMENT= Behavior-based virus and spam milter for Sendmail 13COMMENT= Behavior-based virus and spam milter for Sendmail
12 14
13USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
14GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
15 17
16CONFIGURE_ARGS+= --with-rc-dir=${PREFIX}/share/examples/rc.d \ 18CONFIGURE_ARGS+= --with-rc-dir=${PREFIX}/share/examples/rc.d \
17 --with-conf-dir=${PKG_SYSCONFDIR:Q} 19 --with-conf-dir=${PKG_SYSCONFDIR:Q}
18 20
19EGDIR= ${PREFIX}/share/examples/jchkmail 21EGDIR= ${PREFIX}/share/examples/jchkmail
20PKG_SYSCONFSUBDIR= jchkmail 22PKG_SYSCONFSUBDIR= jchkmail
21CONF_FILES+= ${EGDIR}/j-chkmail.cf ${PKG_SYSCONFDIR}/j-chkmail.cf 23CONF_FILES+= ${EGDIR}/j-chkmail.cf ${PKG_SYSCONFDIR}/j-chkmail.cf
22CONF_FILES+= ${EGDIR}/j-local-users ${PKG_SYSCONFDIR}/j-local-users 24CONF_FILES+= ${EGDIR}/j-local-users ${PKG_SYSCONFDIR}/j-local-users
23CONF_FILES+= ${EGDIR}/j-error-msg ${PKG_SYSCONFDIR}/j-error-msg 25CONF_FILES+= ${EGDIR}/j-error-msg ${PKG_SYSCONFDIR}/j-error-msg