FreeBSD Bugzilla – Attachment 186942 Details for
Bug 222815
sysutils/tmux: Fix license information and etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
sysutils_tmux.patch (text/plain), 4.34 KB, created by
Yasuhiro Kimura
on 2017-10-06 09:08:30 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-10-06 09:08:30 UTC
Size:
4.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 451277) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tmux >-PORTVERSION= 2.5 >-PORTREVISION= 1 >+PORTVERSION= 2.6 > CATEGORIES= sysutils > MASTER_SITES= https://github.com/tmux/tmux/releases/download/${PORTVERSION}/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -11,10 +10,17 @@ > MAINTAINER= mat@FreeBSD.org > COMMENT= Terminal Multiplexer > >-LICENSE= ISCL >-LICENSE_FILE= ${WRKSRC}/COPYING >+LICENSE= BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE IBM ISCL PD Tatu.Ylonen >+LICENSE_COMB= multi >+LICENSE_NAME_IBM= IBM license >+LICENSE_NAME_Tatu.Ylonen= License of Tatu Ylonen >+LICENSE_FILE_IBM= ${FILESDIR}/LICENSE.IBM >+LICENSE_FILE_ISCL= ${WRKSRC}/COPYING >+LICENSE_FILE_Tatu.Ylonen= ${FILESDIR}/LICENSE.Tatu.Ylonen >+LICENSE_PERMS_IBM= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >+LICENSE_PERMS_Tatu.Ylonen= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-USES= pkgconfig ncurses >+USES= ncurses pkgconfig > > USE_GITHUB= nodefault > GH_TUPLE= imomaliev:tmux-bash-completion:ef56d3e:bash >@@ -26,7 +32,7 @@ > man/man1/tmux.1.gz \ > etc/bash_completion.d/tmux > >-PORTDOCS= CHANGES FAQ README TODO >+PORTDOCS= CHANGES README TODO > PORTEXAMPLES= * > > OPTIONS_DEFINE= DOCS EXAMPLES LIBEVENT_STATIC BACKSPACE >Index: distinfo >=================================================================== >--- distinfo (revision 451277) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1497441574 >-SHA256 (tmux-2.5.tar.gz) = ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df >-SIZE (tmux-2.5.tar.gz) = 475717 >+TIMESTAMP = 1507276029 >+SHA256 (tmux-2.6.tar.gz) = b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8 >+SIZE (tmux-2.6.tar.gz) = 481000 > SHA256 (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 2f8f3fe586bbdeec9b251ce3ef74f5edef19ba371968a8011acef860ddac59e1 > SIZE (imomaliev-tmux-bash-completion-ef56d3e_GH0.tar.gz) = 1526 >Index: files/LICENSE.IBM >=================================================================== >--- files/LICENSE.IBM (nonexistent) >+++ files/LICENSE.IBM (working copy) >@@ -0,0 +1,24 @@ >+(Following sentences are from compat/base64.c of tmux-2.6.tar.gz.) >+ >+Portions Copyright (c) 1995 by International Business Machines, Inc. >+ >+International Business Machines, Inc. (hereinafter called IBM) grants >+permission under its copyrights to use, copy, modify, and distribute this >+Software with or without fee, provided that the above copyright notice and >+all paragraphs of this notice appear in all copies, and that the name of IBM >+not be used in connection with the marketing of any product incorporating >+the Software or modifications thereof, without specific, written prior >+permission. >+ >+To the extent it has a right to do so, IBM grants an immunity from suit >+under its patents, if any, for the use, sale or manufacture of products to >+the extent that such products are used for performing Domain Name System >+dynamic updates in TCP/IP networks by means of the Software. No immunity is >+granted for any product per se or for any other function of any product. >+ >+THE SOFTWARE IS PROVIDED "AS IS", AND IBM DISCLAIMS ALL WARRANTIES, >+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A >+PARTICULAR PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, >+DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING >+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN >+IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. >Index: files/LICENSE.Tatu.Ylonen >=================================================================== >--- files/LICENSE.Tatu.Ylonen (nonexistent) >+++ files/LICENSE.Tatu.Ylonen (working copy) >@@ -0,0 +1,13 @@ >+(Following sentences are from xmalloc.c of tmux-2.6.tar.gz.) >+ >+Author: Tatu Ylonen <ylo@cs.hut.fi> >+Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland >+ All rights reserved >+Versions of malloc and friends that check their results, and never return >+failure (they call fatalx if they encounter an error). >+ >+* As far as I am concerned, the code I have written for this software >+can be used freely for any purpose. Any derived versions of this >+software must be clearly marked as such, and if the derived work is >+incompatible with the protocol description in the RFC file, it must be >+called by a name other than "ssh" or "Secure Shell".
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222815
:
186942
|
187051
|
187065
|
187309
|
191695