From owner-svn-ports-all@freebsd.org Thu Mar 2 17:59:43 2017 Return-Path: Delivered-To: svn-ports-all@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 1BBA3CF5E89; Thu, 2 Mar 2017 17:59: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 C66878C5; Thu, 2 Mar 2017 17:59: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 v22Hxfdx008898; Thu, 2 Mar 2017 17:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22HxfUV008896; Thu, 2 Mar 2017 17:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703021759.v22HxfUV008896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Mar 2017 17:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435262 - head/ftp/p5-POE-Component-Client-FTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 17:59:43 -0000 Author: sunpoet Date: Thu Mar 2 17:59:41 2017 New Revision: 435262 URL: https://svnweb.freebsd.org/changeset/ports/435262 Log: Update to 0.24 - Add LICENSE - Update *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-Client-FTP/Changes Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile head/ftp/p5-POE-Component-Client-FTP/distinfo Modified: head/ftp/p5-POE-Component-Client-FTP/Makefile ============================================================================== --- head/ftp/p5-POE-Component-Client-FTP/Makefile Thu Mar 2 17:59:37 2017 (r435261) +++ head/ftp/p5-POE-Component-Client-FTP/Makefile Thu Mar 2 17:59:41 2017 (r435262) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-FTP -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implements an FTP client POE Component -BUILD_DEPENDS= p5-POE>=0:devel/p5-POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-POE>=0.38:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-POE-Client-TCP>=0.1:devel/p5-Test-POE-Client-TCP \ + p5-Test-POE-Server-TCP>=0.16:devel/p5-Test-POE-Server-TCP +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure CONFIGURE_ENV= PERL_MM_USE_DEFAULT=yes @@ -24,7 +30,7 @@ PORTEXAMPLES= dotfer.pl list.pl sync.pl OPTIONS_DEFINE= EXAMPLES -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/ftp/p5-POE-Component-Client-FTP/distinfo ============================================================================== --- head/ftp/p5-POE-Component-Client-FTP/distinfo Thu Mar 2 17:59:37 2017 (r435261) +++ head/ftp/p5-POE-Component-Client-FTP/distinfo Thu Mar 2 17:59:41 2017 (r435262) @@ -1,2 +1,3 @@ -SHA256 (POE-Component-Client-FTP-0.22.tar.gz) = b6bd6684396aa81475406bec887386114b2d2d11b2e877871a722d8df5a6a528 -SIZE (POE-Component-Client-FTP-0.22.tar.gz) = 36357 +TIMESTAMP = 1488463036 +SHA256 (POE-Component-Client-FTP-0.24.tar.gz) = 852f47c582fa929767763623db9137637d5dabca3eb7cf6c825b325c528a6cc2 +SIZE (POE-Component-Client-FTP-0.24.tar.gz) = 28565