diff options
author | wiz <wiz@pkgsrc.org> | 2011-04-01 11:43:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-04-01 11:43:57 +0000 |
commit | 03abaedf27867911c1abb4344ff3d93c92e5af7d (patch) | |
tree | 79563b6f9eb09293c578de1e31c8648c05484dc1 /security | |
parent | 2e8d9e475f47ad5b8b0d423f37fb620b6831f9b8 (diff) | |
download | pkgsrc-03abaedf27867911c1abb4344ff3d93c92e5af7d.tar.gz |
Fix PKGNAME to have "60" instead of "6", to avoid making it appear very
old and triggering a vulnerability match. Suggested by obache.
Reset PKGREVISION, since the version is newer than the old one.
Set LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/putty-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/putty-devel/Makefile b/security/putty-devel/Makefile index 2a194a1c9ea..afb39535426 100644 --- a/security/putty-devel/Makefile +++ b/security/putty-devel/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.8 2011/01/13 13:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/04/01 11:43:57 wiz Exp $ # DISTNAME= putty-0.60-2009-09-06 -PKGNAME= putty-0.6.20090906 -PKGREVISION= 4 +PKGNAME= putty-0.60.20090906 CATEGORIES= security -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/ahoka/dist/ +MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/ahoka/dist/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir |