From owner-svn-ports-all@freebsd.org Fri Apr 21 18:25:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF740D493B4; Fri, 21 Apr 2017 18:25:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9107913E3; Fri, 21 Apr 2017 18:25:02 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3LIP1j6033292; Fri, 21 Apr 2017 18:25:01 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3LIP1N2033291; Fri, 21 Apr 2017 18:25:01 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201704211825.v3LIP1N2033291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Fri, 21 Apr 2017 18:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439118 - head/sysutils/bareos-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 18:25:02 -0000 Author: acm Date: Fri Apr 21 18:25:01 2017 New Revision: 439118 URL: https://svnweb.freebsd.org/changeset/ports/439118 Log: - Fix Shebang PR: 209811 Modified: head/sysutils/bareos-server/Makefile Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Fri Apr 21 18:24:04 2017 (r439117) +++ head/sysutils/bareos-server/Makefile Fri Apr 21 18:25:01 2017 (r439118) @@ -17,7 +17,7 @@ LICENSE_COMB= multi USE_GITHUB= yes -USES+= libtool:keepla pkgconfig +USES+= libtool:keepla pkgconfig shebangfix CONFLICTS?= bacula*-server-* @@ -31,6 +31,8 @@ PLIST_SUB+= LIB_VERSION=${PORTVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes +SHEBANG_LANG= perl +SHEBANG_FILES= ${WRKSRC}/src/cats/make_catalog_backup.pl.in CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib