svn commit: r471620 - head/devel/p5-POE-Component-RSSAggregator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:05:25 UTC 2018


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


More information about the svn-ports-all mailing list