diff options
author | pav <pav@FreeBSD.org> | 2006-09-25 01:07:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-09-25 01:07:27 +0800 |
commit | db231721799c336279d3cb389f8662023e49c455 (patch) | |
tree | d6b31184eb5f26bc7c8da5f927f6a61e7d064de9 /comms | |
parent | 1bac94ce4a087c5277c20f6841a088c80cbd76d0 (diff) | |
download | freebsd-ports-gnome-db231721799c336279d3cb389f8662023e49c455.tar.gz freebsd-ports-gnome-db231721799c336279d3cb389f8662023e49c455.tar.zst freebsd-ports-gnome-db231721799c336279d3cb389f8662023e49c455.zip |
- Update to 0.8.3
PR: ports/103480
Submitted by: Takefu Kenji <takefu@airport.fm> (maintainer)
Diffstat (limited to 'comms')
-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 |