diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
commit | b83620f909410d8f245494717eec567598cbc37e (patch) | |
tree | a1ddad80f343b4fe619f4565e38055b2efd27a16 /devel | |
parent | 8941b0f77178b00199933592d46711060f5e7285 (diff) | |
download | pkgsrc-b83620f909410d8f245494717eec567598cbc37e.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/acunia-jam/Makefile | 4 | ||||
-rw-r--r-- | devel/dotconf/Makefile | 4 | ||||
-rw-r--r-- | devel/elfsh/Makefile | 4 | ||||
-rw-r--r-- | devel/ethos/Makefile | 4 | ||||
-rw-r--r-- | devel/flexdock/Makefile | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/devel/acunia-jam/Makefile b/devel/acunia-jam/Makefile index 19f317682c6..4675696020c 100644 --- a/devel/acunia-jam/Makefile +++ b/devel/acunia-jam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/10/09 14:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/08/01 16:47:37 wiz Exp $ # DISTNAME= acunia-jam-1.0 @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://wonka.acunia.com/ +#HOMEPAGE= http://wonka.acunia.com/ COMMENT= Acunia version of the program construction tool, like make(1) CONFLICTS= jam-[0-9]* diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 3bfa5f7dfb2..d66cd73bb32 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:54 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/08/01 16:47:37 wiz Exp $ # DISTNAME= dotconf-1.3 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= http://files.opentts.org/dotconf/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.opentts.org/projects/dotconf +#HOMEPAGE= http://www.opentts.org/projects/dotconf COMMENT= Simple-to-use and powerful configuration-file parser library LICENSE= gnu-gpl-v2 diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile index 1b612a220ec..69f98ac4e47 100644 --- a/devel/elfsh/Makefile +++ b/devel/elfsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2016/03/09 21:40:05 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2017/08/01 16:47:37 wiz Exp $ # VERS= 0.51b3 @@ -10,7 +10,7 @@ MASTER_SITES= http://elfsh.asgardlabs.org/files/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://elfsh.segfault.net/ +#HOMEPAGE= http://elfsh.segfault.net/ COMMENT= ELF format exploration shell MAKE_JOBS_SAFE= no diff --git a/devel/ethos/Makefile b/devel/ethos/Makefile index 52bbb928807..a28c94323d9 100644 --- a/devel/ethos/Makefile +++ b/devel/ethos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2017/02/12 06:24:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2017/08/01 16:47:37 wiz Exp $ # DISTNAME= ethos-0.2.2 @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://ftp.dronelabs.com/sources/ethos/0.2/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://git.dronelabs.com/ethos/about/ +#HOMEPAGE= http://git.dronelabs.com/ethos/about/ COMMENT= Plugin interface library #LICENSE= # TODO: (see mk/license.mk) diff --git a/devel/flexdock/Makefile b/devel/flexdock/Makefile index 160b610d1b8..352cd591b30 100644 --- a/devel/flexdock/Makefile +++ b/devel/flexdock/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:57 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/08/01 16:47:37 wiz Exp $ # DISTNAME= flexdock-0.5.1 CATEGORIES= devel -MASTER_SITES= https://flexdock.dev.java.net/files/documents/2037/52479 +#MASTER_SITES= https://flexdock.dev.java.net/files/documents/2037/52479 EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://flexdock.dev.java.net/ +#HOMEPAGE= https://flexdock.dev.java.net/ COMMENT= Swing windowing and docking framework LICENSE= apache-2.0 |