pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update to 0.6; exclude JDE temporarily from the list o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/038d2c172304
branches:  trunk
changeset: 466203:038d2c172304
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Tue Jan 13 03:15:40 2004 +0000

description:
Update to 0.6; exclude JDE temporarily from the list on behalf of bulk-builds.

diffstat:

 doc/CHANGES                     |   3 ++-
 editors/emacs-packages/Makefile |  11 ++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 1d9f187e106c -r 038d2c172304 doc/CHANGES
--- a/doc/CHANGES       Tue Jan 13 02:50:27 2004 +0000
+++ b/doc/CHANGES       Tue Jan 13 03:15:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4443 2004/01/13 02:44:21 grant Exp $
+$NetBSD: CHANGES,v 1.4444 2004/01/13 03:15:40 uebayasi Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -201,3 +201,4 @@
        Updated awstats to 5.9 [xtraeme 2004-01-12]
        Updated perl5 to 5.6.1nb10 [jlam 2004-01-12]
        Updated p5-MIME-Base64 to 2.23 [grant 2004-01-13]
+       Updated emacs-packages to 0.6 [uebayasi 2004-01-13]
diff -r 1d9f187e106c -r 038d2c172304 editors/emacs-packages/Makefile
--- a/editors/emacs-packages/Makefile   Tue Jan 13 02:50:27 2004 +0000
+++ b/editors/emacs-packages/Makefile   Tue Jan 13 03:15:40 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2003/09/04 13:50:59 minoura Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/13 03:15:40 uebayasi Exp $
 
-DISTNAME=      emacs-packages-0.5
+DISTNAME=      emacs-packages-0.6
 CATEGORIES=    meta-pkgs editors
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -34,9 +34,10 @@
 DEPENDS+=      iiimecf-[0-9]*:../../inputmethod/iiimecf
 DEPENDS+=      irchat-pj-[0-9]*:../../chat/irchat-pj
 DEPENDS+=      ispell-emacs-[0-9]*:../../textproc/ispell-emacs
-.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
-DEPENDS+=      jde-[0-9]*:../../editors/jde
-.endif
+# XXX Exclude this temporarily while JDE is broken.  ---uebayasi
+#.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21"
+#DEPENDS+=     jde-[0-9]*:../../editors/jde
+#.endif
 DEPENDS+=      liece-[0-9]*:../../chat/liece
 DEPENDS+=      lookup-[0-9]*:../../misc/lookup
 DEPENDS+=      mailcrypt-[0-9]*:../../mail/mailcrypt



Home | Main Index | Thread Index | Old Index