Index: head/benchmarks/rubygem-railsbench/Makefile =================================================================== --- head/benchmarks/rubygem-railsbench/Makefile (revision 399572) +++ head/benchmarks/rubygem-railsbench/Makefile (revision 399573) @@ -1,29 +1,28 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= railsbench PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= benchmarks rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Scripts designed for benchmarking of Rails applications LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-hoe>=2.4.0:${PORTSDIR}/devel/rubygem-hoe - NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/railsbench OPTIONS_DEFINE= GRUFF GRUFF_DESC= Plotting of perf data support using gruff GRUFF_RUN_DEPENDS= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff .include Index: head/benchmarks/rubygem-railsbench/pkg-descr =================================================================== --- head/benchmarks/rubygem-railsbench/pkg-descr (revision 399572) +++ head/benchmarks/rubygem-railsbench/pkg-descr (revision 399573) @@ -1,5 +1,5 @@ Railsbench is a small collection of ruby scripts which make measuring raw performance of rails apps a snap. All tests are run from the command prompt, making performance regression testing easy. -WWW: http://rubygems.org/gems/railsbench/ +WWW: http://railsbench.rubyforge.org/