Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 12:42:05 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459039 - in head: . archivers/lha archivers/lha/files
Message-ID:  <201801151242.w0FCg5q6042151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon Jan 15 12:42:05 2018
New Revision: 459039
URL: https://svnweb.freebsd.org/changeset/ports/459039

Log:
  - Add license information
  PR:		223272
  Submitted by:	Yasuhiro KIMURA

Added:
  head/archivers/lha/files/LICENSE   (contents, props changed)
Modified:
  head/LEGAL
  head/archivers/lha/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Mon Jan 15 11:59:41 2018	(r459038)
+++ head/LEGAL	Mon Jan 15 12:42:05 2018	(r459039)
@@ -1,4 +1,4 @@
-# Creator:  Jordan Hubbard
+ # Creator:  Jordan Hubbar2
 # $FreeBSD$
 #
 #    **********************************************************************
@@ -253,3 +253,4 @@ sas2ircu-*		sysutils/sas2ircu	May not be redistributed
 snes9x-*		emulators/snes9x-gtk	Commercial users must seek permission from copyright holders.
 rainloop-1.*.zip	mail/rainloop		Redistribution in any form is prohibited
 frr-*			net/frr			possible GPL violation of Quagga project
+lha-114i.tar.gz		archivers/lha		Binary only redistribution is prohibited. Non-network redistribution such as CDROM requires prior notification to author. Commercial use whose main purpose is to provide the functions of this program is prohibited.

Modified: head/archivers/lha/Makefile
==============================================================================
--- head/archivers/lha/Makefile	Mon Jan 15 11:59:41 2018	(r459038)
+++ head/archivers/lha/Makefile	Mon Jan 15 12:42:05 2018	(r459039)
@@ -1,15 +1,21 @@
+# $FreeBSD: head/textproc/loook/Makefile 412349 2016-04-01 14:25:16Z mat 2
 # Created by: ache
 # $FreeBSD$
 
 PORTNAME=	lha
 PORTVERSION=	1.14i
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	archivers
 MASTER_SITES=	http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//}
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Archive files using LZSS and Huffman compression (.lzh files)
+
+LICENSE=	LHA
+LICENSE_NAME=	License of lha
+LICENSE_FILE=	${FILESDIR}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell auto-accept
 
 PLIST_FILES=	bin/lha
 PLIST_FILES+=	man/ja/man1/lha.1.gz

Added: head/archivers/lha/files/LICENSE
==============================================================================
Binary file. No diff available.



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