Re: git: e5b680ed872f - main - www/badwolf: Update to 1.3.0
- In reply to: Nuno Teixeira : "Re: git: e5b680ed872f - main - www/badwolf: Update to 1.3.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 10:49:24 UTC
Friendly ping Nuno Teixeira <eduardo@freebsd.org> escreveu no dia quinta, 28/09/2023 à(s) 11:05: > Hello, > > It seems that %%NLS%% is missing in pkg-plist: > > -%%NLS%%%%DATADIR%%/de/LC_MESSAGES/Badwolf.mo > -%%NLS%%%%DATADIR%%/fr/LC_MESSAGES/Badwolf.mo > %%DATADIR%%/interface.css > -%%NLS%%%%DATADIR%%/pt_BR/LC_MESSAGES/Badwolf.mo > -%%NLS%%%%DATADIR%%/tr/LC_MESSAGES/Badwolf.mo > -%%NLS%%%%DATADIR%%/vi/LC_MESSAGES/Badwolf.mo > > +%%DATADIR%%/locale/de/LC_MESSAGES/Badwolf.mo > +%%DATADIR%%/locale/fr/LC_MESSAGES/Badwolf.mo > +%%DATADIR%%/locale/pt_BR/LC_MESSAGES/Badwolf.mo > +%%DATADIR%%/locale/tr/LC_MESSAGES/Badwolf.mo > +%%DATADIR%%/locale/vi/LC_MESSAGES/Badwolf.mo > +share/man/de/man1/badwolf.1.gz > +share/man/fr/man1/badwolf.1.gz > +share/man/tr/man1/badwolf.1.gz > +share/man/vi/man1/badwolf.1.gz > > Cheers, > > Li-Wen Hsu <lwhsu@freebsd.org> escreveu no dia quinta, 28/09/2023 à(s) > 08:53: > >> The branch main has been updated by lwhsu: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=e5b680ed872fe739269b6295ab883b52d41891a2 >> >> commit e5b680ed872fe739269b6295ab883b52d41891a2 >> Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> >> AuthorDate: 2023-09-26 10:35:06 +0000 >> Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> >> CommitDate: 2023-09-28 07:53:28 +0000 >> >> www/badwolf: Update to 1.3.0 >> >> * Pet portfmt. >> >> ChangeLog: https://hacktivis.me/releases/badwolf-1.3.0.txt >> >> * Packagers Highlights: >> - You now need to use ninja/samu instead of make, ./configure is >> still >> used as before >> - Common but non-standard hardening flags like -D_FORTIFY_SOURCE=2 >> are >> still default but no longer force to allow alternative compilers. >> Most distros already default to such flags. >> If yours doesn't consider copying such flags if you set custom >> CFLAGS. >> * Additions: >> - Support for translated manpages (German, French, Turkish, >> Vietnamese). >> - Add basic (no domain/URL matching yet) UserScripts support. >> - Middle-clicks and ctrl+click opens links in a new tab. >> * Fixes: >> - WebProcess crashes do not clear the URL entry anymore. >> - Do not set web-context when old_browser is present.. >> This fixes crashes with WebKitGTK 2.41+. >> >> PR: 274102 >> --- >> www/badwolf/Makefile | 9 ++++----- >> www/badwolf/distinfo | 6 +++--- >> www/badwolf/pkg-plist | 14 +++++++++----- >> 3 files changed, 16 insertions(+), 13 deletions(-) >> >> diff --git a/www/badwolf/Makefile b/www/badwolf/Makefile >> index 8f414ec8387d..b1ca17de135e 100644 >> --- a/www/badwolf/Makefile >> +++ b/www/badwolf/Makefile >> @@ -1,6 +1,5 @@ >> PORTNAME= badwolf >> -DISTVERSION= 1.2.2 >> -PORTREVISION= 2 >> +DISTVERSION= 1.3.0 >> CATEGORIES= www >> MASTER_SITES= https://hacktivis.me/releases/ >> >> @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING >> LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ >> libwebkit2gtk-4.0.so:www/webkit2-gtk3 >> >> -USES= desktop-file-utils gnome pkgconfig >> +USES= desktop-file-utils gnome ninja pkgconfig >> USE_GNOME= atk cairo gdkpixbuf2 gtk30 libxml2 pango >> HAS_CONFIGURE= yes >> CONFIGURE_ENV= WITH_WEBKITGTK=4.0 >> @@ -29,13 +28,13 @@ GURI_DESC= Use GUri from glib-2.0 >> LIBSOUP_DESC= Use libsoup >> URI_PARSER_DESC= URI PARSER >> >> -GSTREAMER_USES= gstreamer >> +GSTREAMER_USES= gstreamer >> GSTREAMER_USE= GSTREAMER=bad,good,libav >> GURI_CONFIGURE_ENV= WITH_URI_PARSER=guri >> LIBSOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup >> LIBSOUP_CONFIGURE_ENV= WITH_URI_PARSER=libsoup2 >> >> -NLS_USES= gettext >> +NLS_USES= gettext >> NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-Makefile >> >> GURI_USE_GNOME= glib20 >> diff --git a/www/badwolf/distinfo b/www/badwolf/distinfo >> index 2e622064eac1..50c6f65ebf93 100644 >> --- a/www/badwolf/distinfo >> +++ b/www/badwolf/distinfo >> @@ -1,3 +1,3 @@ >> -TIMESTAMP = 1662858130 >> -SHA256 (badwolf-1.2.2.tar.gz) = >> fcdf1b0d7111071db53f785cd3cecfb4c7ba852403a5697037b281e7fe262a4b >> -SIZE (badwolf-1.2.2.tar.gz) = 80102 >> +TIMESTAMP = 1695232667 >> +SHA256 (badwolf-1.3.0.tar.gz) = >> 276dfccba8addfc205ceb10477668e4b2b6a4853f344c86d5c1e35b1c703459f >> +SIZE (badwolf-1.3.0.tar.gz) = 114477 >> diff --git a/www/badwolf/pkg-plist b/www/badwolf/pkg-plist >> index 9602e21cb05f..ccf6fb43afb8 100644 >> --- a/www/badwolf/pkg-plist >> +++ b/www/badwolf/pkg-plist >> @@ -1,11 +1,6 @@ >> bin/badwolf >> share/applications/badwolf.desktop >> -%%NLS%%%%DATADIR%%/de/LC_MESSAGES/Badwolf.mo >> -%%NLS%%%%DATADIR%%/fr/LC_MESSAGES/Badwolf.mo >> %%DATADIR%%/interface.css >> -%%NLS%%%%DATADIR%%/pt_BR/LC_MESSAGES/Badwolf.mo >> -%%NLS%%%%DATADIR%%/tr/LC_MESSAGES/Badwolf.mo >> -%%NLS%%%%DATADIR%%/vi/LC_MESSAGES/Badwolf.mo >> share/icons/hicolor/128x128/apps/badwolf.png >> share/icons/hicolor/24x24/apps/badwolf.png >> share/icons/hicolor/256x256/apps/badwolf.png >> @@ -15,3 +10,12 @@ share/icons/hicolor/64x64/apps/badwolf.png >> share/icons/hicolor/scalable/apps/badwolf.svg >> share/man/man1/badwolf.1.gz >> %%NLS%%@dir %%DATADIR%%/locale >> +%%DATADIR%%/locale/de/LC_MESSAGES/Badwolf.mo >> +%%DATADIR%%/locale/fr/LC_MESSAGES/Badwolf.mo >> +%%DATADIR%%/locale/pt_BR/LC_MESSAGES/Badwolf.mo >> +%%DATADIR%%/locale/tr/LC_MESSAGES/Badwolf.mo >> +%%DATADIR%%/locale/vi/LC_MESSAGES/Badwolf.mo >> +share/man/de/man1/badwolf.1.gz >> +share/man/fr/man1/badwolf.1.gz >> +share/man/tr/man1/badwolf.1.gz >> +share/man/vi/man1/badwolf.1.gz >> > > > -- > Nuno Teixeira > FreeBSD Committer (ports) > -- Nuno Teixeira FreeBSD Committer (ports)