svn commit: r388080 - head/net-p2p/p5-WWW-BitTorrent
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:21:57 UTC 2015
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>
More information about the svn-ports-all
mailing list