diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2019-10-18 15:58:49 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2019-10-18 15:58:49 +0000 |
commit | 10c8ad96f649aecffb865cc016188750c40bfdbc (patch) | |
tree | b32cce97f3a487a6f1a5c2fb03952adedd8375cf | |
parent | eaad702f429e6d90826441ec2f5efd836fbf47d3 (diff) |
Notes
-rw-r--r-- | security/putty/Makefile | 3 | ||||
-rw-r--r-- | security/putty/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index a3e52172a2c7..aee477d1cd10 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= putty -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= security MASTER_SITES= http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \ ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/ @@ -38,6 +38,7 @@ CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6 -DHAVE_FUTIMES LDFLAGS+= -Wl,--as-needed .if (${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3}) && !defined(WITHOUT_X11) +USES+= xorg USE_XORG= x11 .if ${PORT_OPTIONS:MGTK2} USES+= gnome diff --git a/security/putty/distinfo b/security/putty/distinfo index 394d559d863f..633eddf1dd3c 100644 --- a/security/putty/distinfo +++ b/security/putty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563631735 -SHA256 (putty-0.72.tar.gz) = f236b5a26b0905809b3cd190158e8b95d81f86ad34fdd97a4312c1877f2cec5f -SIZE (putty-0.72.tar.gz) = 2449516 +TIMESTAMP = 1571412224 +SHA256 (putty-0.73.tar.gz) = 3db0b5403fb41aecd3aa506611366650d927650b6eb3d839ad4dcc782519df1c +SIZE (putty-0.73.tar.gz) = 2459115 |