diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-21 13:18:45 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-21 13:18:45 +0000 |
commit | 327a58e217db3392af1f417d2591f7ed4194a2d7 (patch) | |
tree | 5cdd2df5cd6fd88f28e654162a5f518cfc3be7ec /security | |
parent | 613236ae29714bba0f1d1a4a30052e889325c3c7 (diff) | |
download | pkgsrc-327a58e217db3392af1f417d2591f7ed4194a2d7.tar.gz |
Follow the HTTP redirection.
Diffstat (limited to 'security')
-rw-r--r-- | security/putty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 3cb245b3f34..8fdeaa0e319 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2007/03/17 16:35:05 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/21 13:18:45 rillig Exp $ # DISTNAME= putty-0.59 CATEGORIES= security -MASTER_SITES= http://the.earth.li/~sgtatham/putty/latest/ +MASTER_SITES= http://the.earth.li/~sgtatham/putty/0.59/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ |