Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 2021 14:35:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 647882044d6a - main - net/tintin++: Update to 2.02.11
Message-ID:  <202104291435.13TEZgFp050956@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=647882044d6a54c6fa6c892ef7fd22557a3a7db2

commit 647882044d6a54c6fa6c892ef7fd22557a3a7db2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-29 14:14:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-29 14:23:37 +0000

    net/tintin++: Update to 2.02.11
    
    Changes:        https://tintin.mudhalla.net/news.php
---
 net/tintin++/Makefile           |  2 +-
 net/tintin++/distinfo           |  6 +++---
 net/tintin++/files/patch-data.c | 11 +++++++++++
 net/tintin++/pkg-descr          |  1 +
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index d03375c4d505..252621df09cb 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -1,7 +1,7 @@
 # Created by: ache
 
 PORTNAME=	tintin++
-PORTVERSION=	2.02.10
+PORTVERSION=	2.02.11
 CATEGORIES+=	net games
 MASTER_SITES=	SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \
 		https://github.com/scandum/tintin/releases/download/${PORTVERSION}/
diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo
index 735aeb53b563..d50b5baa7ea6 100644
--- a/net/tintin++/distinfo
+++ b/net/tintin++/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618319972
-SHA256 (tintin-2.02.10.tar.gz) = 079d316da0d5cfa2d737af647041e54dd00cd1b601a37f2bb127eb80251eaa1a
-SIZE (tintin-2.02.10.tar.gz) = 2212956
+TIMESTAMP = 1619569419
+SHA256 (tintin-2.02.11.tar.gz) = b39289ef1e26d2f5b7f7e33f70bcd894060c95dd96c157bb976f063c59a8b1f5
+SIZE (tintin-2.02.11.tar.gz) = 2215341
diff --git a/net/tintin++/files/patch-data.c b/net/tintin++/files/patch-data.c
new file mode 100644
index 000000000000..47b1d8a18d9f
--- /dev/null
+++ b/net/tintin++/files/patch-data.c
@@ -0,0 +1,11 @@
+--- data.c.orig	2021-04-24 20:46:04 UTC
++++ data.c
+@@ -27,6 +27,8 @@
+ 
+ #include <limits.h>
+ 
++extern char **environ;
++
+ struct listroot *init_list(struct session *ses, int type, int size)
+ {
+ 	struct listroot *listhead;
diff --git a/net/tintin++/pkg-descr b/net/tintin++/pkg-descr
index e86cb483b782..34e9f72fcdde 100644
--- a/net/tintin++/pkg-descr
+++ b/net/tintin++/pkg-descr
@@ -4,3 +4,4 @@ a split screen interface to separate mud output from client input, and
 keyboard macros that work on all systems.
 
 WWW: https://tintin.mudhalla.net/
+WWW: https://github.com/scandum/tintin



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