Hi,

This diff updates stagit to 0.4.

Changelog for stagit:

- Submodule support (fixes issue with submodules vs 0.3.1 too) and
  link to .gitmodules file.
- Support for pledge(2): -DUSE_PLEDGE option.
- Cache support (-c flag) and optimizations.
- Usual bugfixes, see log at: http://git.2f30.org/stagit/


Diff:

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/stagit/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    26 Apr 2016 13:53:10 -0000      1.1.1.1
+++ Makefile    7 May 2016 14:10:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              static git page generator
 
-DISTNAME =             stagit-0.3.1
+DISTNAME =             stagit-0.4
 
 CATEGORIES =           www
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/stagit/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    26 Apr 2016 13:53:10 -0000      1.1.1.1
+++ distinfo    7 May 2016 14:10:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (stagit-0.3.1.tar.gz) = Oi2+5vfodAmb0qPOaCYokALYBBqK7AMB06hMkYQzCsA=
-SIZE (stagit-0.3.1.tar.gz) = 14143
+SHA256 (stagit-0.4.tar.gz) = 7MfjrDSXSa+vTVj9N+GmbGth2sISksiI+Nq6jLkBuXw=
+SIZE (stagit-0.4.tar.gz) = 15461
Index: patches/patch-config_mk
===================================================================
RCS file: patches/patch-config_mk
diff -N patches/patch-config_mk
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-config_mk     7 May 2016 14:10:40 -0000
@@ -0,0 +1,8 @@
+--- config.mk.orig     Sat May  7 16:08:47 2016
++++ config.mk  Sat May  7 16:08:52 2016
+@@ -29,4 +29,4 @@
+ CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
+ 
+ # OpenBSD 5.9+: use pledge(2)
+-#CPPFLAGS += -DUSE_PLEDGE
++CPPFLAGS += -DUSE_PLEDGE

-- 
Kind regards,
Hiltjo

Reply via email to