svn commit: r353652 - head/astro/p5-Weather-Underground

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 11 06:57:53 UTC 2014


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 at 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 at 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


More information about the svn-ports-all mailing list