Date: Mon, 5 Oct 2015 21:14:37 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398665 - head/comms/thebridge Message-ID: <201510052114.t95LEbDY005552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 5 21:14:37 2015 New Revision: 398665 URL: https://svnweb.freebsd.org/changeset/ports/398665 Log: - Add LICENSE_FILE - Add missing run-depend on bash - Remove no-op SHEBANG_LANG Approved by: portmgr blanket Modified: head/comms/thebridge/Makefile Modified: head/comms/thebridge/Makefile ============================================================================== --- head/comms/thebridge/Makefile Mon Oct 5 20:36:46 2015 (r398664) +++ head/comms/thebridge/Makefile Mon Oct 5 21:14:37 2015 (r398665) @@ -3,6 +3,7 @@ PORTNAME= thebridge PORTVERSION= 1.09 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/cqinet/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -10,6 +11,9 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Echolink conference bridge LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USES= gmake shebangfix tar:tgz GNU_CONFIGURE= yes @@ -18,7 +22,6 @@ USE_RC_SUBR= tbd MAKE_ARGS= AUTOMAKE="${TRUE}" SHEBANG_FILES= addons/usermgmt.cgi -SHEBANG_LANG= bash INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510052114.t95LEbDY005552>