Hi,

This bumps stagit from 0.9.3 to 0.9.4:

It has the following changes:

- Fix for showing the entry on the files page of submodules for bare
  repositories.

- There is now a separate Atom feed for tags called "tags.xml". This should make
  it easier to track only software releases if using an RSS/Atom reader.

- The ordering of tags are now by commit date (descending). So it will now sort
  by most recent first. The previous behaviour was to sort alphabetically by tag
  name, but many projects use numeric versions which don't sort in a 
useful/clear
  order.

- For OpenBSD: remove unveil(2) for specificly stagit-index.  Per repository it
  will still use unveil(2).


Patch below tested on -current on amd64:


diff --git www/stagit/Makefile www/stagit/Makefile
index fc841cff450..d3c3b0ceebe 100644
--- www/stagit/Makefile
+++ www/stagit/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =              static git page generator
 
-DISTNAME =             stagit-0.9.3
+DISTNAME =             stagit-0.9.4
 
 CATEGORIES =           www
 
diff --git www/stagit/distinfo www/stagit/distinfo
index 08f87f8429f..d6af0498811 100644
--- www/stagit/distinfo
+++ www/stagit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stagit-0.9.3.tar.gz) = 24m0HG04A7JWLVb+4Nk5Ng/Ih5AvF6ryff93TfBALaM=
-SIZE (stagit-0.9.3.tar.gz) = 18464
+SHA256 (stagit-0.9.4.tar.gz) = iImrE/o0VynNw8ySyP3OENSfZmDzmmDe92RshtimEwA=
+SIZE (stagit-0.9.4.tar.gz) = 18912

-- 
Kind regards,
Hiltjo

Reply via email to