summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2009-07-08 13:32:39 +0000
committerminskim <minskim>2009-07-08 13:32:39 +0000
commitbbf5c8ee13690d4bd2577f31d6e4ecb1556e453a (patch)
treeddd636d411e2d5326e2f1953592b98f0d7ba170c /editors
parent56d71d1f29394d329223535457ac75f88fde0aaa (diff)
downloadpkgsrc-bbf5c8ee13690d4bd2577f31d6e4ecb1556e453a.tar.gz
Update emacs-snapshot to 23.0.95.20090703.
Changes: * configure.in: Restore netbsd on mips, mipsel, mipseb. * make-dist (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib) (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm): No longer make links. * make-dist (tempdir): Don't create directories preferences.gorm and preferences.nib, they are no longer required. * configure.in: Delete mac-fix-env target, which has been removed (Bug#3531).
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-snapshot/Makefile7
-rw-r--r--editors/emacs-snapshot/PLIST.cocoa3
-rw-r--r--editors/emacs-snapshot/distinfo8
-rw-r--r--editors/emacs-snapshot/version.mk4
4 files changed, 10 insertions, 12 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index 05940b1c873..38d2bbd9ed9 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/06/07 20:12:06 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/08 13:32:39 minskim Exp $
-DISTNAME= emacs-snapshot_20090604.orig
+DISTNAME= emacs-snapshot_20090703.orig
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
-PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/
@@ -30,7 +29,7 @@ BUILD_DEFS+= GAMEDATAMODE
PLIST_SRC+= PLIST
BUILD_TARGET= bootstrap
-EMACS_VERSION= 23.0.94
+EMACS_VERSION= 23.0.95
PLIST_SUBST+= EMACS_VERSION=${EMACS_VERSION}
REPLACE_PERL= lib-src/grep-changelog
diff --git a/editors/emacs-snapshot/PLIST.cocoa b/editors/emacs-snapshot/PLIST.cocoa
index 853f142e9b9..9fc83a9235b 100644
--- a/editors/emacs-snapshot/PLIST.cocoa
+++ b/editors/emacs-snapshot/PLIST.cocoa
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.cocoa,v 1.2 2009/06/14 17:50:22 joerg Exp $
+@comment $NetBSD: PLIST.cocoa,v 1.3 2009/07/08 13:32:39 minskim Exp $
Applications/Emacs.app/Contents/Info.plist
Applications/Emacs.app/Contents/MacOS/Emacs
Applications/Emacs.app/Contents/PkgInfo
@@ -6,4 +6,3 @@ Applications/Emacs.app/Contents/Resources/Credits.html
Applications/Emacs.app/Contents/Resources/Emacs.icns
Applications/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
Applications/Emacs.app/Contents/Resources/document.icns
-bin/mac-fix-env
diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo
index a79b8500a43..79de39e2c52 100644
--- a/editors/emacs-snapshot/distinfo
+++ b/editors/emacs-snapshot/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/06/07 20:12:06 hasso Exp $
+$NetBSD: distinfo,v 1.3 2009/07/08 13:32:39 minskim Exp $
-SHA1 (emacs-snapshot_20090604.orig.tar.gz) = 21ac8cfd45c791f507914b52b9605bc25b49035b
-RMD160 (emacs-snapshot_20090604.orig.tar.gz) = d163cae20284a1c1df7628ce365430ea68797f92
-Size (emacs-snapshot_20090604.orig.tar.gz) = 28804599 bytes
+SHA1 (emacs-snapshot_20090703.orig.tar.gz) = 4380b1cc4c2f2761a944916df2122223df303b1f
+RMD160 (emacs-snapshot_20090703.orig.tar.gz) = 41d1258c447c4e289c099e865d735dfba715bef2
+Size (emacs-snapshot_20090703.orig.tar.gz) = 28809825 bytes
SHA1 (patch-ab) = 53fd489995efae908827d7a3de4811daf156fd0a
SHA1 (patch-ac) = 727439e174f1febd7fba2174a70a4e781414028d
diff --git a/editors/emacs-snapshot/version.mk b/editors/emacs-snapshot/version.mk
index 798ee0c213e..8028086e5a5 100644
--- a/editors/emacs-snapshot/version.mk
+++ b/editors/emacs-snapshot/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.2 2009/06/06 05:06:12 minskim Exp $
+# $NetBSD: version.mk,v 1.3 2009/07/08 13:32:39 minskim Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs>=23
@@ -7,4 +7,4 @@ _EMACS_PKGDEP.leim=
_EMACS_VERSION_MAJOR= 23
_EMACS_VERSION_MINOR= 0
-_EMACS_VERSION_MICRO= 94
+_EMACS_VERSION_MICRO= 95