SF.net SVN: gar:[24933] csw/mgar/pkg/libdatrie/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue May 5 11:54:47 CEST 2015


Revision: 24933
          http://sourceforge.net/p/gar/code/24933
Author:   dmichelsen
Date:     2015-05-05 09:54:47 +0000 (Tue, 05 May 2015)
Log Message:
-----------
libdatrie/trunk: Update to 0.2.9

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

Removed Paths:
-------------
    csw/mgar/pkg/libdatrie/trunk/files/0001-Remove-unnecessary-inclusing-of-stdint.h.patch

Modified: csw/mgar/pkg/libdatrie/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libdatrie/trunk/Makefile	2015-05-05 09:53:27 UTC (rev 24932)
+++ csw/mgar/pkg/libdatrie/trunk/Makefile	2015-05-05 09:54:47 UTC (rev 24933)
@@ -1,14 +1,13 @@
 NAME = libdatrie
-VERSION = 0.2.5
+VERSION = 0.2.9
 GARTYPE = v2
 
 DESCRIPTION = Double array tree library
 define BLURB
 endef
 
-MASTER_SITES = ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
-DISTFILES += $(DISTNAME).tar.gz
-PATCHFILES += 0001-Remove-unnecessary-inclusing-of-stdint.h.patch
+MASTER_SITES += ftp://linux.thai.net/pub/thailinux/software/libthai/
+DISTFILES += $(DISTNAME).tar.xz
 
 VENDOR_URL = http://linux.thai.net/~thep/datrie/datrie.html
 

Modified: csw/mgar/pkg/libdatrie/trunk/checksums
===================================================================
--- csw/mgar/pkg/libdatrie/trunk/checksums	2015-05-05 09:53:27 UTC (rev 24932)
+++ csw/mgar/pkg/libdatrie/trunk/checksums	2015-05-05 09:54:47 UTC (rev 24933)
@@ -1 +1 @@
-c9b057d07198d66e1ac2eff32937d3d4  libdatrie-0.2.5.tar.gz
+687624f374e748de81b01399736bb735  libdatrie-0.2.9.tar.xz

Deleted: csw/mgar/pkg/libdatrie/trunk/files/0001-Remove-unnecessary-inclusing-of-stdint.h.patch
===================================================================
--- csw/mgar/pkg/libdatrie/trunk/files/0001-Remove-unnecessary-inclusing-of-stdint.h.patch	2015-05-05 09:53:27 UTC (rev 24932)
+++ csw/mgar/pkg/libdatrie/trunk/files/0001-Remove-unnecessary-inclusing-of-stdint.h.patch	2015-05-05 09:54:47 UTC (rev 24933)
@@ -1,37 +0,0 @@
-From 978cdfe1134e27b35897951bd44957a76573e45e Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Sat, 9 Jul 2011 15:27:27 +0200
-Subject: [PATCH] Remove unnecessary inclusing of stdint.h
-
----
- datrie/darray.c |    1 -
- datrie/tail.c   |    1 -
- 2 files changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/datrie/darray.c b/datrie/darray.c
-index 234e904..02471e2 100644
---- a/datrie/darray.c
-+++ b/datrie/darray.c
-@@ -26,7 +26,6 @@
- 
- #include <string.h>
- #include <stdlib.h>
--#include <stdint.h>
- #include <stdio.h>
- 
- #include "trie-private.h"
-diff --git a/datrie/tail.c b/datrie/tail.c
-index 4e31d9f..d835c57 100644
---- a/datrie/tail.c
-+++ b/datrie/tail.c
-@@ -26,7 +26,6 @@
- 
- #include <string.h>
- #include <stdlib.h>
--#include <stdint.h>
- #include <stdio.h>
- 
- #include "tail.h"
--- 
-1.7.6
-

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