pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs28



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 10 22:42:26 UTC 2022

Modified Files:
        pkgsrc/editors/emacs28: PLIST.cocoa options.mk

Log Message:
emacs28: PLIST.cocoa: Emacs.pdmp moved


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/emacs28/PLIST.cocoa
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/emacs28/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs28/PLIST.cocoa
diff -u pkgsrc/editors/emacs28/PLIST.cocoa:1.1 pkgsrc/editors/emacs28/PLIST.cocoa:1.2
--- pkgsrc/editors/emacs28/PLIST.cocoa:1.1      Wed Apr  6 22:40:38 2022
+++ pkgsrc/editors/emacs28/PLIST.cocoa  Sun Apr 10 22:42:26 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST.cocoa,v 1.1 2022/04/06 22:40:38 wiz Exp $
+@comment $NetBSD: PLIST.cocoa,v 1.2 2022/04/10 22:42:26 tnn Exp $
 Applications/Emacs.app/Contents/Info.plist
 Applications/Emacs.app/Contents/MacOS/Emacs
-Applications/Emacs.app/Contents/MacOS/Emacs.pdmp
+Applications/Emacs.app/Contents/MacOS/libexec/Emacs.pdmp
 Applications/Emacs.app/Contents/PkgInfo
 Applications/Emacs.app/Contents/Resources/Credits.html
 Applications/Emacs.app/Contents/Resources/Emacs.icns

Index: pkgsrc/editors/emacs28/options.mk
diff -u pkgsrc/editors/emacs28/options.mk:1.2 pkgsrc/editors/emacs28/options.mk:1.3
--- pkgsrc/editors/emacs28/options.mk:1.2       Fri Apr  8 15:14:02 2022
+++ pkgsrc/editors/emacs28/options.mk   Sun Apr 10 22:42:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/04/08 15:14:02 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2022/04/10 22:42:26 tnn Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -154,7 +154,7 @@ CONFIGURE_ARGS+=    --with-x-toolkit=motif
 APPLICATIONS_DIR=      Applications
 PLIST_SRC+=            PLIST.cocoa
 CHECK_WRKREF_SKIP+=    Applications/Emacs.app/Contents/MacOS/Emacs
-CHECK_WRKREF_SKIP+=    Applications/Emacs.app/Contents/MacOS/Emacs.pdmp
+CHECK_WRKREF_SKIP+=    Applications/Emacs.app/Contents/MacOS/libexec/Emacs.pdmp
 .  else
 .include "../../x11/gnustep-gui/buildlink3.mk"
 MAKE_FILE=             Makefile



Home | Main Index | Thread Index | Old Index