pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/guile-haunt



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Dec 17 14:52:13 UTC 2021

Modified Files:
        pkgsrc/www/guile-haunt: Makefile PLIST distinfo
Added Files:
        pkgsrc/www/guile-haunt/patches: patch-haunt_reader.scm
            patch-haunt_reader_skribe.scm patch-haunt_ui.scm

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/guile-haunt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/guile-haunt/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/guile-haunt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/guile-haunt/patches/patch-haunt_reader.scm \
    pkgsrc/www/guile-haunt/patches/patch-haunt_reader_skribe.scm \
    pkgsrc/www/guile-haunt/patches/patch-haunt_ui.scm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/guile-haunt/Makefile
diff -u pkgsrc/www/guile-haunt/Makefile:1.2 pkgsrc/www/guile-haunt/Makefile:1.3
--- pkgsrc/www/guile-haunt/Makefile:1.2 Tue Apr 28 11:46:30 2020
+++ pkgsrc/www/guile-haunt/Makefile     Fri Dec 17 14:52:12 2021
@@ -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/

Index: pkgsrc/www/guile-haunt/PLIST
diff -u pkgsrc/www/guile-haunt/PLIST:1.1 pkgsrc/www/guile-haunt/PLIST:1.2
--- pkgsrc/www/guile-haunt/PLIST:1.1    Tue Nov 26 18:10:55 2019
+++ pkgsrc/www/guile-haunt/PLIST        Fri Dec 17 14:52:12 2021
@@ -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/haun
 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

Index: pkgsrc/www/guile-haunt/distinfo
diff -u pkgsrc/www/guile-haunt/distinfo:1.3 pkgsrc/www/guile-haunt/distinfo:1.4
--- pkgsrc/www/guile-haunt/distinfo:1.3 Tue Oct 26 11:29:29 2021
+++ pkgsrc/www/guile-haunt/distinfo     Fri Dec 17 14:52:12 2021
@@ -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

Added files:

Index: pkgsrc/www/guile-haunt/patches/patch-haunt_reader.scm
diff -u /dev/null pkgsrc/www/guile-haunt/patches/patch-haunt_reader.scm:1.1
--- /dev/null   Fri Dec 17 14:52:13 2021
+++ pkgsrc/www/guile-haunt/patches/patch-haunt_reader.scm       Fri Dec 17 14:52:12 2021
@@ -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)
Index: pkgsrc/www/guile-haunt/patches/patch-haunt_reader_skribe.scm
diff -u /dev/null pkgsrc/www/guile-haunt/patches/patch-haunt_reader_skribe.scm:1.1
--- /dev/null   Fri Dec 17 14:52:13 2021
+++ pkgsrc/www/guile-haunt/patches/patch-haunt_reader_skribe.scm        Fri Dec 17 14:52:12 2021
@@ -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)
Index: pkgsrc/www/guile-haunt/patches/patch-haunt_ui.scm
diff -u /dev/null pkgsrc/www/guile-haunt/patches/patch-haunt_ui.scm:1.1
--- /dev/null   Fri Dec 17 14:52:13 2021
+++ pkgsrc/www/guile-haunt/patches/patch-haunt_ui.scm   Fri Dec 17 14:52:12 2021
@@ -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