From 1960462fd59cc99621a2f74b7d2c5ef27f932d88 Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 27 Jul 2007 20:24:09 +0000 Subject: [PATCH] bump package name due to OSREV increment --- editors/emacs21/Makefile | 4 ++-- editors/xemacs21/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index d07e1defb0c..f97d698f0b1 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2007/07/06 16:59:32 kettenis Exp $ +# $OpenBSD: Makefile,v 1.37 2007/07/27 20:24:09 naddy Exp $ COMMENT-main= "GNU editor: extensible, customizable, self documenting" COMMENT-el= "elisp sources for those who want to read/modify them" @@ -6,7 +6,7 @@ COMMENT-leim= "Library of Emacs Input Methods" VERSION= 21.4 DISTNAME= emacs-${VERSION} -PKGNAME-main= ${DISTNAME}p4 +PKGNAME-main= ${DISTNAME}p5 FULLPKGNAME-el= emacs-el-${VERSION} FULLPKGNAME-leim= emacs-leim-${VERSION} diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 6139934e350..1fcc8933906 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.41 2007/02/14 16:55:28 steven Exp $ +# $OpenBSD: Makefile,v 1.42 2007/07/27 20:24:09 naddy Exp $ COMMENT= "heavily customizable and extensible editor" VERSION= 21.4.19 DISTNAME= xemacs-${VERSION} -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= editors HOMEPAGE= http://www.xemacs.org/