Index: head/devel/rubygem-ruport/Makefile =================================================================== --- head/devel/rubygem-ruport/Makefile (revision 383346) +++ head/devel/rubygem-ruport/Makefile (revision 383347) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= ruport PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Reports (Ruport) is an extensible reporting system -RUN_DEPENDS= rubygem-transactionsimple>=1.4.0:${PORTSDIR}/devel/rubygem-transactionsimple \ - rubygem-fastercsv>=1.1.0:${PORTSDIR}/devel/rubygem-fastercsv \ - rubygem-pdfwriter>=1.1.3:${PORTSDIR}/print/rubygem-pdfwriter +LICENSE= GPLv2 RUBY +LICENSE_COMB= dual + +RUN_DEPENDS= rubygem-fastercsv>=0:${PORTSDIR}/devel/rubygem-fastercsv \ + rubygem-pdf-writer>=1.1.8:${PORTSDIR}/print/rubygem-pdf-writer USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-ruport/pkg-descr =================================================================== --- head/devel/rubygem-ruport/pkg-descr (revision 383346) +++ head/devel/rubygem-ruport/pkg-descr (revision 383347) @@ -1,10 +1,10 @@ Ruby Reports (Ruport) is an extensible reporting system. It aims to be as lightweight as possible while still providing core support for data aggregation and manipulation as well as multi-format rendering of reports. Ruport provides tools for using a number of data sources, including CSV files, ActiveRecord models, and raw SQL connections via RubyDBI (through ruport-util). -WWW: http://www.rubyreports.org/ +WWW: http://github.com/ruport/ruport