Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 09:03:01 +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: r462944 - head/shells/vshnu
Message-ID:  <201802250903.w1P931KT071713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Feb 25 09:03:01 2018
New Revision: 462944
URL: https://svnweb.freebsd.org/changeset/ports/462944

Log:
  - Add LICENSE
  - norach
  - Update WWW

Modified:
  head/shells/vshnu/Makefile
  head/shells/vshnu/pkg-descr

Modified: head/shells/vshnu/Makefile
==============================================================================
--- head/shells/vshnu/Makefile	Sun Feb 25 08:53:21 2018	(r462943)
+++ head/shells/vshnu/Makefile	Sun Feb 25 09:03:01 2018	(r462944)
@@ -10,11 +10,15 @@ MASTER_SITES=	http://www.cs.indiana.edu/~kinzler/${POR
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	New Visual Shell
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	p5-Term-Screen>=0:devel/p5-Term-Screen
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5 shebangfix tar:tgz
 USE_PERL5=	configure
 SHEBANG_FILES=	*.pl
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/shells/vshnu/pkg-descr
==============================================================================
--- head/shells/vshnu/pkg-descr	Sun Feb 25 08:53:21 2018	(r462943)
+++ head/shells/vshnu/pkg-descr	Sun Feb 25 09:03:01 2018	(r462944)
@@ -7,4 +7,4 @@ switch between command line and visual mode easily as 
 interface bandwidth and power for Unix operations is on a higher
 plane and life gets sweeter.
 
-WWW: http://www.cs.indiana.edu/~kinzler/vshnu/
+WWW: https://www.cs.indiana.edu/~kinzler/vshnu/



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