Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:05:23 +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: r471620 - head/devel/p5-POE-Component-RSSAggregator
Message-ID:  <201806041805.w54I5Nf6064832@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  4 18:05:23 2018
New Revision: 471620
URL: https://svnweb.freebsd.org/changeset/ports/471620

Log:
  Add LICENSE
  
  - Sort *_DEPENDS
  - Sort PLIST

Modified:
  head/devel/p5-POE-Component-RSSAggregator/Makefile
  head/devel/p5-POE-Component-RSSAggregator/pkg-plist

Modified: head/devel/p5-POE-Component-RSSAggregator/Makefile
==============================================================================
--- head/devel/p5-POE-Component-RSSAggregator/Makefile	Mon Jun  4 18:05:18 2018	(r471619)
+++ head/devel/p5-POE-Component-RSSAggregator/Makefile	Mon Jun  4 18:05:23 2018	(r471620)
@@ -7,15 +7,17 @@ PORTREVISION=	1
 CATEGORIES=	devel perl5 textproc
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-#DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Watch Muliple RSS Feeds for New Headlines
 
-BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \
+		p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP \
 		p5-XML-RSS-Feed>=0:textproc/p5-XML-RSS-Feed \
-		p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \
-		p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP
+		p5-libwww>=0:www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/devel/p5-POE-Component-RSSAggregator/pkg-plist
==============================================================================
--- head/devel/p5-POE-Component-RSSAggregator/pkg-plist	Mon Jun  4 18:05:18 2018	(r471619)
+++ head/devel/p5-POE-Component-RSSAggregator/pkg-plist	Mon Jun  4 18:05:23 2018	(r471620)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz
 %%SITE_PERL%%/POE/Component/RSSAggregator.pm
+%%PERL5_MAN3%%/POE::Component::RSSAggregator.3.gz



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