From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 13:55:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF73C75B; Thu, 20 Nov 2014 13:55:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1D57CAA; Thu, 20 Nov 2014 13:55:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKDtkRG040414; Thu, 20 Nov 2014 13:55:46 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKDtkqD040388; Thu, 20 Nov 2014 13:55:46 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201411201355.sAKDtkqD040388@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 20 Nov 2014 13:55:46 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 13:55:47 -0000 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 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