From owner-svn-ports-head@freebsd.org Wed Jul 27 07:44:30 2016 Return-Path: Delivered-To: svn-ports-head@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 3CB9CBA6458; Wed, 27 Jul 2016 07:44:30 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DC73B1F07; Wed, 27 Jul 2016 07:44:29 +0000 (UTC) (envelope-from kevlo@ns.kevlo.org) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.15.2/8.15.2) with ESMTPS id u6R7i9lT067759 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Jul 2016 15:44:10 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id u6R7i9ZU067758; Wed, 27 Jul 2016 15:44:09 +0800 (CST) (envelope-from kevlo) Date: Wed, 27 Jul 2016 15:44:09 +0800 From: Kevin Lo To: Kubilay Kocak Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Security Team Subject: Re: svn commit: r419154 - head/net-im/telegram-purple Message-ID: <20160727074409.GA67721@ns.kevlo.org> References: <201607270109.u6R19xlV052510@repo.freebsd.org> <3550b2ab-4b55-a758-4d63-7d5a63f2162d@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3550b2ab-4b55-a758-4d63-7d5a63f2162d@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 07:44:30 -0000 On Wed, Jul 27, 2016 at 11:16:29AM +1000, Kubilay Kocak wrote: > > On 27/07/2016 11:09 AM, Kevin Lo wrote: > > 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. > > Hi Kevin, Hi Kubilay, > Can you MFH this please if the quarterly (2016Q3) version is also > affected by a missing dependency. The quarterly (2016Q3) branch is still using the old version which is not affected, thanks. > Thank you! :) > > > > 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 > > > >