On 2024/10/07 21:59, Rane Hebden wrote: > On 7/10/24 19:24, Landry Breuil wrote: > > Le Mon, Oct 07, 2024 at 03:58:25PM +1100, Rane Hebden a écrit : > > > Hello ports, > > > > > > Here is a small patch to x11/enlightenment to update it to version 1.0.30, > > > the latest available version upstream. > > > > > > This is my first time submitting a patch to ports@, so if anybody has any > > > feedback I'm very open to hearing it (on or off list). > > as this is a first submission, an easy comment: > > > > when updating a port, always remove the REVISION line :) > > > > Landry > > > Thank you Landry for this advice! > That makes sense. I've updated the diff below to remove the REVISION line.
The diff in this email can't be applied - tabs have been changed to spaces and it got line-wrapped which has mangled it. For Thunderbird you are probably better off including the diff as an attachment rather than trying to include it directly in the email. I'll hand-apply this one though so no need to re-send it. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/enlightenment/Makefile,v > diff -u -p -u -p -r1.86 Makefile > --- Makefile 30 Jun 2024 02:02:33 -0000 1.86 > +++ Makefile 7 Oct 2024 10:56:27 -0000 > @@ -1,7 +1,6 @@ > COMMENT= themed window manager > > -V= 1.0.29 > -REVISION= 1 > +V= 1.0.30 > DISTNAME= e16-$V > PKGNAME= enlightenment-$V > DOCS= e16-docs-0.16.8.0.2 > Index: distinfo > =================================================================== > RCS file: /cvs/ports/x11/enlightenment/distinfo,v > diff -u -p -u -p -r1.16 distinfo > --- distinfo 19 Feb 2024 09:21:26 -0000 1.16 > +++ distinfo 7 Oct 2024 10:56:27 -0000 > @@ -1,6 +1,6 @@ > -SHA256 (e16-1.0.29.tar.gz) = YI4UBdyNDJrKf8PQ/2pyWKyU88UWblbQMWZG08ffIok= > +SHA256 (e16-1.0.30.tar.gz) = uLd0iixIxMfJdY2a0SsU9WbSvsOPLtpTPm2HT1zpB0w= > SHA256 (e16-docs-0.16.8.0.2.tar.gz) = > uNjgyvRZMc5nL6UIipY2hVM6Zamoz+7hUjnZbzuRWT8= > SHA256 (e16-themes-1.0.3.tar.gz) = > JNU9rWMI1AnFH8zUonM6bT4eQfiVSsS/X3XVlgEvW/w= > -SIZE (e16-1.0.29.tar.gz) = 2397064 > +SIZE (e16-1.0.30.tar.gz) = 2406920 > SIZE (e16-docs-0.16.8.0.2.tar.gz) = 1655229 > SIZE (e16-themes-1.0.3.tar.gz) = 8219034 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/x11/enlightenment/pkg/PLIST,v > diff -u -p -u -p -r1.20 PLIST > --- pkg/PLIST 28 Apr 2023 14:13:29 -0000 1.20 > +++ pkg/PLIST 7 Oct 2024 10:56:30 -0000 > @@ -84,7 +84,6 @@ share/e16/icons/mon.png > share/e16/icons/pager.png > share/e16/menus/ > share/e16/menus/desktop.menu > -share/e16/menus/enlightenment.menu > share/e16/menus/maintenance.menu > share/e16/menus/settings.menu > share/e16/menus/winops.menu >