Hi,

The patch below updates stagit from 0.6 to 0.7.2.

Some changes in this release:

Fixes:
- Fix file permissions for cachefile and respect umask(2).
- post-receive hook example: force set UTF-8 locale.
- post-receive hook example: fix warning in script for example when pushing
  deleted tags.
- More verbose errors.
- Improve checks for when head is NULL (empty repo).
- Minor cleanup in the Makefile.

Thanks goes out to all contributors/testers! :)


diff --git a/Makefile b/Makefile
index 38120b7fff6..15df0a79737 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 COMMENT =              static git page generator
 
-DISTNAME =             stagit-0.6
+DISTNAME =             stagit-0.7.2
 
 CATEGORIES =           www
 
diff --git a/distinfo b/distinfo
index 48a04ccf4cd..635cf909b4f 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (stagit-0.6.tar.gz) = cb+ybtU3lV71URnPecRWVDIaeVotfml9vOFDMk5I/QQ=
-SIZE (stagit-0.6.tar.gz) = 16523
+SHA256 (stagit-0.7.2.tar.gz) = JfrLfOOE8dLwbFNnU+J1SzgDe0gsalRhluvr9MNLetQ=
+SIZE (stagit-0.7.2.tar.gz) = 16845
diff --git a/patches/patch-Makefile b/patches/patch-Makefile
index 4ffe9be47bf..9a2e24d5008 100644
--- a/patches/patch-Makefile
+++ b/patches/patch-Makefile
@@ -1,16 +1,17 @@
 $OpenBSD: patch-Makefile,v 1.2 2016/05/09 17:03:17 jca Exp $
---- Makefile.orig      Sat May  7 15:07:28 2016
-+++ Makefile   Mon May  9 19:02:22 2016
-@@ -26,7 +26,7 @@ COMPATOBJ = \
+Index: Makefile
+--- Makefile.orig
++++ Makefile
+@@ -25,7 +25,7 @@ COMPATOBJ = \
        strlcat.o\
        strlcpy.o
  
 -OBJ = ${SRC:.c=.o} ${COMPATOBJ}
 +OBJ = ${SRC:.c=.o}
  
- all: $(BIN)
+ all: ${BIN}
  
-@@ -51,11 +51,11 @@ dist:
+@@ -49,11 +49,11 @@ dist:
  
  ${OBJ}: config.mk ${HDR}
  

-- 
Kind regards,
Hiltjo

Reply via email to