Date: Tue, 25 Jul 2017 12:16:49 +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: r446573 - head/comms/xastir Message-ID: <201707251216.v6PCGng0067050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 25 12:16:49 2017 New Revision: 446573 URL: https://svnweb.freebsd.org/changeset/ports/446573 Log: - Add missing python run-dependency - Fix additional shebang Approved by: portmgr blanket Modified: head/comms/xastir/Makefile Modified: head/comms/xastir/Makefile ============================================================================== --- head/comms/xastir/Makefile Tue Jul 25 11:58:22 2017 (r446572) +++ head/comms/xastir/Makefile Tue Jul 25 12:16:49 2017 (r446573) @@ -3,7 +3,7 @@ PORTNAME= xastir PORTVERSION= 2.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} @@ -16,9 +16,10 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png GNU_CONFIGURE= yes -USES= gettext gmake jpeg motif shebangfix +USES= gettext gmake jpeg motif python:run shebangfix SHEBANG_FILES= scripts/*.pl scripts/get-maptools.sh \ - scripts/gpx2shape scripts/values.pl.in + scripts/gpx2shape scripts/values.pl.in \ + scripts/Xastir_tigerpoly.py SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707251216.v6PCGng0067050>