Date: Tue, 15 Feb 2000 12:50:46 +0200 (EET) From: rch@writeme.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16725: Fix for missing distfile in editors/yudit port Message-ID: <200002151050.e1FAokd96476@richard.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 16725 >Category: ports >Synopsis: Fix for missing distfile in editors/yudit port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 15 03:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ricardas Cepas >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Please delete patches/*, files/8859_3.bumap and files/8859_4.bumap - everything are in source already ! Here is the patch for new version: diff -u -r yudit/Makefile yudit-1.5/Makefile --- yudit/Makefile Mon Feb 7 06:42:00 2000 +++ yudit-1.5/Makefile Tue Feb 15 12:41:09 2000 @@ -5,8 +5,11 @@ # # $FreeBSD: ports/editors/yudit/Makefile,v 1.7 2000/01/29 22:46:00 reg Exp $ # +# +# +# -DISTNAME= yudit-1.3 +DISTNAME= yudit-1.5 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -21,9 +24,6 @@ MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 USE_GMAKE= YES - -pre-patch: - ${CP} ${FILESDIR}/*map ${WRKSRC}/data post-install: cd ${PREFIX}/bin/ && strip yudit stripumap uniconv uniprint Only in yudit/files: 8859_3.bumap Only in yudit/files: 8859_4.bumap diff -u -r yudit/files/md5 yudit-1.5/files/md5 --- yudit/files/md5 Tue Jun 15 23:28:18 1999 +++ yudit-1.5/files/md5 Tue Feb 15 11:33:14 2000 @@ -1 +1 @@ -MD5 (yudit-1.3.tar.gz) = 20d7eabf3d341c637677f4d415dba00f +MD5 (yudit-1.5.tar.gz) = db5388739912171aa8399ac5a7cb34ee Only in yudit: patches diff -u -r yudit/pkg/PLIST yudit-1.5/pkg/PLIST --- yudit/pkg/PLIST Mon Feb 7 06:42:00 2000 +++ yudit-1.5/pkg/PLIST Tue Feb 15 12:30:49 2000 @@ -58,7 +58,10 @@ share/yudit/data/Unicode2.kmap share/yudit/data/VISCII.bumap share/yudit/data/Vietnamese.kmap +share/yudit/data/VNtelex.kmap +share/yudit/data/XKB_iso8859-4.kmap share/yudit/help/Config-de.help +share/yudit/help/Config-fr.help share/yudit/help/Config-hu.help share/yudit/help/Config-zh_TW.help share/yudit/help/Config.help @@ -68,10 +71,13 @@ share/yudit/help/General.help share/yudit/help/TestPage.help share/yudit/locale/de.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/fr.utf8/LC_MESSAGES/messages.mo share/yudit/locale/hu.utf8/LC_MESSAGES/messages.mo share/yudit/locale/it.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ja.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/po.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ru.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/sl.utf8/LC_MESSAGES/messages.mo share/yudit/locale/your.utf8/LC_MESSAGES/messages.mo share/yudit/locale/zh_TW.utf8/LC_MESSAGES/messages.mo @dirrm share/yudit/config @@ -79,14 +85,20 @@ @dirrm share/yudit/help @dirrm share/yudit/locale/de.utf8/LC_MESSAGES @dirrm share/yudit/locale/de.utf8 +@dirrm share/yudit/locale/fr.utf8/LC_MESSAGES +@dirrm share/yudit/locale/fr.utf8 @dirrm share/yudit/locale/hu.utf8/LC_MESSAGES @dirrm share/yudit/locale/hu.utf8 @dirrm share/yudit/locale/it.utf8/LC_MESSAGES @dirrm share/yudit/locale/it.utf8 @dirrm share/yudit/locale/ja.utf8/LC_MESSAGES @dirrm share/yudit/locale/ja.utf8 +@dirrm share/yudit/locale/po.utf8/LC_MESSAGES +@dirrm share/yudit/locale/po.utf8 @dirrm share/yudit/locale/ru.utf8/LC_MESSAGES @dirrm share/yudit/locale/ru.utf8 +@dirrm share/yudit/locale/sl.utf8/LC_MESSAGES +@dirrm share/yudit/locale/sl.utf8 @dirrm share/yudit/locale/your.utf8/LC_MESSAGES @dirrm share/yudit/locale/your.utf8 @dirrm share/yudit/locale/zh_TW.utf8/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002151050.e1FAokd96476>