Date: Sun, 22 Aug 2021 11:36:28 +0200 From: "Tobias C. Berner" <tcberner@gmail.com> To: Neel Chauhan <nc@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: db87f09bd0a2 - main - net/libgweather: Update to 40.0 Message-ID: <CAOshKteAsqE5o=tkjMD1wzPt6uH-ej=7TqTk13VzWvX6FdW6mg@mail.gmail.com> In-Reply-To: <202108220526.17M5QTPo032754@gitrepo.freebsd.org> References: <202108220526.17M5QTPo032754@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 22 Aug 2021 at 07:26, Neel Chauhan <nc@freebsd.org> wrote: > > The branch main has been updated by nc: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=db87f09bd0a21e53205491372630030ad83d8957 > > commit db87f09bd0a21e53205491372630030ad83d8957 > Author: Neel Chauhan <nc@FreeBSD.org> > AuthorDate: 2021-08-22 04:58:58 +0000 > Commit: Neel Chauhan <nc@FreeBSD.org> > CommitDate: 2021-08-22 05:26:01 +0000 > > net/libgweather: Update to 40.0 > > PR: 256318 > Submitted by: Igor Pokrovsky <ip@unixway.org> (original) > --- > net/libgweather/Makefile | 16 ++++++++-------- > net/libgweather/distinfo | 6 +++--- > net/libgweather/pkg-plist | 3 +++ > 3 files changed, 14 insertions(+), 11 deletions(-) > > diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile > index 6937421b9764..265b3a604d94 100644 > --- a/net/libgweather/Makefile > +++ b/net/libgweather/Makefile > @@ -1,9 +1,10 @@ > # Created by: Koop Mast <kwm@FreeBSD.org> > > PORTNAME= libgweather > -PORTVERSION= 3.36.1 > +PORTVERSION= 40.0 > CATEGORIES= net gnome > MASTER_SITES= GNOME > +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} > DIST_SUBDIR= gnome > > MAINTAINER= gnome@FreeBSD.org > @@ -13,19 +14,18 @@ LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= vala:lang/vala > -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ > - libgeocode-glib.so:net/geocode-glib > +LIB_DEPENDS= libgeocode-glib.so:net/geocode-glib \ > + libsoup-2.4.so:devel/libsoup > > PORTSCOUT= limitw:1,even > > -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz > -USE_GNOME= gtk30 introspection:build libxml2 > +USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ > + shebangfix tar:xz > +USE_GNOME= gtk30 libxml2 pygobject3 introspection:build > INSTALLS_ICONS= yes > USE_LDCONFIG= yes > MESON_ARGS= -Dglade_catalog=false > - > -GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \ > - org.gnome.GWeather.gschema.xml ^ why did you drop the GLIB_SCHEMAS? mfgTobias > +SHEBANG_FILES= data/gen_locations_variant.py > > BINARY_ALIAS= python3=${PYTHON_VERSION} > > diff --git a/net/libgweather/distinfo b/net/libgweather/distinfo > index 0e73e23afd74..bf584c350c9d 100644 > --- a/net/libgweather/distinfo > +++ b/net/libgweather/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1600937734 > -SHA256 (gnome/libgweather-3.36.1.tar.xz) = de2709f0ee233b20116d5fa9861d406071798c4aa37830ca25f5ef2c0083e450 > -SIZE (gnome/libgweather-3.36.1.tar.xz) = 2702144 > +TIMESTAMP = 1620127686 > +SHA256 (gnome/libgweather-40.0.tar.xz) = ca4e8f2a4baaa9fc6d75d8856adb57056ef1cd6e55c775ba878ae141b6276ee6 > +SIZE (gnome/libgweather-40.0.tar.xz) = 2704404 > diff --git a/net/libgweather/pkg-plist b/net/libgweather/pkg-plist > index d8fab220c87d..865c7a32a51f 100644 > --- a/net/libgweather/pkg-plist > +++ b/net/libgweather/pkg-plist > @@ -11,8 +11,11 @@ lib/girepository-1.0/GWeather-3.0.typelib > lib/libgweather-3.so > lib/libgweather-3.so.16 > lib/libgweather-3.so.16.0.0 > +lib/libgweather/Locations.bin > libdata/pkgconfig/gweather-3.0.pc > share/gir-1.0/GWeather-3.0.gir > +share/glib-2.0/schemas/org.gnome.GWeather.enums.xml > +share/glib-2.0/schemas/org.gnome.GWeather.gschema.xml ^ should be handled via GLIB_SCHEMAS > %%DATADIR%%/Locations.xml > %%DATADIR%%/locations.dtd > share/locale/af/LC_MESSAGES/libgweather-3.0.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKteAsqE5o=tkjMD1wzPt6uH-ej=7TqTk13VzWvX6FdW6mg>