Date: Thu, 15 Nov 2018 22:24:47 +0100 From: Tobias Kortkamp <tobik@FreeBSD.org> To: "Christoph Moench-Tegeder" <cmt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485042 - head/net/liferea Message-ID: <1542317087.45290.1578493896.08BD6AC9@webmail.messagingengine.com> In-Reply-To: <201811152036.wAFKaHi2082340@repo.freebsd.org> References: <201811152036.wAFKaHi2082340@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 15, 2018, at 21:36, Christoph Moench-Tegeder wrote: > Author: cmt > Date: Thu Nov 15 20:36:16 2018 > New Revision: 485042 > URL: https://svnweb.freebsd.org/changeset/ports/485042 > > Log: > net/liferea: update to 1.12.5 > > PR: 232896 > Approved by: kwm (maintainer, timeout) > > Modified: > head/net/liferea/Makefile > head/net/liferea/distinfo > head/net/liferea/pkg-plist > > Modified: head/net/liferea/Makefile > ============================================================================== > --- head/net/liferea/Makefile Thu Nov 15 20:10:46 2018 (r485041) > +++ head/net/liferea/Makefile Thu Nov 15 20:36:16 2018 (r485042) > @@ -2,7 +2,8 @@ > # $FreeBSD$ > > PORTNAME= liferea > -PORTVERSION= 1.12.3 > +DISTVERSIONPREFIX= v > +DISTVERSION= 1.12.5 > CATEGORIES= net gnome > MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v$ > {PORTVERSION:S/.r/-rc/}/ > > @@ -19,10 +20,13 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ > RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ > ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} > > -USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome libtool > localbase \ > +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ > + gmake gnome libtool localbase \ > pathfix pkgconfig python:3.4+ sqlite tar:bzip2 > USE_GNOME= cairo dconf:run gtk30 intltool introspection \ > libxslt libxml2 > +USE_GITHUB= yes > +GH_ACCOUNT= lwindolf There is still a release tarball available. Why do we need USE_GITHUB? https://github.com/lwindolf/liferea/releases/download/v1.12.5/liferea-1.12.5a.tar.bz2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1542317087.45290.1578493896.08BD6AC9>