aboutsummaryrefslogtreecommitdiff
path: root/comms/ncid
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-10-17 13:29:53 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-10-17 13:29:53 +0000
commitfb6f8939875df5bfba3820f3eef05329cf42a204 (patch)
tree7164be49a765095529bfbdb28d0e72facf5f3376 /comms/ncid
parent2e7178eec4a5d62ad98bfeb33f2a2ca603deb907 (diff)
downloadports-fb6f8939875df5bfba3820f3eef05329cf42a204.tar.gz
ports-fb6f8939875df5bfba3820f3eef05329cf42a204.zip
- Fix small bug in ncid's rc.d files
- Bump PORTREVSION Reported by: Diane Bruce (db@)
Notes
Notes: svn path=/head/; revision=242972
Diffstat (limited to 'comms/ncid')
-rw-r--r--comms/ncid/Makefile1
-rw-r--r--comms/ncid/files/patch-FreeBSD__ncidd15
-rw-r--r--comms/ncid/files/patch-FreeBSD__ncidsip14
-rw-r--r--comms/ncid/files/patch-FreeBSD__sip2ncid17
-rw-r--r--comms/ncid/files/patch-FreeBSD__yac2ncid14
5 files changed, 61 insertions, 0 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile
index db6d6902ce0c..f58f4967667e 100644
--- a/comms/ncid/Makefile
+++ b/comms/ncid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ncid
PORTVERSION= 0.74
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/comms/ncid/files/patch-FreeBSD__ncidd b/comms/ncid/files/patch-FreeBSD__ncidd
new file mode 100644
index 000000000000..22ba1715e2c4
--- /dev/null
+++ b/comms/ncid/files/patch-FreeBSD__ncidd
@@ -0,0 +1,15 @@
+--- ./FreeBSD/ncidd.orig 2009-10-17 15:13:04.000000000 +0200
++++ ./FreeBSD/ncidd 2009-10-17 15:13:32.000000000 +0200
+@@ -12,11 +12,10 @@
+
+ . /etc/rc.subr
+
++name=ncidd
+ rcvar=`set_rcvar`
+ extra_commands="condrestart"
+
+-name=ncidd
+-
+ command=/usr/local/sbin/$name
+ pidfile="/var/run/${name}.pid"
+ command_args="--pidfile /var/run/${name}.pid"
diff --git a/comms/ncid/files/patch-FreeBSD__ncidsip b/comms/ncid/files/patch-FreeBSD__ncidsip
new file mode 100644
index 000000000000..90a5424cbaad
--- /dev/null
+++ b/comms/ncid/files/patch-FreeBSD__ncidsip
@@ -0,0 +1,14 @@
+--- ./FreeBSD/ncidsip.orig 2009-10-17 15:13:04.000000000 +0200
++++ ./FreeBSD/ncidsip 2009-10-17 15:13:33.000000000 +0200
+@@ -12,10 +12,10 @@
+
+ . /etc/rc.subr
+
++name=ncidsip
+ rcvar=`set_rcvar`
+ extra_commands="condrestart"
+
+-name=ncidsip
+ pidfile="/var/run/${name}.pid"
+ args="--pidfile /var/run/${name}.pid"
+
diff --git a/comms/ncid/files/patch-FreeBSD__sip2ncid b/comms/ncid/files/patch-FreeBSD__sip2ncid
new file mode 100644
index 000000000000..5fa970d73e0b
--- /dev/null
+++ b/comms/ncid/files/patch-FreeBSD__sip2ncid
@@ -0,0 +1,17 @@
+--- ./FreeBSD/sip2ncid.orig 2009-10-17 15:13:04.000000000 +0200
++++ ./FreeBSD/sip2ncid 2009-10-17 15:13:33.000000000 +0200
+@@ -10,13 +10,12 @@
+ #
+ sip2ncid_enable="${sip2ncid_enable-NO}"
+
++name=sip2ncid
+ . /etc/rc.subr
+
+ rcvar=`set_rcvar`
+ extra_commands="condrestart"
+
+-name=sip2ncid
+-
+ command=/usr/local/sbin/$name
+ pidfile="/var/run/${name}.pid"
+ command_args="--pidfile /var/run/${name}.pid"
diff --git a/comms/ncid/files/patch-FreeBSD__yac2ncid b/comms/ncid/files/patch-FreeBSD__yac2ncid
new file mode 100644
index 000000000000..01956f382bd4
--- /dev/null
+++ b/comms/ncid/files/patch-FreeBSD__yac2ncid
@@ -0,0 +1,14 @@
+--- ./FreeBSD/yac2ncid.orig 2009-10-17 15:13:04.000000000 +0200
++++ ./FreeBSD/yac2ncid 2009-10-17 15:13:34.000000000 +0200
+@@ -12,10 +12,10 @@
+
+ . /etc/rc.subr
+
++name=yac2ncid
+ rcvar=`set_rcvar`
+ extra_commands="condrestart"
+
+-name=yac2ncid
+ pidfile="/var/run/${name}.pid"
+ args=""
+