svn commit: r502573 - branches/2019Q2/net-p2p/ctcs

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 12:30:15 UTC 2019


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 at 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 at 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}
 


More information about the svn-ports-all mailing list