From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 14 18:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DDD1065678 for ; Mon, 14 Apr 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 804E78FC2B for ; Mon, 14 Apr 2008 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m3EIA3mh017093 for ; Mon, 14 Apr 2008 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3EIA39w017092; Mon, 14 Apr 2008 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 14 Apr 2008 18:10:03 GMT Resent-Message-Id: <200804141810.m3EIA39w017092@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A22A1065672 for ; Mon, 14 Apr 2008 18:01:13 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0FA8FC1C for ; Mon, 14 Apr 2008 18:01:12 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from localhost.localdomain (ZT028011.ppp.dion.ne.jp [59.128.28.11]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 2157D2BC031 for ; Tue, 15 Apr 2008 03:01:04 +0900 (JST) Message-Id: <20080415030016.c1aa680c.tkato432@yahoo.com> Date: Tue, 15 Apr 2008 03:00:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/122758: Update port: editors/yudit to 2.9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2008 18:10:03 -0000 >Number: 122758 >Category: ports >Synopsis: Update port: editors/yudit to 2.9.0 >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: Mon Apr 14 18:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 2.9.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/yudit/Makefile editors/yudit/Makefile --- /usr/ports/editors/yudit/Makefile 2008-04-11 00:28:43.000000000 +0900 +++ editors/yudit/Makefile 2008-04-11 01:37:26.000000000 +0900 @@ -6,25 +6,22 @@ # PORTNAME= yudit -PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTVERSION= 2.9.0 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/editors/X + SUNSITE/apps/editors/X DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-lingual unicode text editor with TTF support -USE_GETTEXT= yes USE_XORG= x11 -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LDFLAGS="-L${X11BASE}/lib" \ - LC_ALL= -GNU_CONFIGURE= YES +USE_GNOME= gnometarget +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LC_ALL= MAKE_ENV= LC_ALL= + MAN1= mytool.1 uniconv.1 uniprint.1 -USE_GMAKE= YES .include diff -urN /usr/ports/editors/yudit/distinfo editors/yudit/distinfo --- /usr/ports/editors/yudit/distinfo 2006-11-01 03:26:30.000000000 +0900 +++ editors/yudit/distinfo 2008-04-11 01:37:26.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (yudit-2.8.1.tar.gz) = 0ea14db1c76a7b5364b6d5032c5539fa -SHA256 (yudit-2.8.1.tar.gz) = f8781589aec8e1562d8a38fe0ca04d40a4af5270fe6df4a5d6c7670ab0c47746 -SIZE (yudit-2.8.1.tar.gz) = 2531801 +MD5 (yudit-2.9.0.tar.gz) = b214c19b98b8ed7854df8d1cf09b6261 +SHA256 (yudit-2.9.0.tar.gz) = 89edf9a0b526c5bcac495967d322b6290653755e02946f02fdec323899eba4a1 +SIZE (yudit-2.9.0.tar.gz) = 2750082 diff -urN /usr/ports/editors/yudit/pkg-plist editors/yudit/pkg-plist --- /usr/ports/editors/yudit/pkg-plist 2006-11-01 03:26:31.000000000 +0900 +++ editors/yudit/pkg-plist 2008-04-11 01:37:26.000000000 +0900 @@ -22,6 +22,7 @@ %%DATADIR%%/data/Berbere-etendu.my %%DATADIR%%/data/Berbere-standard.my %%DATADIR%%/data/BlissSymbolics.my +%%DATADIR%%/data/Bulgarian-Translit.my %%DATADIR%%/data/Bulgarian.my %%DATADIR%%/data/CS-qwerty.my %%DATADIR%%/data/CS.my @@ -97,6 +98,7 @@ %%DATADIR%%/data/OldItalic.my %%DATADIR%%/data/Oriya-Inscript.my %%DATADIR%%/data/Oriya.my +%%DATADIR%%/data/Pali.my %%DATADIR%%/data/Persian.my %%DATADIR%%/data/Polish-slash.my %%DATADIR%%/data/Polish.my @@ -154,6 +156,7 @@ %%DATADIR%%/data/cluster.my %%DATADIR%%/data/cp-1250.my %%DATADIR%%/data/cp-1251.my +%%DATADIR%%/data/cp-1252.my %%DATADIR%%/data/example.my %%DATADIR%%/data/gb-18030.my %%DATADIR%%/data/gb-2312-l.my @@ -207,15 +210,20 @@ %%DATADIR%%/doc/COPYING.TXT %%DATADIR%%/doc/FAQ.TXT %%DATADIR%%/doc/HOWTO-arabic.txt +%%DATADIR%%/doc/HOWTO-baybayin.txt %%DATADIR%%/doc/HOWTO-berber.txt %%DATADIR%%/doc/HOWTO-bidi.txt +%%DATADIR%%/doc/HOWTO-build.txt %%DATADIR%%/doc/HOWTO-configure.txt %%DATADIR%%/doc/HOWTO-devanagari.txt %%DATADIR%%/doc/HOWTO-freehand.txt +%%DATADIR%%/doc/HOWTO-georgian.txt +%%DATADIR%%/doc/HOWTO-greekancient.txt %%DATADIR%%/doc/HOWTO-japanese.txt %%DATADIR%%/doc/HOWTO-keymap.txt %%DATADIR%%/doc/HOWTO-malayalam.txt %%DATADIR%%/doc/HOWTO-rovasiras.txt +%%DATADIR%%/doc/HOWTO-syntax.txt %%DATADIR%%/doc/HOWTO-tamil.txt %%DATADIR%%/doc/HOWTO-tibetan.txt %%DATADIR%%/doc/HOWTO-vietnamese.txt @@ -250,36 +258,69 @@ %%DATADIR%%/fonts/yudit.hex %%DATADIR%%/fonts/yudit.ttf %%DATADIR%%/locale/am/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/am/LC_MESSAGES/messages.po %%DATADIR%%/locale/ar/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ar/LC_MESSAGES/messages.po %%DATADIR%%/locale/az/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/az/LC_MESSAGES/messages.po %%DATADIR%%/locale/bg/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/bg/LC_MESSAGES/messages.po %%DATADIR%%/locale/bn/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/bn/LC_MESSAGES/messages.po %%DATADIR%%/locale/cs/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/cs/LC_MESSAGES/messages.po %%DATADIR%%/locale/de/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/de/LC_MESSAGES/messages.po %%DATADIR%%/locale/el/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/el/LC_MESSAGES/messages.po %%DATADIR%%/locale/en/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/en/LC_MESSAGES/messages.po %%DATADIR%%/locale/es/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/es/LC_MESSAGES/messages.po %%DATADIR%%/locale/fi/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/fi/LC_MESSAGES/messages.po %%DATADIR%%/locale/fr/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/fr/LC_MESSAGES/messages.po %%DATADIR%%/locale/ga/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ga/LC_MESSAGES/messages.po %%DATADIR%%/locale/gu/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/gu/LC_MESSAGES/messages.po %%DATADIR%%/locale/hi/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/hi/LC_MESSAGES/messages.po %%DATADIR%%/locale/hu/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/hu/LC_MESSAGES/messages.po %%DATADIR%%/locale/ja/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ja/LC_MESSAGES/messages.po %%DATADIR%%/locale/ko/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ko/LC_MESSAGES/messages.po %%DATADIR%%/locale/mn/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/mn/LC_MESSAGES/messages.po %%DATADIR%%/locale/mr/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/mr/LC_MESSAGES/messages.po %%DATADIR%%/locale/pa/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/pa/LC_MESSAGES/messages.po %%DATADIR%%/locale/pl/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/pl/LC_MESSAGES/messages.po %%DATADIR%%/locale/ru/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ru/LC_MESSAGES/messages.po %%DATADIR%%/locale/sl/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/sl/LC_MESSAGES/messages.po %%DATADIR%%/locale/sr/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/sr/LC_MESSAGES/messages.po %%DATADIR%%/locale/ta/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ta/LC_MESSAGES/messages.po %%DATADIR%%/locale/uk/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/uk/LC_MESSAGES/messages.po %%DATADIR%%/locale/ur/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/ur/LC_MESSAGES/messages.po %%DATADIR%%/locale/vi/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/vi/LC_MESSAGES/messages.po %%DATADIR%%/locale/yi/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/yi/LC_MESSAGES/messages.po %%DATADIR%%/locale/zh/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/zh/LC_MESSAGES/messages.po +%%DATADIR%%/locale/zh_CN/LC_MESSAGES/messages.mo +%%DATADIR%%/locale/zh_CN/LC_MESSAGES/messages.po %%DATADIR%%/src/ASCII-IPA.kmap %%DATADIR%%/src/ArabTeX.kmap %%DATADIR%%/src/Arabic.kmap @@ -299,6 +340,7 @@ %%DATADIR%%/src/Berbere-etendu.kmap %%DATADIR%%/src/Berbere-standard.kmap %%DATADIR%%/src/BlissSymbolics.kmap +%%DATADIR%%/src/Bulgarian-Translit.kmap %%DATADIR%%/src/Bulgarian.kmap %%DATADIR%%/src/CS-qwerty.kmap %%DATADIR%%/src/CS.kmap @@ -361,6 +403,7 @@ %%DATADIR%%/src/Mongolian.kmap %%DATADIR%%/src/Oriya-Inscript.kmap %%DATADIR%%/src/Oriya.kmap +%%DATADIR%%/src/Pali.kmap %%DATADIR%%/src/Persian.kmap %%DATADIR%%/src/Polish-slash.kmap %%DATADIR%%/src/Polish.kmap @@ -409,7 +452,11 @@ %%DATADIR%%/src/Vietnamese.kmap %%DATADIR%%/src/Welsh.kmap %%DATADIR%%/src/Yiddish.kmap +%%DATADIR%%/syntax/README.TXT +@dirrmtry %%DATADIR%%/syntax @dirrmtry %%DATADIR%%/src +@dirrmtry %%DATADIR%%/locale/zh_CN/LC_MESSAGES +@dirrmtry %%DATADIR%%/locale/zh_CN @dirrmtry %%DATADIR%%/locale/zh/LC_MESSAGES @dirrmtry %%DATADIR%%/locale/zh @dirrmtry %%DATADIR%%/locale/yi/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: