Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 19:37:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444407 - head/benchmarks/slowloris
Message-ID:  <201706261937.v5QJbbn1073409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 26 19:37:37 2017
New Revision: 444407
URL: https://svnweb.freebsd.org/changeset/ports/444407

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/benchmarks/slowloris/Makefile

Modified: head/benchmarks/slowloris/Makefile
==============================================================================
--- head/benchmarks/slowloris/Makefile	Mon Jun 26 19:37:32 2017	(r444406)
+++ head/benchmarks/slowloris/Makefile	Mon Jun 26 19:37:37 2017	(r444407)
@@ -3,16 +3,16 @@
 
 PORTNAME=	slowloris
 PORTVERSION=	0.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
 MAINTAINER=	alexey@renatasystems.org
 COMMENT=	The low bandwidth, yet greedy and poisonous HTTP client
 
-RUN_DEPENDS=	p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
-		p5-Getopt-Long>=0:devel/p5-Getopt-Long
+RUN_DEPENDS=	p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 USES=		perl5 shebangfix



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