From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 20 08:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB4116A4CE for ; Mon, 20 Dec 2004 08:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C0F243D54 for ; Mon, 20 Dec 2004 08:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBK8KTss028040 for ; Mon, 20 Dec 2004 08:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBK8KTLB028039; Mon, 20 Dec 2004 08:20:29 GMT (envelope-from gnats) Resent-Date: Mon, 20 Dec 2004 08:20:29 GMT Resent-Message-Id: <200412200820.iBK8KTLB028039@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, SHIOZAKI Takehiko Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B47716A4CE for ; Mon, 20 Dec 2004 08:19:23 +0000 (GMT) Received: from takehiko.zive.net (p2936f6.tokynt01.ap.so-net.ne.jp [218.41.54.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCBAD43D4C for ; Mon, 20 Dec 2004 08:19:21 +0000 (GMT) (envelope-from st@be.to) Received: by takehiko.zive.net (Postfix, from userid 4013) id 4CF211B5048; Mon, 20 Dec 2004 17:19:33 +0900 (JST) Message-Id: <20041220081933.4CF211B5048@takehiko.zive.net> Date: Mon, 20 Dec 2004 17:19:33 +0900 (JST) From: SHIOZAKI Takehiko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75290: japanese/mutt-devel pkg-plist error fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: SHIOZAKI Takehiko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 08:20:29 -0000 >Number: 75290 >Category: ports >Synopsis: japanese/mutt-devel pkg-plist error fix >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 Dec 20 08:20:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: SHIOZAKI Takehiko >Release: FreeBSD FreeBSD 5.3-BETA7 i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 5.3-BETA7 FreeBSD 5.3-BETA7 #34: Thu Oct 7 22:38:35 JST 2004 root@localhost.my.domain:/dist/usr/obj/dist/usr/src/sys/VMWARE i386 >Description: - Fixed the pkg-plist error. - Updated the header cache patcg to the latest one. >How-To-Repeat: Just install and deinstall the port. >Fix: diff -urN mutt-devel.orig/Makefile mutt-devel/Makefile --- mutt-devel.orig/Makefile Wed Oct 27 20:05:28 2004 +++ mutt-devel/Makefile Mon Dec 20 16:49:32 2004 @@ -9,7 +9,7 @@ PORTNAME= mutt-devel PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.5/ \ http://my.reset.jp/~iwashita/mutt/distfiles/ \ @@ -41,7 +41,7 @@ .if defined(WITH_MUTT_HEADER_CACHE) PATCH_SITES+= http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/:hcache -PATCHFILES+= patch-${VERSION}.tg.hcache.3:hcache +PATCHFILES+= patch-${VERSION}.tg.hcache.12:hcache PATCH_DIST_STRIP+= -p1 LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm diff -urN mutt-devel.orig/distinfo mutt-devel/distinfo --- mutt-devel.orig/distinfo Mon Sep 6 20:04:56 2004 +++ mutt-devel/distinfo Mon Dec 20 16:42:18 2004 @@ -6,5 +6,5 @@ SIZE (mutt/manual_ja-1.4i-1.tar.gz) = 300461 MD5 (mutt/manual.ja-20040808.tar.gz) = 393e8d39025278f263018f6d314049f8 SIZE (mutt/manual.ja-20040808.tar.gz) = 272680 -MD5 (mutt/patch-1.5.6.tg.hcache.3) = d7a6eea28e0b3cfbe72623916eba6cb7 -SIZE (mutt/patch-1.5.6.tg.hcache.3) = 35166 +MD5 (mutt/patch-1.5.6.tg.hcache.12) = 8c0200a93b85b2c74c63dd1df54de017 +SIZE (mutt/patch-1.5.6.tg.hcache.12) = 39095 diff -urN mutt-devel.orig/pkg-plist mutt-devel/pkg-plist --- mutt-devel.orig/pkg-plist Mon Sep 6 20:04:56 2004 +++ mutt-devel/pkg-plist Mon Dec 20 16:34:49 2004 @@ -89,6 +89,7 @@ %%PORTDOCS%%%%DOCSDIR%%/samples/colors.linux %%PORTDOCS%%%%DOCSDIR%%/smime-notes.txt %%PORTDOCS%%%%DOCSDIR%%/smime-notes.ja.txt +%%NLS%%share/locale/bg/LC_MESSAGES/mutt.mo %%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo %%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo %%NLS%%share/locale/da/LC_MESSAGES/mutt.mo >Release-Note: >Audit-Trail: >Unformatted: