SF.net SVN: gar:[24608] csw/mgar/pkg/fossil/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Feb 1 12:03:29 CET 2015


Revision: 24608
          http://sourceforge.net/p/gar/code/24608
Author:   wahwah
Date:     2015-02-01 11:03:28 +0000 (Sun, 01 Feb 2015)
Log Message:
-----------
fossil/trunk: Version bump to 1.30; patch from Freddy http://lists.opencsw.org/pipermail/users/2015-February/009961.html

Modified Paths:
--------------
    csw/mgar/pkg/fossil/trunk/Makefile
    csw/mgar/pkg/fossil/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch

Modified: csw/mgar/pkg/fossil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fossil/trunk/Makefile	2015-01-31 15:43:26 UTC (rev 24607)
+++ csw/mgar/pkg/fossil/trunk/Makefile	2015-02-01 11:03:28 UTC (rev 24608)
@@ -2,10 +2,10 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 # Recipe sent in by Freddy DISSAUX freddy.dsx free.fr
 NAME = fossil
-VERSION = 1.29
+VERSION = 1.30
 GARTYPE = v2
 GARCOMPILER = GNU
-DISTVERSION = 20140612172556
+DISTVERSION = 20150119112900
 DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database
 define BLURB
 Fossil is an easy-to-use Distributed Source Control Management system (DSCM)
@@ -18,7 +18,6 @@
 DISTFILES = $(NAME)-src-$(DISTVERSION).tar.gz
 WORKSRC = $(WORKDIR)/$(NAME)-src-$(DISTVERSION)
 PATCHDIR = $(WORKSRC)
-PATCHFILES += 0001-Include-string.h-to-mitigate-warnings.patch
 
 BUILD_DEP_PKGS = CSWlibssl-dev
 
@@ -32,5 +31,6 @@
 
 RUNTIME_DEP_PKGS_CSWfossil = CSWlibssl1-0-0
 RUNTIME_DEP_PKGS_CSWfossil += CSWlibz1
+RUNTIME_DEP_PKGS_CSWfossil += CSWlibreadline6
 
 include gar/category.mk

Modified: csw/mgar/pkg/fossil/trunk/checksums
===================================================================
--- csw/mgar/pkg/fossil/trunk/checksums	2015-01-31 15:43:26 UTC (rev 24607)
+++ csw/mgar/pkg/fossil/trunk/checksums	2015-02-01 11:03:28 UTC (rev 24608)
@@ -1 +1 @@
-dd8e7392e1a0ea69eb391f8b13ee34bf  fossil-src-20140612172556.tar.gz
+dd7cf91c2725ea8aaa0913330fffa0ff  fossil-src-20150119112900.tar.gz

Deleted: csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch
===================================================================
--- csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	2015-01-31 15:43:26 UTC (rev 24607)
+++ csw/mgar/pkg/fossil/trunk/files/0001-Include-string.h-to-mitigate-warnings.patch	2015-02-01 11:03:28 UTC (rev 24608)
@@ -1,25 +0,0 @@
-From 3e7862a7efa384b5957a864c1b809afe480d3e51 Mon Sep 17 00:00:00 2001
-From: Freddy DISSAUX <fdissaux+opencsw at lncsa.fr>
-Date: Sat, 20 Sep 2014 17:31:33 +0200
-Subject: [PATCH] Include string.h to mitigate warnings
-
----
- src/makeheaders.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/makeheaders.c b/src/makeheaders.c
-index 858426f..087af9b 100644
---- a/src/makeheaders.c
-+++ b/src/makeheaders.c
-@@ -44,6 +44,8 @@
- #    define WIN32
- #  endif
- # include <string.h>
-+#elif defined(__sun) && defined(__SVR4)
-+# include <string.h>
- #else
- # include <unistd.h>
- #endif
--- 
-2.0.3
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list