From owner-svn-ports-all@freebsd.org Wed Jul 27 01:10:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32256BA3AED; Wed, 27 Jul 2016 01:10:00 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F277D18D5; Wed, 27 Jul 2016 01:09:59 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6R19xsw052511; Wed, 27 Jul 2016 01:09:59 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6R19xlV052510; Wed, 27 Jul 2016 01:09:59 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201607270109.u6R19xlV052510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 27 Jul 2016 01:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419154 - head/net-im/telegram-purple 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.22 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: Wed, 27 Jul 2016 01:10:00 -0000 Author: kevlo Date: Wed Jul 27 01:09:58 2016 New Revision: 419154 URL: https://svnweb.freebsd.org/changeset/ports/419154 Log: Add missing dependency on graphics/webp. Modified: head/net-im/telegram-purple/Makefile Modified: head/net-im/telegram-purple/Makefile ============================================================================== --- head/net-im/telegram-purple/Makefile Tue Jul 26 21:56:39 2016 (r419153) +++ head/net-im/telegram-purple/Makefile Wed Jul 27 01:09:58 2016 (r419154) @@ -3,7 +3,7 @@ PORTNAME= telegram-purple PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libwebp.so:graphics/webp OPTIONS_DEFINE= NLS OPTIONS_SUB= yes