Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 15:44:09 +0800
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        Kubilay Kocak <koobs@FreeBSD.org>
Cc:        svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Security Team <ports-secteam@freebsd.org>
Subject:   Re: svn commit: r419154 - head/net-im/telegram-purple
Message-ID:  <20160727074409.GA67721@ns.kevlo.org>
In-Reply-To: <3550b2ab-4b55-a758-4d63-7d5a63f2162d@FreeBSD.org>
References:  <201607270109.u6R19xlV052510@repo.freebsd.org> <3550b2ab-4b55-a758-4d63-7d5a63f2162d@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> > 
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160727074409.GA67721>