From az@inec.ru  Sat Jul 30 09:44:36 2005
Return-Path: <az@inec.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0423616A41F
	for <freebsd-gnats-submit@freebsd.org>; Sat, 30 Jul 2005 09:44:36 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9843D46
	for <freebsd-gnats-submit@freebsd.org>; Sat, 30 Jul 2005 09:44:35 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j6U9kLfQ025047
    for <freebsd-gnats-submit@freebsd.org>; Sat, 30 Jul 2005 13:46:21 +0400 (MSD)
Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j6U9kLNr025042
    for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Jul 2005 13:46:21 +0400 (MSD)
Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD))
	id 1Dynth-000Fhc-LR
	for FreeBSD-gnats-submit@freebsd.org; Sat, 30 Jul 2005 13:44:49 +0400
Message-Id: <E1Dynth-000Fhc-LR@az.inec.ru>
Date: Sat, 30 Jul 2005 13:44:49 +0400
From: Andrej Zverev <az@inec.ru>
Reply-To: Andrej Zverev <az@inec.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] palm/synce-rra to 0.9.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84334
>Category:       ports
>Synopsis:       [update] palm/synce-rra to 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 30 09:50:20 GMT 2005
>Closed-Date:    Mon Aug 01 17:34:42 GMT 2005
>Last-Modified:  Mon Aug 01 17:34:42 GMT 2005
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- synce-rra.diff begins here ---
diff -Nru synce-rra.orig/Makefile synce-rra/Makefile
--- synce-rra.orig/Makefile	Tue Apr 12 17:00:32 2005
+++ synce-rra/Makefile	Fri Jul 29 19:24:21 2005
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/palm/synce-rra/Makefile,v 1.6 2005/04/12 13:00:32 lawrance Exp $
 
 PORTNAME=	synce-rra
-PORTVERSION=	0.9.0
+PORTVERSION=	0.9.1
 CATEGORIES=	palm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	synce
diff -Nru synce-rra.orig/distinfo synce-rra/distinfo
--- synce-rra.orig/distinfo	Sun Jan  9 00:39:57 2005
+++ synce-rra/distinfo	Fri Jul 29 19:24:49 2005
@@ -1,2 +1,2 @@
-MD5 (synce-rra-0.9.0.tar.gz) = c6e6c29916518359a9c188f455305970
-SIZE (synce-rra-0.9.0.tar.gz) = 381330
+MD5 (synce-rra-0.9.1.tar.gz) = 72742f93f19d5727159989ec80a725f0
+SIZE (synce-rra-0.9.1.tar.gz) = 379075
diff -Nru synce-rra.orig/files/patch-src-rra-decode.c synce-rra/files/patch-src-rra-decode.c
--- synce-rra.orig/files/patch-src-rra-decode.c	Sun Mar 14 00:44:14 2004
+++ synce-rra/files/patch-src-rra-decode.c	Fri Jul 29 19:27:12 2005
@@ -1,11 +1,11 @@
---- src/rra-decode.c.orig	Thu Mar 11 22:13:04 2004
-+++ src/rra-decode.c	Thu Mar 11 22:13:26 2004
-@@ -218,7 +218,7 @@
+--- src/rra-decode.c.orig	Thu May 12 16:57:53 2005
++++ src/rra-decode.c	Fri Jul 29 19:26:36 2005
+@@ -202,7 +202,7 @@
  					time_t unix_time = filetime_to_unix_time(&propvals[i].val.filetime);
- 					char* time_str = ctime(&unix_time);
+ 					char* time_str = asctime(gmtime(&unix_time));
  					time_str[strlen(time_str)-1] = '\0'; /* remove trailing newline */
 -					printf("%s  (%lu)", time_str, unix_time);
 +					printf("%s  (%lu)", time_str, (long unsigned)unix_time);
-           db_dump(&propvals[i].val.filetime, sizeof(FILETIME));
-         }
- 				break;
+ #else
+           TIME_FIELDS time_fields;
+           time_fields_from_filetime(&propvals[i].val.filetime, &time_fields);
--- synce-rra.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: sem 
Responsible-Changed-When: Sat Jul 30 12:21:22 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84334 
State-Changed-From-To: open->closed 
State-Changed-By: lawrance 
State-Changed-When: Mon Aug 1 17:34:30 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84334 
>Unformatted:
