Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2014 06:57:52 +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: r353652 - head/astro/p5-Weather-Underground
Message-ID:  <201405110657.s4B6vqLg004729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 11 06:57:51 2014
New Revision: 353652
URL: http://svnweb.freebsd.org/changeset/ports/353652
QAT: https://qat.redports.org/buildarchive/r353652/

Log:
  - Add LICENSE
  - Remove unnecessary MASTER_SITE_SUBDIR
  - Sort *_DEPENDS
  - Sort PLIST
  - Remove Author line

Modified:
  head/astro/p5-Weather-Underground/Makefile
  head/astro/p5-Weather-Underground/pkg-descr
  head/astro/p5-Weather-Underground/pkg-plist

Modified: head/astro/p5-Weather-Underground/Makefile
==============================================================================
--- head/astro/p5-Weather-Underground/Makefile	Sun May 11 06:09:10 2014	(r353651)
+++ head/astro/p5-Weather-Underground/Makefile	Sun May 11 06:57:51 2014	(r353652)
@@ -5,17 +5,19 @@ PORTNAME=	Weather-Underground
 PORTVERSION=	3.03
 CATEGORIES=	astro perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Weather
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Retrieve weather information from wunderground.com
 
-BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/astro/p5-Weather-Underground/pkg-descr
==============================================================================
--- head/astro/p5-Weather-Underground/pkg-descr	Sun May 11 06:09:10 2014	(r353651)
+++ head/astro/p5-Weather-Underground/pkg-descr	Sun May 11 06:57:51 2014	(r353652)
@@ -1,6 +1,5 @@
 Weather::Underground is a perl module which provides a simple OO interface to
-retrieving weather data for a geographic location.  It does so by querying
+retrieving weather data for a geographic location. It does so by querying
 wunderground.com and parsing the returned results.
 
-Author:	Mina Naguib <mina.cpan@naguib.ca>
 WWW: http://search.cpan.org/dist/Weather-Underground/

Modified: head/astro/p5-Weather-Underground/pkg-plist
==============================================================================
--- head/astro/p5-Weather-Underground/pkg-plist	Sun May 11 06:09:10 2014	(r353651)
+++ head/astro/p5-Weather-Underground/pkg-plist	Sun May 11 06:57:51 2014	(r353652)
@@ -1,5 +1,5 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist
 %%SITE_PERL%%/Weather/Underground.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground/.packlist
 %%PERL5_MAN3%%/Weather::Underground.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather/Underground
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Weather



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