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 | aa604fe4082c376cebac27e9920b2905425761da (patch) | |
tree | fe5dba7011df5fa6fa9518158aa932f30fe5b915 /archivers | |
parent | 41670002842a64e3e9a990251fc6fa89c43d31fc (diff) | |
download | pkgsrc-aa604fe4082c376cebac27e9920b2905425761da.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/archangel/Makefile | 4 | ||||
-rw-r--r-- | archivers/bunzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/jamjar/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile index 4c582e9b4ce..33447637145 100644 --- a/archivers/archangel/Makefile +++ b/archivers/archangel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/09/11 19:46:52 asau Exp $ +# $NetBSD: Makefile,v 1.14 2017/08/01 16:47:35 wiz Exp $ DISTNAME= archangel-20050730 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= archivers MASTER_SITES= # http://www.alistaircrooks.co.uk/src/ MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://www.alistaircrooks.co.uk/software.html +#HOMEPAGE= http://www.alistaircrooks.co.uk/software.html COMMENT= Compressing archiver which can sign and encrypt entries DEPENDS+= gnupg-[0-9]*:../../security/gnupg diff --git a/archivers/bunzip/Makefile b/archivers/bunzip/Makefile index c70038ba1b3..626588a1426 100644 --- a/archivers/bunzip/Makefile +++ b/archivers/bunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/10/09 14:05:51 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2017/08/01 16:47:35 wiz Exp $ DISTNAME= bunzip021.c PKGNAME= bunzip-0.21 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .gz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.muraroa.demon.co.uk/ +#HOMEPAGE= http://www.muraroa.demon.co.uk/ COMMENT= Decompressor for bzip .bz files WRKSRC= ${WRKDIR} diff --git a/archivers/jamjar/Makefile b/archivers/jamjar/Makefile index 9e3ad44c53d..b0154b5134c 100644 --- a/archivers/jamjar/Makefile +++ b/archivers/jamjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/25 12:47:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2017/08/01 16:47:35 wiz Exp $ # DISTNAME= jamjar-0.7.1 @@ -6,7 +6,7 @@ CATEGORIES= archivers MASTER_SITES= # none MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://wonka.acunia.com/ +#HOMEPAGE= http://wonka.acunia.com/ COMMENT= Acunia version of the jar archiver BUILD_DEPENDS+= acunia-jam>=1.0:../../devel/acunia-jam |