diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-11-19 13:14:59 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-11-19 13:14:59 +0000 |
commit | 8ea977e9ff1d54cf1ac1e73e8527096ff6ba2e2a (patch) | |
tree | bdf22661d9752293649882257f691084974b5aa9 | |
parent | Remove obsolete patches. (diff) |
- Remove duplicate port of net-im/tg
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/telegram-cli/Makefile | 35 | ||||
-rw-r--r-- | net-im/telegram-cli/distinfo | 2 | ||||
-rw-r--r-- | net-im/telegram-cli/files/patch-main.c | 22 | ||||
-rw-r--r-- | net-im/telegram-cli/pkg-descr | 3 |
6 files changed, 1 insertions, 63 deletions
@@ -7226,3 +7226,4 @@ x11/gnome2-fifth-toe||2014-11-19|GNOME 2 was removed x11/gnome2-lite||2014-11-19|GNOME 2 was removed x11/gnome2-power-tools||2014-11-19|GNOME 2 was removed x11/xfce4-xfapplet-plugin||2014-11-19|Depends on removed gnome-panel +net-im/telegram-cli||2014-11-19|Duplicate of net-im/tg diff --git a/net-im/Makefile b/net-im/Makefile index 204b1ac6b543..b22a2d2381b5 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -144,7 +144,6 @@ SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 - SUBDIR += telegram-cli SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream diff --git a/net-im/telegram-cli/Makefile b/net-im/telegram-cli/Makefile deleted file mode 100644 index d42d7296ed0c..000000000000 --- a/net-im/telegram-cli/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: kmoore@FreeBSD.org -# $FreeBSD$ - -PORTNAME= telegram-cli -DISTVERSION= 1.0.5.1 -CATEGORIES= net-im - -MAINTAINER= kmoore@FreeBSD.org -COMMENT= Telegram CLI messaging client - -LICENSE= GPLv2 - -LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig - -USE_GITHUB= yes -GH_ACCOUNT= vysheng -GH_COMMIT= 77bbb4c -GH_TAGNAME= 1.0.5.1 -GH_PROJECT= tg -USES= libtool execinfo lua gmake -HAS_CONFIGURE= yes -PLIST_FILES= bin/telegram-cli \ - etc/telegram-cli/server.pub - -.include <bsd.port.pre.mk> - -pre-configure: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/main.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/telegram-cli ${STAGEDIR}${LOCALBASE}/bin/telegram-cli - @${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/telegram-cli - ${INSTALL_DATA} ${WRKSRC}/tg-server.pub ${STAGEDIR}${LOCALBASE}/etc/telegram-cli/server.pub - -.include <bsd.port.post.mk> diff --git a/net-im/telegram-cli/distinfo b/net-im/telegram-cli/distinfo deleted file mode 100644 index e5c725c2eb5b..000000000000 --- a/net-im/telegram-cli/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (telegram-cli-1.0.5.1.tar.gz) = 42fcb2208a3534f15277fe466f9372db088910e7c5aa550b3e2269b84152aa31 -SIZE (telegram-cli-1.0.5.1.tar.gz) = 390920 diff --git a/net-im/telegram-cli/files/patch-main.c b/net-im/telegram-cli/files/patch-main.c deleted file mode 100644 index b3344859e627..000000000000 --- a/net-im/telegram-cli/files/patch-main.c +++ /dev/null @@ -1,22 +0,0 @@ ---- main.c.orig 2014-09-24 06:35:27.000000000 -0400 -+++ main.c 2014-11-18 10:30:56.677155518 -0500 -@@ -29,6 +29,10 @@ - #include <termios.h> - #include <unistd.h> - #include <assert.h> -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#include <netinet/in.h> -+#endif - #if (READLINE == GNU) - #include <readline/readline.h> - #else -@@ -803,7 +807,7 @@ - running_for_first_time (); - parse_config (); - -- tgl_set_rsa_key ("/etc/" PROG_NAME "/server.pub"); -+ tgl_set_rsa_key ("%%LOCALBASE%%/etc/" PROG_NAME "/server.pub"); - tgl_set_rsa_key ("tg-server.pub"); - - diff --git a/net-im/telegram-cli/pkg-descr b/net-im/telegram-cli/pkg-descr deleted file mode 100644 index ee03ea8499ca..000000000000 --- a/net-im/telegram-cli/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Command-line interface for Telegram. Uses readline interface. - -WWW: https://github.com/vysheng/tg |