Fri Sep 8 06:15:56 2017 UTC ()
Comment out dead sites.


(wiz)
diff -r1.10 -r1.11 pkgsrc/mail/ifile-procmail/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/mail/ifile-procmail/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/ifile-procmail/Attic/Makefile 2012/10/08 12:19:13 1.10
+++ pkgsrc/mail/ifile-procmail/Attic/Makefile 2017/09/08 06:15:56 1.11
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.10 2012/10/08 12:19:13 asau Exp $ 1# $NetBSD: Makefile,v 1.11 2017/09/08 06:15:56 wiz Exp $
2# 
3 2
4DISTNAME= ifile.procmail-0.3 3DISTNAME= ifile.procmail-0.3
5PKGNAME= ${DISTNAME:S/./-/} 4PKGNAME= ${DISTNAME:S/./-/}
6PKGREVISION= 2 5PKGREVISION= 2
7CATEGORIES= mail 6CATEGORIES= mail
8MASTER_SITES= http://Xtrmntr.org/ORBman/download/ 7MASTER_SITES= # http://Xtrmntr.org/ORBman/download/
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= salo@NetBSD.org 10MAINTAINER= salo@NetBSD.org
12HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html 11#HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html
13COMMENT= Set of scripts for ifile used in procmail environment 12COMMENT= Set of scripts for ifile used in procmail environment
14 13
15DEPENDS+= ifile>=1.2.1:../../mail/ifile 14DEPENDS+= ifile>=1.2.1:../../mail/ifile
16DEPENDS+= procmail>=3.22:../../mail/procmail 15DEPENDS+= procmail>=3.22:../../mail/procmail
17 16
18WRKSRC= ${WRKDIR}/${DISTNAME} 17WRKSRC= ${WRKDIR}/${DISTNAME}
19 18
20USE_TOOLS+= ksh:run mktemp:run 19USE_TOOLS+= ksh:run mktemp:run
21 20
22REPLACE_KSH+= bin/ifile.* 21REPLACE_KSH+= bin/ifile.*
23 22
24NO_BUILD= YES 23NO_BUILD= YES
25 24