From owner-svn-ports-all@FreeBSD.ORG Sun May 11 06:57:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 076EB1F4; Sun, 11 May 2014 06:57:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE52F28AA; Sun, 11 May 2014 06:57:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B6vq5j004732; Sun, 11 May 2014 06:57:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4B6vqLg004729; Sun, 11 May 2014 06:57:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405110657.s4B6vqLg004729@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 May 2014 06:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353652 - head/astro/p5-Weather-Underground X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 06:57:53 -0000 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 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 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