diff options
Diffstat (limited to 'security/putty/Makefile')
-rw-r--r-- | security/putty/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 730e29aa1b1..64fe74cadfa 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2015/04/25 14:24:49 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2015/11/20 19:02:02 ryoon Exp $ # -DISTNAME= putty-0.64 -PKGREVISION= 1 +DISTNAME= putty-0.66 CATEGORIES= security -MASTER_SITES= http://the.earth.li/~sgtatham/putty/0.64/ +MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ |