From owner-svn-ports-all@freebsd.org Mon May 15 07:30:04 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 CE8C3D6D118; Mon, 15 May 2017 07:30:04 +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 7C5241CC5; Mon, 15 May 2017 07:30:03 +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 v4F7S72r008817 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 May 2017 15:28:07 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.15.2/8.15.2/Submit) id v4F7S6os008816; Mon, 15 May 2017 15:28:06 +0800 (CST) (envelope-from kevlo) Date: Mon, 15 May 2017 15:28:06 +0800 From: Kevin Lo To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r440907 - head/net-im/telegram-purple Message-ID: <20170515072806.GA8809@ns.kevlo.org> References: <201705150522.v4F5MvPl032529@repo.freebsd.org> <1494830217.76995.6.camel@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1494830217.76995.6.camel@FreeBSD.org> User-Agent: Mutt/1.8.0 (2017-02-23) 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 07:30:04 -0000 On Mon, May 15, 2017 at 08:36:57AM +0200, Koop Mast wrote: > 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? My bad, fixed in r440910. > -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 > >