From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 8 03:20:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D13C106566B for ; Mon, 8 Oct 2012 03:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 398FD8FC0C for ; Mon, 8 Oct 2012 03:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q983KAP6054959 for ; Mon, 8 Oct 2012 03:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q983KAZh054958; Mon, 8 Oct 2012 03:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 8 Oct 2012 03:20:10 GMT Resent-Message-Id: <201210080320.q983KAZh054958@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, takefu@airport.fm Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99627106566C; Mon, 8 Oct 2012 03:18:01 +0000 (UTC) (envelope-from takefu@airport.fm) Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1]) by mx1.freebsd.org (Postfix) with ESMTP id 446BF8FC0C; Mon, 8 Oct 2012 03:18:01 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id E1001D3AC07; Mon, 8 Oct 2012 12:17:59 +0900 (JST) Received: from [IPv6:2001:3e0:4ec:a011:a014:16b1:c27d:9542] (unknown [IPv6:2001:3e0:4ec:a011:a014:16b1:c27d:9542]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 26D2ED3AC06; Mon, 8 Oct 2012 12:17:59 +0900 (JST) Message-Id: <507245E6.8060903@airport.fm> Date: Mon, 08 Oct 2012 12:17:58 +0900 From: Takefu To: freebsd-gnats-submit@FreeBSD.org Cc: db@FreeBSD.org Subject: ports/172471: [PATCH] comms/thebridge: portlint(1) compliant X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: takefu@airport.fm List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 03:20:10 -0000 >Number: 172471 >Category: ports >Synopsis: [PATCH] comms/thebridge: portlint(1) compliant >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: Mon Oct 08 03:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: FOX Amateur Radio Club >Environment: >Description: - fix Trim the headers - fix portlint(1) compliant >How-To-Repeat: >Fix: --- thebridge.patch begins here --- diff -ruN /usr/ports/comms/thebridge/Makefile comms/thebridge/Makefile --- /usr/ports/comms/thebridge/Makefile 2011-06-14 20:17:42.000000000 +0900 +++ comms/thebridge/Makefile 2012-10-08 11:17:02.000000000 +0900 @@ -1,9 +1,5 @@ -# ports collection makefile for: thebridge -# Date created: 22 June 2004 -# Whom: db -# +# Created by: db # $FreeBSD: ports/comms/thebridge/Makefile,v 1.12 2011/06/14 11:17:42 db Exp $ -# PORTNAME= thebridge PORTVERSION= 1.06 @@ -15,12 +11,12 @@ MAINTAINER= db@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 --- thebridge.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: