FreeBSD Bugzilla – Attachment 127294 Details for
Bug 171100
[MAINTAINER] japanese/jd: update to 2.8.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.00 KB, created by
townwear
on 2012-08-27 02:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
townwear
Created:
2012-08-27 02:40:02 UTC
Size:
2.00 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 171100
: 127294