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 /security/apg | |
parent | 41670002842a64e3e9a990251fc6fa89c43d31fc (diff) | |
download | pkgsrc-aa604fe4082c376cebac27e9920b2905425761da.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'security/apg')
-rw-r--r-- | security/apg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 3276d1b92fd..ea1200b5f2f 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2016/07/09 06:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/08/01 16:47:43 wiz Exp $ # DISTNAME= apg-2.3.0b PKGREVISION= 4 CATEGORIES= security -MASTER_SITES= http://www.adel.nursat.kz/apg/download/ +#MASTER_SITES= http://www.adel.nursat.kz/apg/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.adel.nursat.kz/apg/ +#HOMEPAGE= http://www.adel.nursat.kz/apg/ COMMENT= Tool set for random password generation LICENSE= modified-bsd |