Date: Mon, 15 May 2017 15:28:06 +0800 From: Kevin Lo <kevlo@FreeBSD.org> To: Koop Mast <kwm@FreeBSD.org> 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> In-Reply-To: <1494830217.76995.6.camel@FreeBSD.org> References: <201705150522.v4F5MvPl032529@repo.freebsd.org> <1494830217.76995.6.camel@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170515072806.GA8809>