Date: Sat, 31 Jul 2004 18:50:57 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69840: [PATCH] editors/tamago New upstream patch released Message-ID: <20040731095057.92C8E551D@eastasia.home.utahime.org> Resent-Message-ID: <200407311000.i6VA0j8q096416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69840 >Category: ports >Synopsis: [PATCH] editors/tamago New upstream patch released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 31 10:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD eastasia.home.utahime.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Thu Jul 1 19:17:36 JST 2004 root@eastasia.home.utahime.org:/usr/obj/usr1/cvsup/releng_4_10/src/sys/EASTASIA i386 >Description: New upstream patch released. Fixes in files/anthy.el are merged. so it should be removed. >How-To-Repeat: >Fix: --- tamago.patch begins here --- diff -ruN tamago.dist/Makefile tamago/Makefile --- tamago.dist/Makefile Mon Jul 5 11:10:29 2004 +++ tamago/Makefile Sat Jul 31 18:37:19 2004 @@ -6,8 +6,7 @@ # PORTNAME= tamago -PORTVERSION= 4.0.6.0.20020909.4 -PORTREVISION= 2 +PORTVERSION= 4.0.6.0.20020909.5 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -16,7 +15,7 @@ PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,} -PATCHFILES= egg_4.0.6+0.20020909cvs-4.diff.gz +PATCHFILES= egg_4.0.6+0.20020909cvs-5.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= ports@FreeBSD.org diff -ruN tamago.dist/distinfo tamago/distinfo --- tamago.dist/distinfo Wed May 19 03:35:43 2004 +++ tamago/distinfo Sat Jul 31 18:37:50 2004 @@ -1,4 +1,4 @@ MD5 (egg_4.0.6+0.20020909cvs.orig.tar.gz) = 7ca91fc186c86a22fbaff9a55c58c433 SIZE (egg_4.0.6+0.20020909cvs.orig.tar.gz) = 277819 -MD5 (egg_4.0.6+0.20020909cvs-4.diff.gz) = 93bbb35a822bd6bbbc237b6dac18cd2e -SIZE (egg_4.0.6+0.20020909cvs-4.diff.gz) = 12928 +MD5 (egg_4.0.6+0.20020909cvs-5.diff.gz) = d8028ba81cf5c1e2a39e70d22c2dc9cd +SIZE (egg_4.0.6+0.20020909cvs-5.diff.gz) = 13107 diff -ruN tamago.dist/files/patch-egg:anthy.el tamago/files/patch-egg:anthy.el --- tamago.dist/files/patch-egg:anthy.el Sun Jul 4 23:57:22 2004 +++ tamago/files/patch-egg:anthy.el Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- egg/anthy.el.orig Thu Aug 8 17:11:22 2002 -+++ egg/anthy.el Sun Jul 4 23:48:18 2004 -@@ -118,8 +118,8 @@ - (save-excursion - (set-buffer buf) - (erase-buffer) -- (buffer-disable-undo)))) -- (anthyipc-get-greeting anthy-proc) -+ (buffer-disable-undo)) -+ (anthyipc-get-greeting anthy-proc))) - (anthyipc-new-context anthy-proc)) - - ;;; XXX: Don't kill buffer (for now) so that I can debug this program --- tamago.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?20040731095057.92C8E551D>