Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 07:45:20 GMT
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31593b7121b1 - main - games/sl: Include LICENSE information
Message-ID:  <202109260745.18Q7jKuK056852@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31593b7121b11701af1b83d001aac1c863a2605d

commit 31593b7121b11701af1b83d001aac1c863a2605d
Author:     Quentin Baker <bsd@quentb.com>
AuthorDate: 2021-09-26 07:41:58 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-09-26 07:41:58 +0000

    games/sl: Include LICENSE information
    
    PR:             257700
    Approved by:    maintainer timeout (> 6 weeks)
---
 games/sl/Makefile  | 9 +++++++--
 games/sl/pkg-descr | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/games/sl/Makefile b/games/sl/Makefile
index b8eca6f395f5..3003f48c1438 100644
--- a/games/sl/Makefile
+++ b/games/sl/Makefile
@@ -5,12 +5,17 @@ PORTVERSION=	5.02
 CATEGORIES=	games
 
 MAINTAINER=	hym@cocoa.freemail.ne.jp
-COMMENT=	Steam locomotive runs across the screen if you type "sl" instead of "ls"
+COMMENT=	Steam locomotive runs across the screen if you type "sl"
 
+LICENSE=	SL_CUSTOM
+LICENSE_NAME=	sl Program License
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES=		ncurses
 USE_GITHUB=	yes
 GH_ACCOUNT=	mtoyoda
 
-USES=		ncurses
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/${PORTNAME}.1.gz \
 		man/ja/man1/${PORTNAME}.1.gz
diff --git a/games/sl/pkg-descr b/games/sl/pkg-descr
index 405d506be751..80228d14aba6 100644
--- a/games/sl/pkg-descr
+++ b/games/sl/pkg-descr
@@ -4,4 +4,4 @@ runs across your screen if you type "sl" (Steam Locomotive) instead of
 
 This program was written by TOYODA Masashi
 
-WWW: http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html
+WWW: https://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html



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