svn commit: r393237 - branches/2015Q3/comms/cqrlog

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 30 12:54:16 UTC 2015


Author: amdmi3
Date: Thu Jul 30 12:54:15 2015
New Revision: 393237
URL: https://svnweb.freebsd.org/changeset/ports/393237

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

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

Modified: branches/2015Q3/comms/cqrlog/Makefile
==============================================================================
--- branches/2015Q3/comms/cqrlog/Makefile	Thu Jul 30 12:49:24 2015	(r393236)
+++ branches/2015Q3/comms/cqrlog/Makefile	Thu Jul 30 12:54:15 2015	(r393237)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cqrlog
 PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	comms hamradio
 
@@ -15,10 +15,13 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	lazbuild:${PORTSDIR}/editors/lazarus
 LIB_DEPENDS=	libhamlib.so:${PORTSDIR}/comms/hamlib
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_GITHUB=	yes
 GH_ACCOUNT=	ok2cqr
 
+USES=		shebangfix
+SHEBANG_FILES=	tools/cqrlog-apparmor-fix \
+		voice_keyer/voice_keyer.sh
+
 WANT_GNOME=	yes
 ALL_TARGET=	${PORTNAME}
 


More information about the svn-ports-branches mailing list