diff options
author | maya <maya@pkgsrc.org> | 2018-08-01 05:34:17 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-08-01 05:34:17 +0000 |
commit | 43b0c46b9eeb8d1f34cefa5c0b4041bca1ce894a (patch) | |
tree | 3ca7ebe94ad26fbdc8f39f21ac3fb87b794fe65f /security/putty/Makefile | |
parent | ecb2bf69846055f0c841f9de76cba1b1d4891ba5 (diff) | |
download | pkgsrc-43b0c46b9eeb8d1f34cefa5c0b4041bca1ce894a.tar.gz |
putty: fix build after gdk_beep became deprecated.
bump pkgrevision for paranoia.
Diffstat (limited to 'security/putty/Makefile')
-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 058769223aa..55b5a0b64c4 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2018/04/16 14:35:08 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2018/08/01 05:34:17 maya Exp $ # DISTNAME= putty-0.69 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PKGVERSION_NOREV}/ |