diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:28:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:59:07 +0000 |
commit | a197d06f10817108053204d5d6123ad7dc59f5d5 (patch) | |
tree | 675566889c935be00cd29a0e50c222bc95ad5c41 /net/tintin++ | |
parent | f0082e9ae0ea0d9ac4b84e31ea96d4c22801e9a3 (diff) | |
download | ports-a197d06f10817108053204d5d6123ad7dc59f5d5.tar.gz ports-a197d06f10817108053204d5d6123ad7dc59f5d5.zip |
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 11 | ||||
-rw-r--r-- | net/tintin++/distinfo | 6 | ||||
-rw-r--r-- | net/tintin++/pkg-descr | 2 |
3 files changed, 8 insertions, 11 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 0ce7a4ffc588..5ad6c51ca5e7 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -1,5 +1,5 @@ PORTNAME= tintin++ -PORTVERSION= 2.02.20 +PORTVERSION= 2.02.30 CATEGORIES+= net games MASTER_SITES= SF/tintin/TinTin%2B%2B%20Source%20Code/${PORTVERSION:C|.$||}/ \ https://github.com/scandum/tintin/releases/download/${PORTVERSION}/ @@ -7,7 +7,8 @@ DISTNAME= tintin-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client program to help playing MUDs -WWW= https://tintin.mudhalla.net/ +WWW= https://tintin.mudhalla.net/ \ + https://github.com/scandum/tintin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING @@ -23,10 +24,8 @@ CONFIGURE_ENV= ac_cv_file__dev_ptmx=no GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/tt/src -DOCS= CREDITS FAQ README SCRIPTS TODO \ - docs/chat_protocol.txt docs/tintin19.txt PLIST_FILES= bin/tt++ -PORTDOCS= ${DOCS:T} +PORTDOCS= CREDITS FAQ README SCRIPTS TODO CONFLICTS_INSTALL?= zh-tintin++ @@ -45,6 +44,6 @@ do-install: do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/../ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> diff --git a/net/tintin++/distinfo b/net/tintin++/distinfo index e122c4a0eeed..f4c8bdd220f6 100644 --- a/net/tintin++/distinfo +++ b/net/tintin++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648248850 -SHA256 (tintin-2.02.20.tar.gz) = 331673e6ee3c945cf27e1c0d71cec1225c9d992588ed73b2a707c4c49523e8d2 -SIZE (tintin-2.02.20.tar.gz) = 2258013 +TIMESTAMP = 1674589530 +SHA256 (tintin-2.02.30.tar.gz) = ce25add4554534e92f9809c575ccf17d4006c8916f5ff2bce2c400d928c16cd4 +SIZE (tintin-2.02.30.tar.gz) = 2281053 diff --git a/net/tintin++/pkg-descr b/net/tintin++/pkg-descr index fd2c705f7cc8..ac5feddcacdf 100644 --- a/net/tintin++/pkg-descr +++ b/net/tintin++/pkg-descr @@ -2,5 +2,3 @@ TinTin++ is a console MUD client for Windows, Linux, and Mac OS X. Its main assets are an easy to learn and use scripting language, full telnet support, a split screen interface to separate mud output from client input, and keyboard macros that work on all systems. - -See also: https://github.com/scandum/tintin |