Date: Thu, 20 Nov 2014 13:55:46 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372929 - in head: . net-im net-im/telegram net-im/tg Message-ID: <201411201355.sAKDtkqD040388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Thu Nov 20 13:55:45 2014 New Revision: 372929 URL: https://svnweb.freebsd.org/changeset/ports/372929 QAT: https://qat.redports.org/buildarchive/r372929/ Log: - Rename net-im/tg to net-im/telegram Approved by: Maintainer <gahr@> Added: head/net-im/telegram/ - copied from r372928, head/net-im/tg/ Deleted: head/net-im/tg/ Modified: head/MOVED head/net-im/Makefile head/net-im/telegram/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 20 13:43:17 2014 (r372928) +++ head/MOVED Thu Nov 20 13:55:45 2014 (r372929) @@ -7237,3 +7237,4 @@ graphics/xzgv||2014-11-19|Abandonware si deskutils/gtkjournal||2014-11-19|Abandonware, not working anymore deskutils/splashsetter||2014-11-19|Abandonware, useless without gnome2 editors/emacs23|editors/emacs|2014-11-19|Has expired: Unmaintained upstream, use editors/emacs +net-im/tg|net-im/telegram|2014-11-20|Renamed to more specific name Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Thu Nov 20 13:43:17 2014 (r372928) +++ head/net-im/Makefile Thu Nov 20 13:55:45 2014 (r372929) @@ -145,6 +145,7 @@ SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 + SUBDIR += telegram SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream @@ -160,7 +161,6 @@ SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip - SUBDIR += tg SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tkabbur Modified: head/net-im/telegram/Makefile ============================================================================== --- head/net-im/tg/Makefile Thu Nov 20 13:43:17 2014 (r372928) +++ head/net-im/telegram/Makefile Thu Nov 20 13:55:45 2014 (r372929) @@ -1,7 +1,7 @@ # Created by: gahr # $FreeBSD$ -PORTNAME= tg +PORTNAME= telegram PORTVERSION= 1.0.5.1 PORTREVISION= 1 CATEGORIES= net-im @@ -16,6 +16,7 @@ LIB_DEPENDS= libconfig.so:${PORTSDIR}/de USE_GITHUB= yes GH_ACCOUNT= vysheng +GH_PROJECT= tg GH_TAGNAME= 1.0.5.1 GH_COMMIT= 77bbb4c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201355.sAKDtkqD040388>