Revision: 26260 http://sourceforge.net/p/gar/code/26260 Author: sfbsdsx Date: 2017-08-01 13:51:11 +0000 (Tue, 01 Aug 2017) Log Message: ----------- bump to 2.3
Modified Paths: -------------- csw/mgar/pkg/fossil/trunk/Makefile csw/mgar/pkg/fossil/trunk/checksums csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch Modified: csw/mgar/pkg/fossil/trunk/Makefile =================================================================== --- csw/mgar/pkg/fossil/trunk/Makefile 2017-07-28 23:36:23 UTC (rev 26259) +++ csw/mgar/pkg/fossil/trunk/Makefile 2017-08-01 13:51:11 UTC (rev 26260) @@ -3,7 +3,7 @@ # Recipe sent in by Freddy DISSAUX freddy.dsx free.fr NAME = fossil -VERSION = 2.0 +VERSION = 2.3 GARTYPE = v2 DESCRIPTION = DSCM with built-in wiki, http interface and server, tickets database @@ -13,7 +13,7 @@ server, has a built-in wiki, file browser, ticket system, and more. endef -MASTER_SITES = http://www.fossil-scm.org/index.html/uv/download/ +MASTER_SITES = http://www.fossil-scm.org/index.html/uv/ DISTFILES = $(NAME)-src-$(VERSION).tar.gz VENDOR_URL = http://www.fossil-scm.org/ Modified: csw/mgar/pkg/fossil/trunk/checksums =================================================================== --- csw/mgar/pkg/fossil/trunk/checksums 2017-07-28 23:36:23 UTC (rev 26259) +++ csw/mgar/pkg/fossil/trunk/checksums 2017-08-01 13:51:11 UTC (rev 26260) @@ -1 +1 @@ -59f64a85758d77af866e3fc97a939e81 fossil-src-2.0.tar.gz +e08cb30a03f9ac8b26568ae245ceeebf fossil-src-2.3.tar.gz Modified: csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch =================================================================== --- csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch 2017-07-28 23:36:23 UTC (rev 26259) +++ csw/mgar/pkg/fossil/trunk/files/0001-remove-useless-define.patch 2017-08-01 13:51:11 UTC (rev 26260) @@ -1,6 +1,6 @@ -From 4f92c5683f254bc14ebcc43ad0d0e26ae0269bfb Mon Sep 17 00:00:00 2001 +From b5ea03dafbfe2af58c95721adc873cfd145df909 Mon Sep 17 00:00:00 2001 From: Freddy DISSAUX <d...@bsdsx.fr> -Date: Thu, 3 Nov 2016 11:44:57 +0100 +Date: Tue, 1 Aug 2017 14:04:46 +0200 Subject: [PATCH] remove useless define --- @@ -8,7 +8,7 @@ 1 file changed, 4 deletions(-) diff --git a/auto.def b/auto.def -index 473bd81..af1bb36 100644 +index 5788219..3935469 100644 --- a/auto.def +++ b/auto.def @@ -128,10 +128,6 @@ if {[is_mingw]} { @@ -21,7 +21,7 @@ - if {[opt-bool fossil-debug]} { define-append EXTRA_CFLAGS -DFOSSIL_DEBUG - msg-result "Debugging support enabled" + define CFLAGS {-g -O0} -- 2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.