head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.20 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.18 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.12 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.8 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2008.01.27.16.46.47; author taca; state dead; branches; next 1.1; 1.1 date 2007.04.02.13.36.23; author taca; state Exp; branches; next ; desc @@ 1.2 log @Update ruby-tmail package to 1.2.1. pkgsrc change: * Use INSTALLATION_DIRS * Update HOMEPAGE. Since changes are too many to write here, please refer pages linked from News in http://tmail.rubyforge.org/. Requested by minskim@@ via private mail. @ text @$NetBSD: patch-aa,v 1.1 2007/04/02 13:36:23 taca Exp $ Fix a bug of RFC2231 encoding. Index: lib/tmail/textutils.rb =================================================================== --- lib/tmail/textutils.rb.orig 2004-02-20 09:35:01.000000000 +0900 +++ lib/tmail/textutils.rb @@@@ -188,8 +188,7 @@@@ module TMail def decode_RFC2231(str) m = RFC2231_ENCODED.match(str) or return str - NKF.nkf(NKF_FLAGS[$KCODE], - m.post_match.gsub(/%[\da-f]{2}/in) {|s| s[1,2].hex.chr }) + to_kcode(m.post_match.gsub(/%[\da-f]{2}/in) {|s| s[1,2].hex.chr }) end end @ 1.1 log @Add a patch to fix RFC2231 encoding bug. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @