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/archangel | |
parent | 41670002842a64e3e9a990251fc6fa89c43d31fc (diff) | |
download | pkgsrc-aa604fe4082c376cebac27e9920b2905425761da.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'archivers/archangel')
-rw-r--r-- | archivers/archangel/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |