Hi,

The patch below updates stagit from 0.5 to 0.6.

Some changes in this release:

Features:
- Nicer HTML code for (older) text browsers such as dillo, links, lynx and w3m.
- Added a git post-receive hook example script.
- Added an example script to create snapshots by tag.
- Documentation improvements.
- Use the same Date: format in the header for commits as git format-patch.

Fixes:
- The feature of truncating commit message titles is removed: this was buggy.
- 4 memory leaks were fixed.
- Content-Language: en is not set anymore (for other languages).
- always show year in Date: header.
- example scripts: ignore object 0000... on initial repo or pushing tags.
- Various code cleanups.

Thanks goes out to all contributors/testers! :)


diff --git a/www/stagit/Makefile b/www/stagit/Makefile
index bc4dc847131..939cec3a9da 100644
--- a/www/stagit/Makefile
+++ b/www/stagit/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =              static git page generator
 
-DISTNAME =             stagit-0.5
+DISTNAME =             stagit-0.6
 
 CATEGORIES =           www
 
diff --git a/www/stagit/distinfo b/www/stagit/distinfo
index 00c42ff2d9c..48a04ccf4cd 100644
--- a/www/stagit/distinfo
+++ b/www/stagit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stagit-0.5.tar.gz) = pkj1Lviwkh3+qHpcaq3LK7pbXqgB4lEeg0N8YT9voXo=
-SIZE (stagit-0.5.tar.gz) = 15497
+SHA256 (stagit-0.6.tar.gz) = cb+ybtU3lV71URnPecRWVDIaeVotfml9vOFDMk5I/QQ=
+SIZE (stagit-0.6.tar.gz) = 16523
diff --git a/www/stagit/pkg/PLIST b/www/stagit/pkg/PLIST
index 1e51e38216e..c6ced389e39 100644
--- a/www/stagit/pkg/PLIST
+++ b/www/stagit/pkg/PLIST
@@ -5,7 +5,8 @@
 @man man/man1/stagit.1
 share/stagit/
 share/stagit/README
-share/stagit/example.sh
+share/stagit/example_create.sh
+share/stagit/example_post-receive.sh
 share/stagit/favicon.png
 share/stagit/logo.png
 share/stagit/style.css

-- 
Kind regards,
Hiltjo

Reply via email to