Date: Thu, 28 Jan 2010 11:13:33 +0900 From: Takefu <takefu@airport.fm> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/143305: [UPDATE] converters/ish: update to 2.01a5 Message-ID: <4B60F2CD.6020000@airport.fm> Resent-Message-ID: <201001280220.o0S2K0PN034238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 143305 >Category: ports >Synopsis: [UPDATE] converters/ish: update to 2.01a5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 02:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: >Organization: FOX Amateur Radio Club >Environment: >Description: update to 1.11 -> 2.01a5 Display trouble correction that originates in problem for y2k fix. Added file(s): - files/patch-decode.c >How-To-Repeat: >Fix: --- ish-2.01a5.patch begins here --- diff -rubN /usr/ports/converters/ish/Makefile ish/Makefile --- /usr/ports/converters/ish/Makefile 2005-06-06 20:10:32.000000000 +0900 +++ ish/Makefile 2010-01-28 10:02:36.000000000 +0900 @@ -2,12 +2,14 @@ # Date created: 13 August 1997 # Whom: hosokawa # -# $FreeBSD: ports/converters/ish/Makefile,v 1.9 2005/06/06 11:10:32 vs Exp $ +# $FreeBSD$ PORTNAME= ish -PORTVERSION= 1.11 +PORTVERSION= 2.01a5 CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_PORTS_JP} +MASTER_SITES= http://www.unix.gr.jp/jnetcex/soft/\ + ${MASTER_SITE_PORTS_JP} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Binary-to-text file-encoder @@ -17,4 +19,7 @@ PLIST_FILES= bin/ish ALL_TARGET= ish +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + .include <bsd.port.mk> diff -rubN /usr/ports/converters/ish/distinfo ish/distinfo --- /usr/ports/converters/ish/distinfo 2005-11-24 09:51:55.000000000 +0900 +++ ish/distinfo 2010-01-28 09:56:36.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (ish-1.11.tar.gz) = 072b894fd4014e9f06ea6c78f6a4f252 -SHA256 (ish-1.11.tar.gz) = ac5eea13a9bb7f9adb5ba5161881b159d27f80967bbcf0e52193c5c1916b15df -SIZE (ish-1.11.tar.gz) = 13029 +MD5 (ish201a5.tar.gz) = ae1b62c7777d17b6d64a1c1b056d8114 +SHA256 (ish201a5.tar.gz) = b62828c18c4564bf6a93a0c211060357c3d2b5f0b6777a52c399c10f4d93906d +SIZE (ish201a5.tar.gz) = 25803 diff -rubN /usr/ports/converters/ish/files/patch-decode.c ish/files/patch-decode.c --- /usr/ports/converters/ish/files/patch-decode.c 1970-01-01 09:00:00.000000000 +0900 +++ ish/files/patch-decode.c 2010-01-28 10:48:53.000000000 +0900 @@ -0,0 +1,11 @@ +--- decode.c.orig 1996-01-07 19:46:37.000000000 +0900 ++++ decode.c 2010-01-28 10:48:29.000000000 +0900 +@@ -265,7 +265,7 @@ + fprintf(stderr, " ) "); + if (head->tstamp != 0) { + p = head->time; +- tm.tm_year = (p[3]>>1)+80; ++ tm.tm_year = (p[3]>>1)+1980; + tm.tm_mon = (p[3]&0x01)<<3; + tm.tm_mon += (p[2]>>5) - 1; + tm.tm_mday = p[2]&0x1f; --- ish-2.01a5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B60F2CD.6020000>