Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 19:51:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392065 - branches/2015Q3/comms/xastir
Message-ID:  <201507141951.t6EJpYvN006143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 14 19:51:33 2015
New Revision: 392065
URL: https://svnweb.freebsd.org/changeset/ports/392065

Log:
  MFH: r392063
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/comms/xastir/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/comms/xastir/Makefile
==============================================================================
--- branches/2015Q3/comms/xastir/Makefile	Tue Jul 14 19:50:35 2015	(r392064)
+++ branches/2015Q3/comms/xastir/Makefile	Tue Jul 14 19:51:33 2015	(r392065)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xastir
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
 
@@ -15,7 +16,9 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 		libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake jpeg motif
+USES=		gettext gmake jpeg motif shebangfix
+SHEBANG_FILES=	scripts/*.pl scripts/get-maptools.sh \
+		scripts/gpx2shape scripts/values.pl.in
 
 SUB_FILES=	pkg-message
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141951.t6EJpYvN006143>