From owner-svn-ports-head@freebsd.org Mon Apr 25 09:11:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16535B12AF2; Mon, 25 Apr 2016 09:11:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B695019CB; Mon, 25 Apr 2016 09:11:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3P9BfQW081637; Mon, 25 Apr 2016 09:11:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3P9BfeD081635; Mon, 25 Apr 2016 09:11:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604250911.u3P9BfeD081635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Apr 2016 09:11:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 09:11:43 -0000 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