pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc share/emacs/site-lisp now exists by default -- don't t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba2293b83397
branches: trunk
changeset: 525658:ba2293b83397
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 20 19:04:10 2007 +0000
description:
share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.
diffstat:
chat/zephyr-mode/Makefile | 4 ++--
chat/zephyr-mode/PLIST | 3 +--
devel/ftnchek/Makefile | 3 ++-
devel/ftnchek/PLIST | 3 +--
editors/emacs/Makefile | 4 ++--
editors/emacs/PLIST | 3 +--
editors/emacs20/Makefile | 4 ++--
editors/emacs20/PLIST | 3 +--
lang/gforth/Makefile | 4 ++--
lang/gforth/PLIST | 4 +---
lang/mercury/Makefile | 4 ++--
lang/mercury/PLIST | 4 +---
lang/oo2c/Makefile | 4 ++--
lang/oo2c/PLIST | 4 +---
lang/sather/Makefile | 4 ++--
lang/sather/PLIST | 4 +---
math/aribas/Makefile | 3 ++-
math/aribas/PLIST | 3 +--
math/yacas/Makefile | 4 ++--
math/yacas/PLIST | 4 +---
net/freewais-sf/Makefile | 4 ++--
net/freewais-sf/PLIST | 4 +---
shells/esh/Makefile | 4 ++--
shells/esh/PLIST | 5 +----
24 files changed, 36 insertions(+), 54 deletions(-)
diffs (truncated from 362 to 300 lines):
diff -r 6ccb7df7ae4a -r ba2293b83397 chat/zephyr-mode/Makefile
--- a/chat/zephyr-mode/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/chat/zephyr-mode/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2006/10/04 20:50:47 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/02/20 19:04:10 wiz Exp $
#
DISTNAME= zephyr-mode-2.5.20
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat net
MASTER_SITES= http://www.cs.cmu.edu/People/dkindred/zephyr-mode/
diff -r 6ccb7df7ae4a -r ba2293b83397 chat/zephyr-mode/PLIST
--- a/chat/zephyr-mode/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/chat/zephyr-mode/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/30 17:41:35 sommerfeld Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/02/20 19:04:10 wiz Exp $
share/emacs/site-lisp/zephyr-mode/gnus-url.el
share/emacs/site-lisp/zephyr-mode/hot-link.el
share/emacs/site-lisp/zephyr-mode/hot-url.el
@@ -13,4 +13,3 @@
share/emacs/site-lisp/zephyr-mode/zephyr.el
share/emacs/site-lisp/zephyr-mode/zlocate-finger.el
@dirrm share/emacs/site-lisp/zephyr-mode
-@dirrm share/emacs/site-lisp
diff -r 6ccb7df7ae4a -r ba2293b83397 devel/ftnchek/Makefile
--- a/devel/ftnchek/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/devel/ftnchek/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:15 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2007/02/20 19:04:11 wiz Exp $
DISTNAME= ftnchek-3.2.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.dsm.fordham.edu/~ftnchek/download/
EXTRACT_SUFX= .tar.bz2
diff -r 6ccb7df7ae4a -r ba2293b83397 devel/ftnchek/PLIST
--- a/devel/ftnchek/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/devel/ftnchek/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/06/29 22:24:33 jtb Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:11 wiz Exp $
bin/dcl2inc
bin/ftnchek
libexec/ftnchek/dcl2inc.awk
@@ -72,7 +72,6 @@
share/doc/ftnchek/html/wrap.html
share/doc/ftnchek/macro-doc.txt
share/emacs/site-lisp/ftnchek.el
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@dirrm share/doc/ftnchek/html
@dirrm share/doc/ftnchek
@dirrm libexec/ftnchek
diff -r 6ccb7df7ae4a -r ba2293b83397 editors/emacs/Makefile
--- a/editors/emacs/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/editors/emacs/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2007/01/25 20:59:15 markd Exp $
+# $NetBSD: Makefile,v 1.102 2007/02/20 19:04:11 wiz Exp $
DISTNAME= emacs-${EMACSVERSION}a
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= editors
COMMENT= GNU editing macros (editor)
diff -r 6ccb7df7ae4a -r ba2293b83397 editors/emacs/PLIST
--- a/editors/emacs/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/editors/emacs/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2006/05/13 10:21:17 rillig Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/02/20 19:04:11 wiz Exp $
bin/emacs
bin/emacs-${EMACSVERSION}
bin/emacs-b2m
@@ -1768,7 +1768,6 @@
share/emacs/${EMACSVERSION}/lisp/xt-mouse.elc
share/emacs/${EMACSVERSION}/site-lisp/subdirs.el
share/emacs/site-lisp/subdirs.el
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@dirrm share/emacs/${EMACSVERSION}/site-lisp
@dirrm share/emacs/${EMACSVERSION}/lisp/toolbar
@dirrm share/emacs/${EMACSVERSION}/lisp/textmodes
diff -r 6ccb7df7ae4a -r ba2293b83397 editors/emacs20/Makefile
--- a/editors/emacs20/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/editors/emacs20/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/12/06 15:03:49 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2007/02/20 19:04:11 wiz Exp $
DISTNAME= emacs-20.7
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} \
${MASTER_SITE_LOCAL}
diff -r 6ccb7df7ae4a -r ba2293b83397 editors/emacs20/PLIST
--- a/editors/emacs20/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/editors/emacs20/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/04/14 23:24:46 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/02/20 19:04:12 wiz Exp $
bin/emacs
bin/emacs-${PKGVERSION}
bin/emacs-b2m
@@ -1294,7 +1294,6 @@
share/emacs/${PKGVERSION}/site-lisp/subdirs.el
@dirrm share/emacs/${PKGVERSION}/site-lisp
share/emacs/site-lisp/subdirs.el
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@exec ${MKDIR} %D/share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}/leim
@dirrm share/emacs/${PKGVERSION}
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/gforth/Makefile
--- a/lang/gforth/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/gforth/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/20 19:04:12 wiz Exp $
DISTNAME= gforth-0.6.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gforth/}
MASTER_SITES+= http://www.complang.tuwien.ac.at/forth/gforth/
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/gforth/PLIST
--- a/lang/gforth/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/gforth/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/04/04 17:16:28 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:13 wiz Exp $
bin/gforth
bin/${PKGNAME}
bin/gforth-fast
@@ -228,7 +228,5 @@
@dirrm lib/gforth/${PKGVERSION}
@unexec ${RMDIR} %D/share/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/share/gforth 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth/site-forth 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/gforth 2>/dev/null || ${TRUE}
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/mercury/Makefile
--- a/lang/mercury/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/mercury/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2007/02/15 14:36:39 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2007/02/20 19:04:13 wiz Exp $
DISTNAME= mercury-compiler-0.11.0
PKGNAME= mercury-0.11.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \
${MASTER_SITE_SUNSITE:=devel/lang/mercury/}
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/mercury/PLIST
--- a/lang/mercury/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/mercury/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/04/05 06:27:41 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:14 wiz Exp $
bin/c2init
bin/canonical_grade
bin/info_to_mdb
@@ -2063,8 +2063,6 @@
@dirrm share/examples/mercury/c_interface
@dirrm share/examples/mercury
@dirrm share/emacs/site-lisp/mercury
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@dirrm share/doc/mercury
@dirrm share/doc/html/mercury
@dirrm lib/mercury/modules
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/oo2c/Makefile
--- a/lang/oo2c/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/oo2c/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2006/11/12 01:43:21 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2007/02/20 19:04:14 wiz Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/}
EXTRACT_SUFX= .tar.bz2
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/oo2c/PLIST
--- a/lang/oo2c/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/oo2c/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:40 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $
bin/oo2c
bin/oob
bin/oobacktrace
@@ -610,8 +610,6 @@
man/man1/oowhereis.1
share/doc/html/oo2c
share/emacs/site-lisp/oo2c
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@dirrm lib/oo2c/sym/XML/UnicodeCodec
@dirrm lib/oo2c/sym/XML/Builder
@dirrm lib/oo2c/sym/XML/Basic
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/sather/Makefile
--- a/lang/sather/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/sather/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2007/01/07 09:13:57 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2007/02/20 19:04:14 wiz Exp $
DISTNAME= sather-1.2.1
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=sather/}
diff -r 6ccb7df7ae4a -r ba2293b83397 lang/sather/PLIST
--- a/lang/sather/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/lang/sather/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/04/05 06:27:42 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $
bin/sabrowse
bin/sacomp
info/sather-mode.info
@@ -469,8 +469,6 @@
share/emacs/site-lisp/sather-lib.el
share/emacs/site-lisp/sather-module.el
share/emacs/site-lisp/sather.el
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
@dirrm share/doc/sather/header
@dirrm share/doc/sather/Gui
@dirrm share/doc/sather
diff -r 6ccb7df7ae4a -r ba2293b83397 math/aribas/Makefile
--- a/math/aribas/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/math/aribas/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2007/01/07 09:13:59 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2007/02/20 19:04:14 wiz Exp $
DISTNAME= aribas-1.53
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/
diff -r 6ccb7df7ae4a -r ba2293b83397 math/aribas/PLIST
--- a/math/aribas/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/math/aribas/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2003/08/30 20:49:21 jtb Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/02/20 19:04:14 wiz Exp $
bin/aribas
man/man1/aribas.1
share/doc/aribas/aribas.doc
@@ -9,6 +9,5 @@
share/examples/aribas/factor.ari
share/examples/aribas/pi.ari
share/examples/aribas/queens.ari
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
@dirrm share/examples/aribas
@dirrm share/doc/aribas
diff -r 6ccb7df7ae4a -r ba2293b83397 math/yacas/Makefile
--- a/math/yacas/Makefile Tue Feb 20 18:57:05 2007 +0000
+++ b/math/yacas/Makefile Tue Feb 20 19:04:10 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2007/02/20 00:39:35 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2007/02/20 19:04:14 wiz Exp $
#
DISTNAME= yacas-1.0.59
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
diff -r 6ccb7df7ae4a -r ba2293b83397 math/yacas/PLIST
--- a/math/yacas/PLIST Tue Feb 20 18:57:05 2007 +0000
+++ b/math/yacas/PLIST Tue Feb 20 19:04:10 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/10/25 17:55:56 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:15 wiz Exp $
bin/yacas
bin/yacas.sh
bin/yacas_client
@@ -498,6 +498,4 @@
@dirrm share/yacas/array.rep
@dirrm share/yacas/addons
@dirrm share/yacas
-@unexec ${RMDIR} %D/share/emacs/site-lisp 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index