Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 12:30:14 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r502573 - branches/2019Q2/net-p2p/ctcs
Message-ID:  <201905251230.x4PCUENp014845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 12:30:14 2019
New Revision: 502573
URL: https://svnweb.freebsd.org/changeset/ports/502573

Log:
  MFH: r502572
  
  net-p2p/ctcs: Install with executable permissions and correct shebang
  
  PR:		238116
  Submitted by:	debdrup@gmail.com
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/net-p2p/ctcs/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-p2p/ctcs/Makefile
==============================================================================
--- branches/2019Q2/net-p2p/ctcs/Makefile	Sat May 25 12:28:44 2019	(r502572)
+++ branches/2019Q2/net-p2p/ctcs/Makefile	Sat May 25 12:30:14 2019	(r502573)
@@ -3,23 +3,28 @@
 
 PORTNAME=	ctcs
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/dtorrent/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	dereckson@gmail.com
 COMMENT=	CTorrent monitoring and managing interface
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
-NO_BUILD=	#
 
+SHEBANG_FILES=	ctcs
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
 PORTDOCS=	readme.txt
 PLIST_FILES=	bin/ctcs
 
 OPTIONS_DEFINE=	DOCS
 
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/ctcs ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/ctcs ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
 



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