svn commit: r329898 - head/finance/p5-Finance-QuoteHist
Frederic Culot
culot at FreeBSD.org
Wed Oct 9 13:23:58 UTC 2013
Author: culot
Date: Wed Oct 9 13:23:57 2013
New Revision: 329898
URL: http://svnweb.freebsd.org/changeset/ports/329898
Log:
- Update to 1.20
- Add LICENSE (Artistic 1 & GPL 1)
- Support staging
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
Modified:
head/finance/p5-Finance-QuoteHist/Makefile
head/finance/p5-Finance-QuoteHist/distinfo
head/finance/p5-Finance-QuoteHist/pkg-plist
Modified: head/finance/p5-Finance-QuoteHist/Makefile
==============================================================================
--- head/finance/p5-Finance-QuoteHist/Makefile Wed Oct 9 13:23:18 2013 (r329897)
+++ head/finance/p5-Finance-QuoteHist/Makefile Wed Oct 9 13:23:57 2013 (r329898)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Finance-QuoteHist
-PORTVERSION= 1.19
+PORTVERSION= 1.20
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module for fetching historical stock quotes
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
@@ -26,16 +29,4 @@ RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR
USES= perl5
USE_PERL5= configure
-MAN3= Finance::QuoteHist.3 \
- Finance::QuoteHist::BusinessWeek.3 \
- Finance::QuoteHist::Generic.3 \
- Finance::QuoteHist::Google.3 \
- Finance::QuoteHist::Investopedia.3 \
- Finance::QuoteHist::MSN.3 \
- Finance::QuoteHist::QuoteMedia.3 \
- Finance::QuoteHist::StockNod.3 \
- Finance::QuoteHist::Yahoo.3 \
- Finance::QuoteHist::Yahoo::Australia.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/finance/p5-Finance-QuoteHist/distinfo
==============================================================================
--- head/finance/p5-Finance-QuoteHist/distinfo Wed Oct 9 13:23:18 2013 (r329897)
+++ head/finance/p5-Finance-QuoteHist/distinfo Wed Oct 9 13:23:57 2013 (r329898)
@@ -1,2 +1,2 @@
-SHA256 (Finance-QuoteHist-1.19.tar.gz) = 41e6cf53a769625d26c27c1bd640a781adad1ddfeb5e7bab7916ffbde9e944b4
-SIZE (Finance-QuoteHist-1.19.tar.gz) = 55535
+SHA256 (Finance-QuoteHist-1.20.tar.gz) = bd4904a4f75721ec7f8b5b242d60e89a8255d5b2c92395c50a12c53c5c28e1cb
+SIZE (Finance-QuoteHist-1.20.tar.gz) = 53223
Modified: head/finance/p5-Finance-QuoteHist/pkg-plist
==============================================================================
--- head/finance/p5-Finance-QuoteHist/pkg-plist Wed Oct 9 13:23:18 2013 (r329897)
+++ head/finance/p5-Finance-QuoteHist/pkg-plist Wed Oct 9 13:23:57 2013 (r329898)
@@ -1,14 +1,20 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist
%%SITE_PERL%%/Finance/QuoteHist.pm
%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm
+%%SITE_PERL%%/Finance/QuoteHist/DailyFinance.pm
%%SITE_PERL%%/Finance/QuoteHist/Generic.pm
%%SITE_PERL%%/Finance/QuoteHist/Google.pm
-%%SITE_PERL%%/Finance/QuoteHist/Investopedia.pm
-%%SITE_PERL%%/Finance/QuoteHist/MSN.pm
-%%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm
%%SITE_PERL%%/Finance/QuoteHist/StockNod.pm
%%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm
%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm
+%%PERL5_MAN3%%/Finance::QuoteHist.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::BusinessWeek.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::StockNod.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo.3.gz
+%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo::Australia.3.gz
@dirrmtry %%SITE_PERL%%/Finance/QuoteHist/Yahoo
@dirrmtry %%SITE_PERL%%/Finance/QuoteHist
@dirrmtry %%SITE_PERL%%/Finance
More information about the svn-ports-all
mailing list