On 2024/03/04 08:52, Martin Ziemer wrote: > Am Fri, Mar 01, 2024 at 01:56:48PM +0100 schrieb Martin Ziemer: > > Am Fri, Mar 01, 2024 at 10:46:02AM +0000 schrieb Stuart Henderson: > > > On 2024/03/01 11:30, Martin Ziemer wrote: > > > > @@ -1,9 +1,13 @@ > > > > +applications/ > > > > +applications/tkremind.desktop > > > .. > > > > +icons/ > > > > +icons/tkremind.png > > > > > > Wrong paths for those.. > There was a new release which fixed those paths upstream. > > Diff below ist tested on amd64. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/misc/remind/Makefile,v > retrieving revision 1.70 > diff -u -p -r1.70 Makefile > --- Makefile 5 Feb 2024 11:59:07 -0000 1.70 > +++ Makefile 1 Mar 2024 14:30:46 -0000 > @@ -1,7 +1,7 @@ > COMMENT= scripting language for reminders, with a Tk front end > > -DISTNAME= remind-04.02.09 > -PKGNAME= remind-4.2.9 > +DISTNAME= remind-04.03.02 > +PKGNAME= remind-4.3.2 > > CATEGORIES= misc > > @@ -31,7 +31,9 @@ RUN_DEPENDS= ${MODTK_RUN_DEPENDS} \ > devel/tcllib \ > converters/p5-JSON-MaybeXS \ > graphics/p5-Cairo \ > - devel/p5-Pango > + devel/p5-Pango \ > + x11/gtk+4 \
Nearly right, that needs to be x11/gtk+4,-guic > + devel/desktop-file-utils Will commit. > > CONFIGURE_STYLE= gnu > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/misc/remind/distinfo,v > retrieving revision 1.39 > diff -u -p -r1.39 distinfo > --- distinfo 5 Feb 2024 11:59:07 -0000 1.39 > +++ distinfo 1 Mar 2024 14:30:46 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (remind-04.02.09.tar.gz) = > ZEaEYLQFpwXfp7ONsUt4I/ENqPADruooFRfdtJhrhyo= > -SIZE (remind-04.02.09.tar.gz) = 515231 > +SHA256 (remind-04.03.02.tar.gz) = > tL5Ntb/RIoT9mKcdU1ndBo/pGwhtIsRnTV0lL6Sg1Vw= > +SIZE (remind-04.03.02.tar.gz) = 523684 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/misc/remind/pkg/PLIST,v > retrieving revision 1.15 > diff -u -p -r1.15 PLIST > --- pkg/PLIST 13 Sep 2023 09:36:32 -0000 1.15 > +++ pkg/PLIST 1 Mar 2024 14:30:46 -0000 > @@ -16,12 +16,15 @@ libdata/perl5/site_perl/Remind/PDF/Entry > @man man/man1/tkremind.1 > @man man/man3p/Remind::PDF.3p > @man man/man3p/Remind::PDF::Entry.3p > +share/applications/tkremind.desktop > share/examples/remind/ > share/examples/remind/alignment.rem > share/examples/remind/ansitext > share/examples/remind/astro > share/examples/remind/defs.rem > share/examples/remind/remind.vim > +share/pixmaps/ > +share/pixmaps/tkremind.png > share/remind/ > share/remind/ansitext.rem > share/remind/holidays/ > @@ -33,6 +36,7 @@ share/remind/holidays/jewish.rem > share/remind/holidays/us.rem > share/remind/lang/ > share/remind/lang/auto.rem > +share/remind/lang/ca.rem > share/remind/lang/da.rem > share/remind/lang/de.rem > share/remind/lang/en.rem > @@ -50,3 +54,5 @@ share/remind/lang/ro.rem > share/remind/seasons.rem > share/remind/site/ > share/remind/site/README > +@tag update-desktop-database > +@tag gtk-update-icon-cache %D/share/icons/tkremind >