diff options
author | ume <ume@FreeBSD.org> | 2005-03-02 22:59:04 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-03-02 22:59:04 +0800 |
commit | 9fe518d9886c4b8cd20800494e4cbb3a6b233fa0 (patch) | |
tree | a71ac5cd42b1ae8d3cbc1efbf9db28bed36fb6a3 /editors/tamago-emacs21/Makefile | |
parent | 84528a78055e380d5143401d9efa185592d182ff (diff) | |
download | freebsd-ports-graphics-9fe518d9886c4b8cd20800494e4cbb3a6b233fa0.tar.gz freebsd-ports-graphics-9fe518d9886c4b8cd20800494e4cbb3a6b233fa0.tar.zst freebsd-ports-graphics-9fe518d9886c4b8cd20800494e4cbb3a6b233fa0.zip |
- Debian patch was updated to 4.0.6+0.20041122cvs-4.
- Change pkg-message.
PR: ports/78100
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index b1f23000cb3..bee3a1b9c50 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tamago -PORTVERSION= 4.0.6.0.20041122.3 +PORTVERSION= 4.0.6.0.20041122.4 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -15,7 +15,7 @@ DISTNAME= egg_4.0.6+0.20041122cvs.orig PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,} -PATCHFILES= egg_4.0.6+0.20041122cvs-3.diff.gz +PATCHFILES= egg_4.0.6+0.20041122cvs-4.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER?= ports@FreeBSD.org |