Sat Apr 24 10:40:35 2021 UTC ()
utftools: remove dead download link


(wiz)
diff -r1.8 -r1.9 pkgsrc/misc/utftools/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/misc/utftools/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/utftools/Makefile 2012/10/08 09:57:39 1.8
+++ pkgsrc/misc/utftools/Makefile 2021/04/24 10:40:35 1.9
@@ -1,16 +1,14 @@ @@ -1,16 +1,14 @@
1# $NetBSD: Makefile,v 1.8 2012/10/08 09:57:39 asau Exp $ 1# $NetBSD: Makefile,v 1.9 2021/04/24 10:40:35 wiz Exp $
2# 
3 2
4DISTNAME= utftools-1.6 3DISTNAME= utftools-1.6
5PKGREVISION= 1 4PKGREVISION= 1
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ 6#MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/
8 7
9MAINTAINER= agc@NetBSD.org 8MAINTAINER= agc@NetBSD.org
10#HOMEPAGE= none 
11COMMENT= UTF-aware wc, fmt, expand, and unexpand 9COMMENT= UTF-aware wc, fmt, expand, and unexpand
12 10
13GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
14 12
15.include "../../misc/libutf/buildlink3.mk" 13.include "../../misc/libutf/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"