aboutsummaryrefslogtreecommitdiff
path: root/editors/gnuserv
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gnuserv')
-rw-r--r--editors/gnuserv/Makefile1
-rw-r--r--editors/gnuserv/files/patch-gnuserv.el11
2 files changed, 12 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
index f8aeb720fef9..96e0b4a6ec83 100644
--- a/editors/gnuserv/Makefile
+++ b/editors/gnuserv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnuserv
PORTVERSION= 3.12.5
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://meltin.net/hacks/emacs/src/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
diff --git a/editors/gnuserv/files/patch-gnuserv.el b/editors/gnuserv/files/patch-gnuserv.el
new file mode 100644
index 000000000000..cebd04a9445d
--- /dev/null
+++ b/editors/gnuserv/files/patch-gnuserv.el
@@ -0,0 +1,11 @@
+--- gnuserv.el.orig Thu Jan 25 19:41:59 2001
++++ gnuserv.el Sun Sep 29 19:16:03 2002
+@@ -173,7 +173,7 @@
+ (function :tag "Other"))
+ :group 'gnuserv)
+
+-(defcustom gnuserv-program "gnuserv"
++(defcustom gnuserv-program "gnuserv-emacs"
+ "*Program to use as the editing server."
+ :type 'string
+ :group 'gnuserv)