svn commit: r396479 - branches/2015Q3/sysutils/bacula5-server

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 13:45:08 UTC 2015


Author: amdmi3
Date: Wed Sep  9 13:45:07 2015
New Revision: 396479
URL: https://svnweb.freebsd.org/changeset/ports/396479

Log:
  MFH: r396477
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/sysutils/bacula5-server/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/bacula5-server/Makefile
==============================================================================
--- branches/2015Q3/sysutils/bacula5-server/Makefile	Wed Sep  9 13:43:43 2015	(r396478)
+++ branches/2015Q3/sysutils/bacula5-server/Makefile	Wed Sep  9 13:45:07 2015	(r396479)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bacula
 DISTVERSION=	5.2.12
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	sysutils
 MASTER_SITES=	SF/bacula/bacula/${PORTVERSION}
 PKGNAMEPREFIX?=	#
@@ -12,7 +12,9 @@ PKGNAMESUFFIX?=	5-server
 MAINTAINER=	dan at langille.org
 COMMENT?=	Network backup solution (server)
 
-USES+=		libtool:keepla
+USES+=		libtool:keepla shebangfix
+SHEBANG_FILES=	scripts/dvd-handler.in
+python_OLD_CMD=	@PYTHON@
 
 CONFLICTS?=	bacula-server-*
 


More information about the svn-ports-all mailing list