From owner-svn-ports-all@freebsd.org Mon May 15 06:52:19 2017 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 94215D6D4B4; Mon, 15 May 2017 06:52:19 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58B57C1C; Mon, 15 May 2017 06:52:18 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from [212.54.42.115] (helo=lsmtp1.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dA9cn-0001Gy-Jn; Mon, 15 May 2017 08:36:57 +0200 Received: from d34030.upc-d.chello.nl ([213.46.34.30] helo=[192.168.0.51]) by lsmtp1.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dA9cn-0004Yt-Fs; Mon, 15 May 2017 08:36:57 +0200 Message-ID: <1494830217.76995.6.camel@FreeBSD.org> Subject: Re: svn commit: r440907 - head/net-im/telegram-purple From: Koop Mast To: Kevin Lo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Mon, 15 May 2017 08:36:57 +0200 In-Reply-To: <201705150522.v4F5MvPl032529@repo.freebsd.org> References: <201705150522.v4F5MvPl032529@repo.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SourceIP: 213.46.34.30 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=c/3beV1l c=1 sm=1 tr=0 a=A4srH7kgSix8FTkTlriEHg==:17 a=IkcTkHD0fZMA:10 a=tJ8p9aeEuA8A:10 a=6I5d2MoRAAAA:8 a=sFM9Le_VAbPWTFDas1gA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 15 May 2017 06:52:19 -0000 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@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 >