Re: editors/ghostwriter 1.7.3 => 1.7.4
On Wed, Jan 02, 2019 at 10:59:39PM +, Stuart Henderson wrote: > On 2019/01/02 22:28, Adam Wolk wrote: > > Hi ports@, > > > > trivial bump for editors/ghostwriter. > > ok. > > > Notable changes: > > > > 1. License clarification for resources (CC by SA 4) > > https://github.com/wereturtle/ghostwriter/issues/385 > > > > > > 2. The distfile doubled in size > > > > -rw-r--r-- 1 mulander wsrc 658K Aug 26 10:29 > > /usr/ports/distfiles/ghostwriter-1.7.3.tar.gz > > -rw-r--r-- 1 mulander wsrc 1.1M Jan 2 22:11 > > /usr/ports/distfiles/ghostwriter-1.7.4.tar.gz > > > > I investigated and found out that the reason is the inclusion of > > screenshots for appdata.xml > > in the Linux resources. They are not included in the PLIST. Upstream > > decided to fetch them > > over https directly from a raw github url and since they refuse to hand > > roll tarballs > > we get the benefit of a bloated tarball with assets that are not needed > > during buildtime :/ > > > > bloat commit: > > https://github.com/wereturtle/ghostwriter/commit/81b4e5259ca9554f2927cdc038bcbae778a468bd > > 12/10 for laziness! bleurgh. > committed, thanks!
Re: editors/ghostwriter 1.7.3 => 1.7.4
On 2019/01/02 22:28, Adam Wolk wrote: > Hi ports@, > > trivial bump for editors/ghostwriter. ok. > Notable changes: > > 1. License clarification for resources (CC by SA 4) > https://github.com/wereturtle/ghostwriter/issues/385 > > > 2. The distfile doubled in size > > -rw-r--r-- 1 mulander wsrc 658K Aug 26 10:29 > /usr/ports/distfiles/ghostwriter-1.7.3.tar.gz > -rw-r--r-- 1 mulander wsrc 1.1M Jan 2 22:11 > /usr/ports/distfiles/ghostwriter-1.7.4.tar.gz > > I investigated and found out that the reason is the inclusion of screenshots > for appdata.xml > in the Linux resources. They are not included in the PLIST. Upstream decided > to fetch them > over https directly from a raw github url and since they refuse to hand roll > tarballs > we get the benefit of a bloated tarball with assets that are not needed > during buildtime :/ > > bloat commit: > https://github.com/wereturtle/ghostwriter/commit/81b4e5259ca9554f2927cdc038bcbae778a468bd 12/10 for laziness! bleurgh.
editors/ghostwriter 1.7.3 => 1.7.4
Hi ports@, trivial bump for editors/ghostwriter. Notable changes: 1. License clarification for resources (CC by SA 4) https://github.com/wereturtle/ghostwriter/issues/385 2. The distfile doubled in size -rw-r--r-- 1 mulander wsrc 658K Aug 26 10:29 /usr/ports/distfiles/ghostwriter-1.7.3.tar.gz -rw-r--r-- 1 mulander wsrc 1.1M Jan 2 22:11 /usr/ports/distfiles/ghostwriter-1.7.4.tar.gz I investigated and found out that the reason is the inclusion of screenshots for appdata.xml in the Linux resources. They are not included in the PLIST. Upstream decided to fetch them over https directly from a raw github url and since they refuse to hand roll tarballs we get the benefit of a bloated tarball with assets that are not needed during buildtime :/ bloat commit: https://github.com/wereturtle/ghostwriter/commit/81b4e5259ca9554f2927cdc038bcbae778a468bd Upstream change log can be found here: https://github.com/wereturtle/ghostwriter/releases/tag/v1.7.4 Feedback? OK's? regards, Adam ? changes.diff ? ghostwriter-1.7.4.diff Index: Makefile === RCS file: /cvs/ports/editors/ghostwriter/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile26 Aug 2018 09:00:14 - 1.11 +++ Makefile2 Jan 2019 21:10:29 - @@ -7,7 +7,7 @@ COMMENT = distraction-free Markdown edit GH_ACCOUNT = wereturtle GH_PROJECT = ghostwriter -GH_TAGNAME = v1.7.3 +GH_TAGNAME = v1.7.4 CATEGORIES = editors @@ -15,7 +15,7 @@ HOMEPAGE =https://wereturtle.github.io/ MAINTAINER = Adam Wolk -# GPLv3 +# GPLv3 code, CC BY-SA 4.0 resources PERMIT_PACKAGE_CDROM = Yes WANTLIB += ${COMPILER_LIBCXX} Index: distinfo === RCS file: /cvs/ports/editors/ghostwriter/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo26 Aug 2018 09:00:14 - 1.5 +++ distinfo2 Jan 2019 21:10:29 - @@ -1,2 +1,2 @@ -SHA256 (ghostwriter-1.7.3.tar.gz) = NOs4VcXPfFQRKOt0DuQd5AAMkfcemiz0ZMNdd91SPHk= -SIZE (ghostwriter-1.7.3.tar.gz) = 673328 +SHA256 (ghostwriter-1.7.4.tar.gz) = SYcSbnGjdVbldfvOIALFUEzxWgTBG8zmBKJ49Z7JwRo= +SIZE (ghostwriter-1.7.4.tar.gz) = 1195162