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

Koop Mast kwm at FreeBSD.org
Mon May 15 06:52:19 UTC 2017


On Mon, 2017-05-15 at 05:22 +0000, Kevin Lo wrote:
> Author: kevlo
> Date: Mon May 15 05:22:57 2017
> New Revision: 440907
> URL: https://svnweb.freebsd.org/changeset/ports/440907
> 
> Log:
>   Remove USE_GCC which is not needed anymore.

Hi, it looks like the commit message and the commit itself are not in
sync. So which one is correct?

-Koop

> Modified:
>   head/net-im/telegram-purple/Makefile
> 
> Modified: head/net-im/telegram-purple/Makefile
> =====================================================================
> =========
> --- head/net-im/telegram-purple/Makefile	Mon May 15 00:26:40
> 2017	(r440906)
> +++ head/net-im/telegram-purple/Makefile	Mon May 15 05:22:57
> 2017	(r440907)
> @@ -4,7 +4,7 @@
>  PORTNAME=	telegram-purple
>  PORTVERSION=	1.3.1
>  DISTVERSIONPREFIX=	v
> -PORTREVISION=	2
> +PORTREVISION=	3
>  CATEGORIES=	net-im
>  
>  MAINTAINER=	kevlo at FreeBSD.org
> @@ -25,6 +25,7 @@ USES=		execinfo gettext gmake
> pkgconfig
>  USE_GNOME=	glib20 libxml2
>  USE_GCC=	yes
>  GNU_CONFIGURE=	yes
> +LDFLAGS+=	-L${LOCALBASE}/lib
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	majn:DEFAULT,tgl vysheng:tlparser
> 


More information about the svn-ports-all mailing list