Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:21:57 +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: r388080 - head/net-p2p/p5-WWW-BitTorrent
Message-ID:  <201505311321.t4VDLvXI043953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:21:56 2015
New Revision: 388080
URL: https://svnweb.freebsd.org/changeset/ports/388080

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/net-p2p/p5-WWW-BitTorrent/Makefile

Modified: head/net-p2p/p5-WWW-BitTorrent/Makefile
==============================================================================
--- head/net-p2p/p5-WWW-BitTorrent/Makefile	Sun May 31 13:21:40 2015	(r388079)
+++ head/net-p2p/p5-WWW-BitTorrent/Makefile	Sun May 31 13:21:56 2015	(r388080)
@@ -3,7 +3,7 @@
 
 PORTNAME=	WWW-BitTorrent
 PORTVERSION=	0.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-p2p perl5 www
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,9 @@ COMMENT=	Search and Download .torrent(s)
 BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bittorrent.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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