diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-24 14:30:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-24 14:30:36 +0000 |
commit | 5272c4287ab1d723f4db23e8ee8edd785b0920a3 (patch) | |
tree | 271fb0e76d4a85107aff041696a21c116adc1619 | |
parent | 474f616a5791b38286f2f5965c526a0b66fb54b2 (diff) | |
download | pkgsrc-5272c4287ab1d723f4db23e8ee8edd785b0920a3.tar.gz |
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.
-rw-r--r-- | mail/jchkmail/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile index bbe12a34c1c..61a723cea89 100644 --- a/mail/jchkmail/Makefile +++ b/mail/jchkmail/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.14 2012/10/08 12:19:14 asau Exp $ -# +# $NetBSD: Makefile,v 1.15 2017/09/24 14:30:36 wiz Exp $ DISTNAME= jchkmail-1.3.1a PKGREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://j-chkmail.ensmp.fr/download/ +# old site, dead +#MASTER_SITES= http://j-chkmail.ensmp.fr/download/ +# new site, only has 2.6.1 or newer +#MASTER_SITES= http://foss.jose-marcio.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://j-chkmail.ensmp.fr/ +HOMEPAGE= http://foss.jose-marcio.org/wiki/doku.php COMMENT= Behavior-based virus and spam milter for Sendmail USE_PKGLOCALEDIR= yes |