mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 0.75
This commit is contained in:
parent
77ee56e659
commit
0d127812ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244650
@ -6,8 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ncid
|
PORTNAME= ncid
|
||||||
PORTVERSION= 0.74
|
PORTVERSION= 0.75
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (ncid-0.74-src.tar.gz) = 18885a48bc8be40fa2423a266c6c9e40
|
MD5 (ncid-0.75-src.tar.gz) = 43543a1a257d20be670d1e9548d4120f
|
||||||
SHA256 (ncid-0.74-src.tar.gz) = 2eff237fed9a82e95fbd73ceb72c5bb91a799279783fcb0750940e21126312ac
|
SHA256 (ncid-0.75-src.tar.gz) = c70ee1d01248eb6a5b370b588c38ca810359a954fbf95cb8caf295adc52ee41a
|
||||||
SIZE (ncid-0.74-src.tar.gz) = 236450
|
SIZE (ncid-0.75-src.tar.gz) = 244867
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
--- ./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"
|
|
@ -1,14 +0,0 @@
|
|||||||
--- ./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"
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
--- ./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"
|
|
@ -1,14 +0,0 @@
|
|||||||
--- ./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=""
|
|
||||||
|
|
@ -8,6 +8,7 @@ bin/cidupdate
|
|||||||
bin/yac2ncid
|
bin/yac2ncid
|
||||||
etc/logrotate.d/ncid
|
etc/logrotate.d/ncid
|
||||||
@dirrm etc/logrotate.d
|
@dirrm etc/logrotate.d
|
||||||
|
etc/rc.d/ncid-hangup
|
||||||
etc/rc.d/ncid-kpopup
|
etc/rc.d/ncid-kpopup
|
||||||
etc/rc.d/ncid-page
|
etc/rc.d/ncid-page
|
||||||
etc/rc.d/ncid-samba
|
etc/rc.d/ncid-samba
|
||||||
@ -19,6 +20,7 @@ etc/rc.d/ncid-speak
|
|||||||
etc/rc.d/ncidd
|
etc/rc.d/ncidd
|
||||||
etc/rc.d/sip2ncid
|
etc/rc.d/sip2ncid
|
||||||
%%DATADIR%%/ncidrotate
|
%%DATADIR%%/ncidrotate
|
||||||
|
%%DATADIR%%/ncid-hangup
|
||||||
%%DATADIR%%/ncid-kpopup
|
%%DATADIR%%/ncid-kpopup
|
||||||
%%DATADIR%%/ncid-mythtv
|
%%DATADIR%%/ncid-mythtv
|
||||||
%%DATADIR%%/ncid-page
|
%%DATADIR%%/ncid-page
|
||||||
|
Loading…
Reference in New Issue
Block a user