ports/174931: [PATCH] comms/thebridge: update to 1.09
Takefu
takefu at airport.fm
Thu Jan 3 09:00:04 UTC 2013
>Number: 174931
>Category: ports
>Synopsis: [PATCH] comms/thebridge: update to 1.09
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 03 09:00:04 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Takefu
>Release: FreeBSD 7.4-RELEASE-p11 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG74.localIPv4.airport.fm 7.4-RELEASE-p11 FreeBSD 7.4-RELEASE-p11 #0: Tue Dec 4 15:31:56 JST
>Description:
- Update to 1.09
- fix Trim the headers
- fix portlint(1) compliant
PR#172471 is closed.
Port maintainer (db at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:
--- thebridge-1.09.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/comms/thebridge/Makefile ./Makefile
--- /usr/ports/comms/thebridge/Makefile 2012-11-17 14:55:01.000000000 +0900
+++ ./Makefile 2013-01-03 17:37:30.000000000 +0900
@@ -1,13 +1,8 @@
-# ports collection makefile for: thebridge
-# Date created: 22 June 2004
-# Whom: db
-#
-# $FreeBSD: ports/comms/thebridge/Makefile,v 1.13 2012/11/17 05:55:01 svnexp Exp $
-#
+# Created by: db <db at FreeBSD.org>
+# $FreeBSD: ports/comms/thebridge/Makefile,v 1.12 2011/06/14 11:17:42 db Exp $
PORTNAME= thebridge
-PORTVERSION= 1.06
-PORTREVISION= 1
+PORTVERSION= 1.09
CATEGORIES= comms hamradio
MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
@@ -15,23 +10,25 @@
MAINTAINER= db at FreeBSD.org
COMMENT= Amateur Radio Echolink conference bridge
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+GNU_CONFIGURE= yes
PORTDOCS= README
USE_RC_SUBR= tbd
MAKE_JOBS_SAFE= yes
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},; \
s,%%PREFIX%%,${PREFIX},' \
${WRKSRC}/addons/usermgmt.cgi
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
diff -ruN --exclude=CVS /usr/ports/comms/thebridge/distinfo ./distinfo
--- /usr/ports/comms/thebridge/distinfo 2011-03-20 21:46:34.000000000 +0900
+++ ./distinfo 2013-01-03 17:28:29.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (thebridge-1.06.tgz) = 401646f336b052555abc776e40e94b3990b7c198f2a9ec65bf45ee45acbab6a2
-SIZE (thebridge-1.06.tgz) = 412875
+SHA256 (thebridge-1.09.tgz) = 0d7b068a78601c89f89cd1d920f2bfe1072ea27b54ed4949ee3278933a209334
+SIZE (thebridge-1.09.tgz) = 440359
diff -ruN --exclude=CVS /usr/ports/comms/thebridge/files/patch-Makefile.in ./files/patch-Makefile.in
--- /usr/ports/comms/thebridge/files/patch-Makefile.in 2008-03-23 02:53:23.000000000 +0900
+++ ./files/patch-Makefile.in 2013-01-03 17:29:40.000000000 +0900
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2008-03-06 23:42:41.000000000 +0900
-+++ Makefile.in 2008-03-21 11:53:08.000000000 +0900
-@@ -201,7 +201,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
+--- Makefile.in.orig 2012-12-10 15:05:20.000000000 +0900
++++ Makefile.in 2013-01-03 17:29:10.000000000 +0900
+@@ -253,7 +253,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
-SUBDIRS = common zlib src inc tbdcmd addons
+SUBDIRS = common src inc tbdcmd addons
- EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat SCRIPTING.txt
- sysconf_DATA = tbd.conf.sample
- all: config.h
+ EXTRA_DIST = theBridge.dsp tbd.conf.sample README.txt FreeBSD RedHat \
+ SCRIPTING.txt Debian
+
diff -ruN --exclude=CVS /usr/ports/comms/thebridge/files/patch-configure ./files/patch-configure
--- /usr/ports/comms/thebridge/files/patch-configure 2008-03-23 02:53:23.000000000 +0900
+++ ./files/patch-configure 2013-01-03 17:33:54.000000000 +0900
@@ -1,19 +1,19 @@
---- configure.orig 2008-03-06 23:42:42.000000000 +0900
-+++ configure 2008-03-21 11:54:15.000000000 +0900
-@@ -4886,7 +4886,7 @@
+--- configure.orig 2012-12-10 15:00:44.000000000 +0900
++++ configure 2013-01-03 17:33:35.000000000 +0900
+@@ -5017,7 +5017,7 @@
_ACEOF
-- ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile zlib/Makefile addons/Makefile"
-+ ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile addons/Makefile"
+-ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile zlib/Makefile addons/Makefile"
++ac_config_files="$ac_config_files Makefile src/Makefile common/Makefile inc/Makefile tbdcmd/Makefile addons/Makefile"
+
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
- # tests run on this system so they can be shared between configure
-@@ -5469,7 +5469,6 @@
- "common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
- "inc/Makefile" ) CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
- "tbdcmd/Makefile" ) CONFIG_FILES="$CONFIG_FILES tbdcmd/Makefile" ;;
-- "zlib/Makefile" ) CONFIG_FILES="$CONFIG_FILES zlib/Makefile" ;;
- "addons/Makefile" ) CONFIG_FILES="$CONFIG_FILES addons/Makefile" ;;
- "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
- "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+@@ -5753,7 +5753,6 @@
+ "common/Makefile") CONFIG_FILES="$CONFIG_FILES common/Makefile" ;;
+ "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
+ "tbdcmd/Makefile") CONFIG_FILES="$CONFIG_FILES tbdcmd/Makefile" ;;
+- "zlib/Makefile") CONFIG_FILES="$CONFIG_FILES zlib/Makefile" ;;
+ "addons/Makefile") CONFIG_FILES="$CONFIG_FILES addons/Makefile" ;;
+
+ *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
--- thebridge-1.09.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list