diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-24 17:07:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-24 17:07:27 +0000 |
commit | 438e35206a7260bda2a50f7ba03bdf17d84def2d (patch) | |
tree | d6327e604b485ab7bbcae4c0e6ae48430c7a5275 /comms/thebridge | |
parent | 2225bf9d19b53b1185c21d1c46ff625806376cab (diff) | |
download | ports-438e35206a7260bda2a50f7ba03bdf17d84def2d.tar.gz ports-438e35206a7260bda2a50f7ba03bdf17d84def2d.zip |
Notes
Diffstat (limited to 'comms/thebridge')
-rw-r--r-- | comms/thebridge/Makefile | 4 | ||||
-rw-r--r-- | comms/thebridge/distinfo | 6 | ||||
-rw-r--r-- | comms/thebridge/files/tbd.in | 18 | ||||
-rw-r--r-- | comms/thebridge/pkg-plist | 1 |
4 files changed, 23 insertions, 6 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 5b29b74c6333..b2797920da1a 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thebridge -PORTVERSION= 0.81 +PORTVERSION= 0.83 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cqinet @@ -18,12 +18,12 @@ COMMENT= Amateur Radio Echolink conference bridge GNU_CONFIGURE= yes PORTDOCS= README +USE_RC_SUBR= tbd post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif - ${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/tbd.sh ${PREFIX}/etc/rc.d/tbd.sh.sample .include <bsd.port.mk> diff --git a/comms/thebridge/distinfo b/comms/thebridge/distinfo index e39dcb45a49b..bbefe626c494 100644 --- a/comms/thebridge/distinfo +++ b/comms/thebridge/distinfo @@ -1,3 +1,3 @@ -MD5 (thebridge-0.81.tgz) = 3b531a67a3b39f80542b477db1deaf07 -SHA256 (thebridge-0.81.tgz) = 8cd855ce03ec864f7ffed539ef7cb4f37f380e346cff360562c3ac8278cfdb68 -SIZE (thebridge-0.81.tgz) = 343532 +MD5 (thebridge-0.83.tgz) = ae6bf9220ba758f1a1544a188eef6f2e +SHA256 (thebridge-0.83.tgz) = 9e4c2042e03b68d9129028737f548144b8c5a6bbd01dd27301b50f64fe85c758 +SIZE (thebridge-0.83.tgz) = 344976 diff --git a/comms/thebridge/files/tbd.in b/comms/thebridge/files/tbd.in new file mode 100644 index 000000000000..1f4edfe38568 --- /dev/null +++ b/comms/thebridge/files/tbd.in @@ -0,0 +1,18 @@ +#!/bin/sh + +# PROVIDE: tbd +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +tbd_enable=${tbd_enable-"NO"} +tbd_flags=${tbd_flags-""} + +. %%RC_SUBR%% + +name="tbd" +rcvar=`set_rcvar` +command="%%PREFIX%%/libexec/tbd" + +load_rc_config $name +run_rc_command "$1" diff --git a/comms/thebridge/pkg-plist b/comms/thebridge/pkg-plist index 762abb470ef3..6e2757dd01a8 100644 --- a/comms/thebridge/pkg-plist +++ b/comms/thebridge/pkg-plist @@ -1,4 +1,3 @@ bin/tbdcmd -etc/rc.d/tbd.sh.sample etc/tbd.conf.sample libexec/tbd |