diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 0ce7a4ffc588..5ad6c51ca5e7 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -1,50 +1,49 @@ 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}/ 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 LIB_DEPENDS= libpcre.so:devel/pcre USES= gmake localbase CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \ --libdir=${LOCALBASE}/lib \ --prefix=${PREFIX} 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++ SLAVEDIRS= chinese/tintin++ OPTIONS_DEFINE= BIG5 DOCS GNUTLS BIG5_DESC= Big5 support BIG5_CONFIGURE_ENABLE= big5 GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ENV_OFF= ac_cv_header_gnutls_gnutls_h=no \ ac_cv_lib_gnutls_gnutls_init=no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/../ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include 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 @@ -1,6 +1,4 @@ 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