pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/guile-haunt www/guile-haunt: Update to 0.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/561add849323
branches:  trunk
changeset: 771343:561add849323
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Fri Dec 17 14:52:12 2021 +0000

description:
www/guile-haunt: Update to 0.2.5

Changelog (edited from git log):

Version 0.2.5:
Mark modules that call 'load' as non-declarative.
make: Update publish task to use new username.
tests: Fix utils test.
Bump version to 0.2.5
Revert "html: Add support for comments."
html: Add support for comments.
builder: rss: Fix "//" in URI path when there is no blog prefix.
example: Add RSS feed.
builder: blog: Remove (haunt page) import.
builder: rss: Migrate to artifacts.
rss: Made RSS builder more W3-validation compliant
Create a unified type for build artifacts.
utils: Remove leading "/" in join-file-name-components.
site: Add files ending in "~" to the default file filter.
guix: Update to Guile 3.
reader: Follow symlinks in read-posts.
atom: Change date format from ISO-8601 to RFC-3339.
guix: Update module includes to work with newer versions of Guix.
doc: Fix typo in "Builders" section.
atom: Add 'id' attribute to feed and entries.
site: Add scheme field.
configure: Accept Guile 3.0.
reader: html: Add support for multiple top-level elements.
reader: skribe: Add additional HTML 5 tags.

diffstat:

 www/guile-haunt/Makefile                              |   4 +-
 www/guile-haunt/PLIST                                 |   4 ++-
 www/guile-haunt/distinfo                              |  11 ++++++---
 www/guile-haunt/patches/patch-haunt_reader.scm        |  20 +++++++++++++++++++
 www/guile-haunt/patches/patch-haunt_reader_skribe.scm |  20 +++++++++++++++++++
 www/guile-haunt/patches/patch-haunt_ui.scm            |  20 +++++++++++++++++++
 6 files changed, 72 insertions(+), 7 deletions(-)

diffs (120 lines):

diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/Makefile
--- a/www/guile-haunt/Makefile  Fri Dec 17 14:07:26 2021 +0000
+++ b/www/guile-haunt/Makefile  Fri Dec 17 14:52:12 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/04/28 11:46:30 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/17 14:52:12 nikita Exp $
 
-DISTNAME=      haunt-0.2.4
+DISTNAME=      haunt-0.2.5
 PKGNAME=       guile-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://files.dthompson.us/haunt/
diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/PLIST
--- a/www/guile-haunt/PLIST     Fri Dec 17 14:07:26 2021 +0000
+++ b/www/guile-haunt/PLIST     Fri Dec 17 14:52:12 2021 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/26 18:10:55 ng0 Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/17 14:52:12 nikita Exp $
 guile/2.2/bin/haunt
 guile/2.2/info/haunt.info
+guile/2.2/lib/guile/2.2/site-ccache/haunt/artifact.go
 guile/2.2/lib/guile/2.2/site-ccache/haunt/asset.go
 guile/2.2/lib/guile/2.2/site-ccache/haunt/builder/assets.go
 guile/2.2/lib/guile/2.2/site-ccache/haunt/builder/atom.go
@@ -20,6 +21,7 @@
 guile/2.2/lib/guile/2.2/site-ccache/haunt/ui/build.go
 guile/2.2/lib/guile/2.2/site-ccache/haunt/ui/serve.go
 guile/2.2/lib/guile/2.2/site-ccache/haunt/utils.go
+guile/2.2/share/guile/site/2.2/haunt/artifact.scm
 guile/2.2/share/guile/site/2.2/haunt/asset.scm
 guile/2.2/share/guile/site/2.2/haunt/builder/assets.scm
 guile/2.2/share/guile/site/2.2/haunt/builder/atom.scm
diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/distinfo
--- a/www/guile-haunt/distinfo  Fri Dec 17 14:07:26 2021 +0000
+++ b/www/guile-haunt/distinfo  Fri Dec 17 14:52:12 2021 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:29:29 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/12/17 14:52:12 nikita Exp $
 
-BLAKE2s (haunt-0.2.4.tar.gz) = b1dd5fef4f51bfd8166449da5db3a7ba8e662d015bbbc3f071aec3ad518c4a37
-SHA512 (haunt-0.2.4.tar.gz) = b705a3d842488bd1149901058be858d7194be60a7ca68db21904e550ae1a7cf34275c67c260555dd9686a15e605794966757f793df5882e44f54a4c08e5ca87a
-Size (haunt-0.2.4.tar.gz) = 301784 bytes
+BLAKE2s (haunt-0.2.5.tar.gz) = da7977b49d7211ad90e8fc7cf3cc6ab811820450f715492339ef3453659e0d2c
+SHA512 (haunt-0.2.5.tar.gz) = f969da9fa008d88b2f7b6fb1c14333cdf701173177a2fd2ff35a731509c97ac33d23e7f5d3fcd5caf4c80475c790ebd76473d34ddfb0ab3590524dac6ddd15f0
+Size (haunt-0.2.5.tar.gz) = 301320 bytes
+SHA1 (patch-haunt_reader.scm) = d4063e3e2f9c1ae781286ed6b9ff4338e47d53c9
+SHA1 (patch-haunt_reader_skribe.scm) = 60414d652e5ee9e796b88db34e80bd26bc4b787a
+SHA1 (patch-haunt_ui.scm) = 58129fcc3bc711d164f8fd56ce7ffd869e689a7f
diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/patches/patch-haunt_reader.scm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/guile-haunt/patches/patch-haunt_reader.scm    Fri Dec 17 14:52:12 2021 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-haunt_reader.scm,v 1.1 2021/12/17 14:52:12 nikita Exp $
+
+Patch recommendation for version 0.2.5, next release will be backwards
+compatible again, by David Thompson (the developer of the software):
+"Haunt 0.2.5 only works on Guile 3. Guile 3 generated some new
+warnings and I fixed them, but it broke Guile 2 builds. You can patch
+out the #:declarative? lines in haunt/ui.scm, haunt/reader/skribe.scm,
+and haunt/reader.scm for now"
+
+--- haunt/reader.scm.old       2021-12-17 15:21:11.706200803 +0100
++++ haunt/reader.scm   2021-12-17 15:22:21.806275062 +0100
+@@ -23,7 +23,7 @@
+ ;;; Code:
+ 
+ (define-module (haunt reader)
+-  #:declarative? #f
++  ;;#:declarative? #f
+   #:use-module (srfi srfi-1)
+   #:use-module (srfi srfi-9)
+   #:use-module (srfi srfi-11)
diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/patches/patch-haunt_reader_skribe.scm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/guile-haunt/patches/patch-haunt_reader_skribe.scm     Fri Dec 17 14:52:12 2021 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-haunt_reader_skribe.scm,v 1.1 2021/12/17 14:52:12 nikita Exp $
+
+Patch recommendation for version 0.2.5, next release will be backwards
+compatible again, by David Thompson (the developer of the software):
+"Haunt 0.2.5 only works on Guile 3. Guile 3 generated some new
+warnings and I fixed them, but it broke Guile 2 builds. You can patch
+out the #:declarative? lines in haunt/ui.scm, haunt/reader/skribe.scm,
+and haunt/reader.scm for now"
+
+--- haunt/reader/skribe.scm.old        2021-12-17 15:21:01.200114859 +0100
++++ haunt/reader/skribe.scm    2021-12-17 15:21:56.121640403 +0100
+@@ -23,7 +23,7 @@
+ ;;; Code:
+ 
+ (define-module (haunt reader skribe)
+-  #:declarative? #f
++  ;;#:declarative? #f
+   #:use-module (haunt reader)
+   #:use-module (haunt skribe)
+   #:use-module (haunt skribe utils)
diff -r 908b21beaa73 -r 561add849323 www/guile-haunt/patches/patch-haunt_ui.scm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/guile-haunt/patches/patch-haunt_ui.scm        Fri Dec 17 14:52:12 2021 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-haunt_ui.scm,v 1.1 2021/12/17 14:52:12 nikita Exp $
+
+Patch recommendation for version 0.2.5, next release will be backwards
+compatible again, by David Thompson (the developer of the software):
+"Haunt 0.2.5 only works on Guile 3. Guile 3 generated some new
+warnings and I fixed them, but it broke Guile 2 builds. You can patch
+out the #:declarative? lines in haunt/ui.scm, haunt/reader/skribe.scm,
+and haunt/reader.scm for now"
+
+--- haunt/ui.scm.old   2021-12-17 15:20:48.001274203 +0100
++++ haunt/ui.scm       2021-12-17 15:21:41.448705517 +0100
+@@ -23,7 +23,7 @@
+ ;;; Code:
+ 
+ (define-module (haunt ui)
+-  #:declarative? #f
++  ;;#:declarative? #f
+   #:use-module (ice-9 format)
+   #:use-module (ice-9 ftw)
+   #:use-module (ice-9 match)



Home | Main Index | Thread Index | Old Index