ports/103480:

Takefu Kenji takefu at airport.fm
Fri Sep 22 10:10:27 UTC 2006


>Number:         103480
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 22 10:10:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Takefu Kenji
>Release:        FreeBSD 6.1-RELEASE-p6 i386
>Organization:
>Environment:
>Description:
Updated for release 0.83.
>How-To-Repeat:
>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	Wed May 10 09:31:11 2006
+++ Makefile	Fri Sep 22 18:02:49 2006
@@ -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 @@
 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>
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.orig	Wed May 10 09:31:11 2006
+++ distinfo	Fri Sep 22 17:16:19 2006
@@ -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
--- distinfo.diff ends here ---

--- tbd.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	files/tbd.in
#
echo x - files/tbd.in
sed 's/^X//' >files/tbd.in << 'END-of-files/tbd.in'
X#!/bin/sh
X
X# PROVIDE: tbd
X# REQUIRE: DAEMON
X# BEFORE: LOGIN
X# KEYWORD: shutdown
X
Xtbd_enable=${tbd_enable-"NO"}
Xtbd_flags=${tbd_flags-""}
X
X. %%RC_SUBR%%
X
Xname="tbd"
Xrcvar=`set_rcvar`
Xcommand="%%PREFIX%%/libexec/tbd"
X
Xload_rc_config $name
Xrun_rc_command "$1"
END-of-files/tbd.in
exit
--- tbd.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list