Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 09:37:46 +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: r474943 - head/textproc/yali
Message-ID:  <201807190937.w6J9bkxE009981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 19 09:37:45 2018
New Revision: 474943
URL: https://svnweb.freebsd.org/changeset/ports/474943

Log:
  - Add license (BSD variant not specified)
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/yali/Makefile
  head/textproc/yali/pkg-descr

Modified: head/textproc/yali/Makefile
==============================================================================
--- head/textproc/yali/Makefile	Thu Jul 19 09:18:52 2018	(r474942)
+++ head/textproc/yali/Makefile	Thu Jul 19 09:37:45 2018	(r474943)
@@ -14,6 +14,8 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	tsparks@appliedops.net
 COMMENT=	YALI: Yet Another LOLCODE Interpreter
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
 		p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
 
@@ -22,6 +24,7 @@ USE_PERL5=	run
 SHEBANG_FILES=	${DISTFILES}
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/yali

Modified: head/textproc/yali/pkg-descr
==============================================================================
--- head/textproc/yali/pkg-descr	Thu Jul 19 09:18:52 2018	(r474942)
+++ head/textproc/yali/pkg-descr	Thu Jul 19 09:37:45 2018	(r474943)
@@ -1,3 +1,3 @@
 This is YALI, its a LOLCODE interpreter, written in perl.
 
-WWW: http://1.618034.com/yali-yet-another-lolcode-interpreter/index.php
+WWW: https://1.618034.com/yali-yet-another-lolcode-interpreter/index.php



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