diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-31 22:23:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-31 22:23:32 +0000 |
commit | 44af57bb3e4138116bb14ead5bd85b811238993a (patch) | |
tree | 38310bfd52bfa1ae1adc8220a6bd94164c1bf356 /editors/tamago-emacs21 | |
parent | 7eed1b0f192f0352d88958768d99ff9684ae7929 (diff) | |
download | ports-44af57bb3e4138116bb14ead5bd85b811238993a.tar.gz ports-44af57bb3e4138116bb14ead5bd85b811238993a.zip |
Notes
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 5 | ||||
-rw-r--r-- | editors/tamago-emacs21/distinfo | 4 | ||||
-rw-r--r-- | editors/tamago-emacs21/files/patch-egg:anthy.el | 13 |
3 files changed, 4 insertions, 18 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 3056d06aac2e..c9e865b687df 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/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-emacs21/distinfo b/editors/tamago-emacs21/distinfo index 72eeedd7cc4a..145f324b0273 100644 --- a/editors/tamago-emacs21/distinfo +++ b/editors/tamago-emacs21/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-emacs21/files/patch-egg:anthy.el b/editors/tamago-emacs21/files/patch-egg:anthy.el deleted file mode 100644 index 629e07790f82..000000000000 --- a/editors/tamago-emacs21/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 |