Wed Apr 21 15:35:13 2021 UTC ()
*: remove dead download site


(wiz)
diff -r1.12 -r1.13 pkgsrc/games/spider/Makefile
diff -r1.18 -r1.19 pkgsrc/x11/xfishtank/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/games/spider/Makefile (expand / switch to unified diff)

--- pkgsrc/games/spider/Makefile 2012/10/06 11:54:55 1.12
+++ pkgsrc/games/spider/Makefile 2021/04/21 15:35:13 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2012/10/06 11:54:55 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2021/04/21 15:35:13 wiz Exp $
2 2
3DISTNAME= spider 3DISTNAME= spider
4PKGNAME= spider-1.1 4PKGNAME= spider-1.1
5PKGREVISION= 3 5PKGREVISION= 3
6CATEGORIES= games x11 6CATEGORIES= games x11
7MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ 7#MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= Solitaire card game from xcontrib 10COMMENT= Solitaire card game from xcontrib
11 11
12USE_IMAKE= yes 12USE_IMAKE= yes
13INSTALL_TARGET= install install.doc install.man 13INSTALL_TARGET= install install.doc install.man
14 14
15.include "../../x11/libXaw/buildlink3.mk" 15.include "../../x11/libXaw/buildlink3.mk"
16.include "../../x11/libXt/buildlink3.mk" 16.include "../../x11/libXt/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/x11/xfishtank/Makefile 2016/03/12 21:53:39 1.18
+++ pkgsrc/x11/xfishtank/Makefile 2021/04/21 15:35:13 1.19
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.18 2016/03/12 21:53:39 tnn Exp $ 1# $NetBSD: Makefile,v 1.19 2021/04/21 15:35:13 wiz Exp $
2 2
3DISTNAME= xfishtank-2.2 3DISTNAME= xfishtank-2.2
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ 6#MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Make fish swim in the background of your screen 9COMMENT= Make fish swim in the background of your screen
10 10
11WRKSRC= ${WRKDIR}/xfishtank2.0 11WRKSRC= ${WRKDIR}/xfishtank2.0
12USE_IMAKE= yes 12USE_IMAKE= yes
13NO_INSTALL_MANPAGES= yes 13NO_INSTALL_MANPAGES= yes
14 14
15post-patch: 15post-patch:
16 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} clean 16 cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} clean
17 17
18.include "../../x11/libX11/buildlink3.mk" 18.include "../../x11/libX11/buildlink3.mk"
19.include "../../x11/libXext/buildlink3.mk" 19.include "../../x11/libXext/buildlink3.mk"