svn commit: r419154 - head/net-im/telegram-purple

Kubilay Kocak koobs at FreeBSD.org
Wed Jul 27 01:16:35 UTC 2016


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,

Can you MFH this please if the quarterly (2016Q3) version is also
affected by a missing dependency.

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
> 



More information about the svn-ports-all mailing list