svn commit: r551546 - head/net-im/telegram

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Oct 5 22:40:27 UTC 2020


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 at 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


More information about the svn-ports-all mailing list