Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 09:02:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460076 - head/security/gputty
Message-ID:  <201801270902.w0R92958059958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jan 27 09:02:08 2018
New Revision: 460076
URL: https://svnweb.freebsd.org/changeset/ports/460076

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/security/gputty/Makefile
  head/security/gputty/pkg-descr

Modified: head/security/gputty/Makefile
==============================================================================
--- head/security/gputty/Makefile	Sat Jan 27 06:19:51 2018	(r460075)
+++ head/security/gputty/Makefile	Sat Jan 27 09:02:08 2018	(r460076)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.defora.org/os/download/downlo
 MAINTAINER=	olivier@FreeBSD.org
 COMMENT=	Frontend to the SSH client, using the Gtk+ toolkit
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libSystem.so:devel/deforaos-libsystem
 

Modified: head/security/gputty/pkg-descr
==============================================================================
--- head/security/gputty/pkg-descr	Sat Jan 27 06:19:51 2018	(r460075)
+++ head/security/gputty/pkg-descr	Sat Jan 27 09:02:08 2018	(r460076)
@@ -1,3 +1,3 @@
 GPuTTY is a frontend to the SSH client, using the Gtk+ toolkit.
 
-WWW: http://www.defora.org/os/project/334/gputty
+WWW: https://www.defora.org/os/project/334/gputty



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801270902.w0R92958059958>