diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 09:11:41 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-25 09:11:41 +0000 |
commit | 2e4ca64f65472c139f4e57aa486532e7e07884b9 (patch) | |
tree | 45c21b83599aefc9b3284c29eb2ff91bc731312b | |
parent | c73955ae3f42c914a5f02a8536c49cf3bdbd8faa (diff) | |
download | FreeBSD-ports-2e4ca64f65472c139f4e57aa486532e7e07884b9.zip FreeBSD-ports-2e4ca64f65472c139f4e57aa486532e7e07884b9.tar.gz |
- 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
-rw-r--r-- | news/p5-POE-Component-Server-NNTP/Makefile | 15 | ||||
-rw-r--r-- | news/p5-POE-Component-Server-NNTP/distinfo | 4 |
2 files changed, 12 insertions, 7 deletions
diff --git a/news/p5-POE-Component-Server-NNTP/Makefile b/news/p5-POE-Component-Server-NNTP/Makefile index b638a9a..3c9e146 100644 --- a/news/p5-POE-Component-Server-NNTP/Makefile +++ b/news/p5-POE-Component-Server-NNTP/Makefile @@ -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 diff --git a/news/p5-POE-Component-Server-NNTP/distinfo b/news/p5-POE-Component-Server-NNTP/distinfo index d5bfe05..c3cc015 100644 --- a/news/p5-POE-Component-Server-NNTP/distinfo +++ b/news/p5-POE-Component-Server-NNTP/distinfo @@ -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 |