svn commit: r392065 - branches/2015Q3/comms/xastir

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:51:35 UTC 2015


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
 


More information about the svn-ports-all mailing list