Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2016 09:11:41 +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: r413986 - head/news/p5-POE-Component-Server-NNTP
Message-ID:  <201604250911.u3P9BfeD081635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 25 09:11:41 2016
New Revision: 413986
URL: https://svnweb.freebsd.org/changeset/ports/413986

Log:
  - Update to 1.06
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Sort *_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes

Modified:
  head/news/p5-POE-Component-Server-NNTP/Makefile
  head/news/p5-POE-Component-Server-NNTP/distinfo

Modified: head/news/p5-POE-Component-Server-NNTP/Makefile
==============================================================================
--- head/news/p5-POE-Component-Server-NNTP/Makefile	Mon Apr 25 09:11:36 2016	(r413985)
+++ head/news/p5-POE-Component-Server-NNTP/Makefile	Mon Apr 25 09:11:41 2016	(r413986)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	POE-Component-Server-NNTP
-PORTVERSION=	1.04
-PORTREVISION=	1
+PORTVERSION=	1.06
 CATEGORIES=	news perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Component that provides NNTP server functionality
 
-RUN_DEPENDS=	p5-POE>=0.38:devel/p5-POE \
-		p5-POE-Component-Pluggable>=0.03:devel/p5-POE-Component-Pluggable \
-		p5-POE-Component-Client-NNTP>=1.05:news/p5-POE-Component-Client-NNTP
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	p5-POE>=0.38:devel/p5-POE \
+		p5-POE-Component-Client-NNTP>=1.05:news/p5-POE-Component-Client-NNTP \
+		p5-POE-Component-Pluggable>=0.03:devel/p5-POE-Component-Pluggable
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/news/p5-POE-Component-Server-NNTP/distinfo
==============================================================================
--- head/news/p5-POE-Component-Server-NNTP/distinfo	Mon Apr 25 09:11:36 2016	(r413985)
+++ head/news/p5-POE-Component-Server-NNTP/distinfo	Mon Apr 25 09:11:41 2016	(r413986)
@@ -1,2 +1,2 @@
-SHA256 (POE-Component-Server-NNTP-1.04.tar.gz) = ff3387cf2b0b443deea50541fe58dd8c743b31f369c30935d39e03b176f56fc5
-SIZE (POE-Component-Server-NNTP-1.04.tar.gz) = 36557
+SHA256 (POE-Component-Server-NNTP-1.06.tar.gz) = 74b0f5c60c6a303fe82d66a475a0aaba5770b024fc916ff6290b5b8c90c8fcc4
+SIZE (POE-Component-Server-NNTP-1.06.tar.gz) = 28164



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