pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/emacs20-elib Explicitly specify which version of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80fd9861da7
branches:  trunk
changeset: 517957:e80fd9861da7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Aug 27 02:14:07 2006 +0000

description:
Explicitly specify which version of emacs should be used.  Previously,
it was built with emacs21 although its package name suggested that it
should be built with emacs20.

Bump PKGREVISION.

diffstat:

 devel/emacs20-elib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 455603f5c72d -r e80fd9861da7 devel/emacs20-elib/Makefile
--- a/devel/emacs20-elib/Makefile       Sun Aug 27 01:48:01 2006 +0000
+++ b/devel/emacs20-elib/Makefile       Sun Aug 27 02:14:07 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2006/05/26 19:33:36 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/08/27 02:14:07 minskim Exp $
 
 PKGNAME=       emacs20-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 
-EMACS_VERSION_REQD=    emacs20
+EMACS_TYPE=    emacs20
 
 CONFLICTS+=    elib-[0-9]*
 



Home | Main Index | Thread Index | Old Index