Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 03:02:03 +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: r401644 - head/finance/p5-Finance-TW-TSEQuote
Message-ID:  <201511150302.tAF3233g059582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 03:02:03 2015
New Revision: 401644
URL: https://svnweb.freebsd.org/changeset/ports/401644

Log:
  - Use real PORTVERSION
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/finance/p5-Finance-TW-TSEQuote/Makefile
  head/finance/p5-Finance-TW-TSEQuote/pkg-plist

Modified: head/finance/p5-Finance-TW-TSEQuote/Makefile
==============================================================================
--- head/finance/p5-Finance-TW-TSEQuote/Makefile	Sun Nov 15 03:01:59 2015	(r401643)
+++ head/finance/p5-Finance-TW-TSEQuote/Makefile	Sun Nov 15 03:02:03 2015	(r401644)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	Finance-TW-TSEQuote
-PORTVERSION=	0.2.8
-PORTREVISION=	2
+PORTVERSION=	0.28
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Check stock quotes from Taiwan Security Exchange
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-App-Cache>=0:${PORTSDIR}/devel/p5-App-Cache \
 		p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
 		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
@@ -20,6 +21,7 @@ BUILD_DEPENDS=	p5-App-Cache>=0:${PORTSDI
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/finance/p5-Finance-TW-TSEQuote/pkg-plist
==============================================================================
--- head/finance/p5-Finance-TW-TSEQuote/pkg-plist	Sun Nov 15 03:01:59 2015	(r401643)
+++ head/finance/p5-Finance-TW-TSEQuote/pkg-plist	Sun Nov 15 03:02:03 2015	(r401644)
@@ -1,6 +1,6 @@
 bin/pfq
 bin/twse-eod-dump
 bin/twse-eod-update
-%%PERL5_MAN3%%/Finance::TW::TSEQuote.3.gz
 %%SITE_PERL%%/Finance/TW/TSEQuote.pm
 %%PERL5_MAN1%%/pfq.1.gz
+%%PERL5_MAN3%%/Finance::TW::TSEQuote.3.gz



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