Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 22:40:26 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551546 - head/net-im/telegram
Message-ID:  <202010052240.095MeQbb060028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Oct  5 22:40:26 2020
New Revision: 551546
URL: https://svnweb.freebsd.org/changeset/ports/551546

Log:
  Fix build on 13, clean up and deprecate in favor of net-im/telegram-cli
  
  Also, drop unnecessary ncurses dependency.

Modified:
  head/net-im/telegram/Makefile

Modified: head/net-im/telegram/Makefile
==============================================================================
--- head/net-im/telegram/Makefile	Mon Oct  5 22:04:37 2020	(r551545)
+++ head/net-im/telegram/Makefile	Mon Oct  5 22:40:26 2020	(r551546)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telegram
 PORTVERSION=	1.4.1.g20161227
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -12,22 +12,29 @@ COMMENT=	Command-line interface for Telegram
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libconfig.so:devel/libconfig \
-		libevent.so:devel/libevent \
-		libjansson.so:devel/jansson
-
 BROKEN_mips=	Missing header
 BROKEN_mips64=	Missing header
 BROKEN_powerpc64=	Does not build: Assertion failed: (get_int () == TLS_SCHEMA_V2)
 
-USES=		gmake lua:52 ncurses pkgconfig readline ssl
-GNU_CONFIGURE=	yes
+DEPRECATED=	Upstream unmaintained; please migrate to net-im/telegram-cli
+EXPIRATION_DATE=	2021-01-14
 
+LIB_DEPENDS=	libconfig.so:devel/libconfig \
+		libevent.so:devel/libevent \
+		libjansson.so:devel/jansson
+
+USES=		gmake lua:52 pkgconfig readline ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	vysheng
 GH_PROJECT=	tg tgl:tgl tl-parser:tlparser
-GH_TAGNAME=	6547c0b ffb04ca:tgl 36bf190:tlparser
 GH_SUBDIR=	tgl:tgl tgl/tl-parser:tlparser
+GH_TAGNAME=	6547c0b ffb04ca:tgl 36bf190:tlparser
+
+CFLAGS+=	-fcommon
+
+GNU_CONFIGURE=	yes
+
+CONFLICTS_INSTALL=	telegram-cli
 
 PLIST_FILES=	bin/telegram-cli \
 		etc/telegram-cli/server.pub



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