svn commit: r462944 - head/shells/vshnu

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 25 09:03:02 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list