svn commit: r540719 - head/security/putty

Matthias Andree mandree at FreeBSD.org
Sun Jun 28 13:59:48 UTC 2020


Author: mandree
Date: Sun Jun 28 13:59:48 2020
New Revision: 540719
URL: https://svnweb.freebsd.org/changeset/ports/540719

Log:
  security/putty*: rename and update LICENCE from tarball.

Modified:
  head/security/putty/Makefile

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Sun Jun 28 13:59:34 2020	(r540718)
+++ head/security/putty/Makefile	Sun Jun 28 13:59:48 2020	(r540719)
@@ -2,6 +2,7 @@
 
 PORTNAME=	putty
 PORTVERSION=	0.74
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
 		ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -11,7 +12,7 @@ COMMENT=	Secure shell and telnet client
 # test plan: test ALL 4 GSSAPI_* options, ALL 3 GTK options, WITH_DEBUG=yes build.
 
 LICENSE=	MIT
-LICENSE_FILE=	${FILESDIR}/LICENSE
+LICENSE_FILE=	${FILESDIR}/LICENCE
 
 USES=		cpe gmake pkgconfig
 CPE_VENDOR=	simon_tatham


More information about the svn-ports-head mailing list