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
--- Makefile    26 Aug 2018 09:00:14 -0000      1.11
+++ Makefile    2 Jan 2019 21:10:29 -0000
@@ -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 <aw...@openbsd.org>
 
-# 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
--- distinfo    26 Aug 2018 09:00:14 -0000      1.5
+++ distinfo    2 Jan 2019 21:10:29 -0000
@@ -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

Reply via email to