Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2012 01:30:41 GMT
From:      Takashi Kato <townwear@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171100: [MAINTAINER] japanese/jd: update to 2.8.5
Message-ID:  <201208270130.q7R1Uf8O075558@red.freebsd.org>
Resent-Message-ID: <201208270140.q7R1e3Wv005067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171100
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/jd: update to 2.8.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 01:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Takashi Kato
>Release:        FreeBSD 8.2-RELEASE-p4
>Organization:
>Environment:
FreeBSD pwd.dip.jp 8.2-RELEASE-p4 FreeBSD 8.2-RELEASE-p4 #8: Thu Jul 19 22:21:42 JST 2012     root@pwd.dip.jp:/usr/obj/usr/src/sys/PWD  i386

>Description:
update to 2.8.5 from 2.8.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN jd.orig/Makefile jd/Makefile
--- jd.orig/Makefile	2012-06-01 14:21:06.000000000 +0900
+++ jd/Makefile	2012-08-27 10:16:55.000000000 +0900
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=		jd
-PORTVERSION=		2.8.2
-PORTREVISION=	1
+PORTVERSION=		2.8.5
 CATEGORIES=		japanese www
 MASTER_SITES=		SFJP
-MASTER_SITE_SUBDIR=	jd4linux/52863
-DISTNAME=	${PORTNAME}-${PORTVERSION}-110808
+MASTER_SITE_SUBDIR=	jd4linux/56721
+DISTNAME=	${PORTNAME}-${PORTVERSION}-120826
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	townwear@gmail.com
diff -ruN jd.orig/distinfo jd/distinfo
--- jd.orig/distinfo	2011-08-28 05:25:47.000000000 +0900
+++ jd/distinfo	2012-08-27 10:17:30.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (jd-2.8.2-110808.tgz) = b7187d5993da8f851f951a3d865a1715ffec9e6de7866633a5cf9d0ce7236c8e
-SIZE (jd-2.8.2-110808.tgz) = 782129
+SHA256 (jd-2.8.5-120826.tgz) = 494a190ae64c222cd7080cb121f23043bd231829572cd685258185a9b5dfff32
+SIZE (jd-2.8.5-120826.tgz) = 784657
diff -ruN jd.orig/files/patch-cache.cpp jd/files/patch-cache.cpp
--- jd.orig/files/patch-cache.cpp	2011-08-28 05:25:47.000000000 +0900
+++ jd/files/patch-cache.cpp	1970-01-01 09:00:00.000000000 +0900
@@ -1,23 +0,0 @@
---- src/cache.cpp.orig	2011-07-27 21:29:16.000000000 +0900
-+++ src/cache.cpp	2011-08-23 22:52:30.000000000 +0900
-@@ -816,14 +816,14 @@
-     if( stat( to_locale_cstr( path ), &buf_stat ) != 0 ) return false;
-     if( S_ISREG( buf_stat.st_mode ) ){
- 
--        struct timespec ts[2];         
-+        struct timeval tv[2];
- 
--        ts[0].tv_sec  = buf_stat.st_atime;
--        ts[0].tv_nsec = buf_stat.st_atim.tv_nsec;
--        ts[1].tv_sec  = mtime;
--        ts[1].tv_nsec = 0;
-+        tv[0].tv_sec  = buf_stat.st_atime;
-+        tv[0].tv_usec = buf_stat.st_atimespec.tv_nsec / 1000;
-+        tv[1].tv_sec  = mtime;
-+        tv[1].tv_usec = 0;
- 
--        if( ! utimensat( AT_FDCWD, to_locale_cstr( path ), ts, AT_SYMLINK_NOFOLLOW ) ) return true;
-+        if( ! lutimes(to_locale_cstr( path ), tv ) ) return true;
-     }
- 
-     return false;
\ No newline at end of file


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208270130.q7R1Uf8O075558>