[PC-BSD Commits] r19447 - in pbi/modules/editors/emacs-devel: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 24 07:12:51 PDT 2012
Author: kenmoore
Date: 2012-09-24 14:12:51 +0000 (Mon, 24 Sep 2012)
New Revision: 19447
Modified:
pbi/modules/editors/emacs-devel/external-links
pbi/modules/editors/emacs-devel/pbi.conf
pbi/modules/editors/emacs-devel/scripts/post-install.sh
Log:
Fix the linking to the wrapper script for editors/emacs-devel and rebuild
Modified: pbi/modules/editors/emacs-devel/external-links
===================================================================
--- pbi/modules/editors/emacs-devel/external-links 2012-09-24 14:06:48 UTC (rev 19446)
+++ pbi/modules/editors/emacs-devel/external-links 2012-09-24 14:12:51 UTC (rev 19447)
@@ -9,3 +9,4 @@
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary
+bin/emacs.sh bin/emacs.sh binary
Modified: pbi/modules/editors/emacs-devel/pbi.conf
===================================================================
--- pbi/modules/editors/emacs-devel/pbi.conf 2012-09-24 14:06:48 UTC (rev 19446)
+++ pbi/modules/editors/emacs-devel/pbi.conf 2012-09-24 14:12:51 UTC (rev 19447)
@@ -25,6 +25,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="03"; export PBI_BUILDKEY
+PBI_BUILDKEY="04"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Modified: pbi/modules/editors/emacs-devel/scripts/post-install.sh
===================================================================
--- pbi/modules/editors/emacs-devel/scripts/post-install.sh 2012-09-24 14:06:48 UTC (rev 19446)
+++ pbi/modules/editors/emacs-devel/scripts/post-install.sh 2012-09-24 14:12:51 UTC (rev 19447)
@@ -1,3 +1,4 @@
#!/bin/sh
sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/emacs.sh
+chmod 755 ${PBI_PROGDIRPATH}/bin/emacs.sh
More information about the Commits
mailing list