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-emacs21/Makefile | |
parent | e818bf96c1159054d585b110afda0152d6980dbc (diff) | |
download | freebsd-ports-graphics-6520f5c92d2e4ad0c9377427e853a9852a2e7c3c.tar.gz freebsd-ports-graphics-6520f5c92d2e4ad0c9377427e853a9852a2e7c3c.tar.zst freebsd-ports-graphics-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-emacs21/Makefile')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 3056d06aac2..c9e865b687d 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 |