diff options
author | pav <pav@FreeBSD.org> | 2004-08-01 06:23:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-01 06:23:32 +0800 |
commit | 6520f5c92d2e4ad0c9377427e853a9852a2e7c3c (patch) | |
tree | ea6e7d7563856389a1659a0ba59e17b9d1c5b2aa /editors/tamago | |
parent | e818bf96c1159054d585b110afda0152d6980dbc (diff) | |
download | freebsd-ports-gnome-6520f5c92d2e4ad0c9377427e853a9852a2e7c3c.tar.gz freebsd-ports-gnome-6520f5c92d2e4ad0c9377427e853a9852a2e7c3c.tar.zst freebsd-ports-gnome-6520f5c92d2e4ad0c9377427e853a9852a2e7c3c.zip |
- Update to 4.0.6.0.20020909.5
PR: ports/69840
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 5 | ||||
-rw-r--r-- | editors/tamago/distinfo | 4 | ||||
-rw-r--r-- | editors/tamago/files/patch-egg:anthy.el | 13 |
3 files changed, 4 insertions, 18 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 3056d06aac2e..c9e865b687df 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -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 @@ DISTNAME= egg_4.0.6+0.20020909cvs.orig 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 --git a/editors/tamago/distinfo b/editors/tamago/distinfo index 72eeedd7cc4a..145f324b0273 100644 --- a/editors/tamago/distinfo +++ b/editors/tamago/distinfo @@ -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 --git a/editors/tamago/files/patch-egg:anthy.el b/editors/tamago/files/patch-egg:anthy.el deleted file mode 100644 index 629e07790f82..000000000000 --- a/editors/tamago/files/patch-egg:anthy.el +++ /dev/null @@ -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 |