Friday, May 03, 2019

UPDATE: www/stagit 0.9.1 -> 0.9.2

Hi,

The patch below bumps stagit from 0.9.1 to 0.9.2.

It fixes a HTML escaping issue in path names. It also fixes error handling in
the shellscript example files.

Patch:


diff --git www/stagit/Makefile www/stagit/Makefile
index 0928bcc9011..64375060787 100644
--- www/stagit/Makefile
+++ www/stagit/Makefile
@@ -2,7 +2,7 @@

COMMENT = static git page generator

-DISTNAME = stagit-0.9.1
+DISTNAME = stagit-0.9.2

CATEGORIES = www

diff --git www/stagit/distinfo www/stagit/distinfo
index 00a44d5cc0b..99c196aa3cb 100644
--- www/stagit/distinfo
+++ www/stagit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stagit-0.9.1.tar.gz) = hRDMfq5rusctjMYQkuYi0fpxkvGevJrH/lkZIwC/55A=
-SIZE (stagit-0.9.1.tar.gz) = 18426
+SHA256 (stagit-0.9.2.tar.gz) = chzXz6xHkAjoA+/1r9DJX/nbxkBFCvpbhEvoLY3+DLo=
+SIZE (stagit-0.9.2.tar.gz) = 18525

--
Kind regards,
Hiltjo

No comments:

Post a Comment