From owner-svn-ports-head@freebsd.org Mon Feb 20 15:10:10 2017 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 27E66CE505E; Mon, 20 Feb 2017 15:10:10 +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 D22671908; Mon, 20 Feb 2017 15:10:09 +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 v1KFA8cw037008; Mon, 20 Feb 2017 15:10:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KFA878037006; Mon, 20 Feb 2017 15:10:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702201510.v1KFA878037006@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, 20 Feb 2017 15:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434461 - head/irc/p5-POE-Component-IRC-Plugin-POE-Knee 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.23 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, 20 Feb 2017 15:10:10 -0000 Author: sunpoet Date: Mon Feb 20 15:10:08 2017 New Revision: 434461 URL: https://svnweb.freebsd.org/changeset/ports/434461 Log: Update to 1.10 - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/Changes Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Mon Feb 20 15:10:04 2017 (r434460) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Mon Feb 20 15:10:08 2017 (r434461) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-POE-Knee -PORTVERSION= 1.08 -PORTREVISION= 2 +PORTVERSION= 1.10 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,21 +10,26 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE::Component::IRC plugin that runs Acme::POE::Knee races +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Math-Random>=0.69:math/p5-Math-Random \ - p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC \ - p5-POE>=0:devel/p5-POE + p5-POE>=0:devel/p5-POE \ + p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES +PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PORTEXAMPLES= * SHEBANG_FILES= examples/*.pl -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Mon Feb 20 15:10:04 2017 (r434460) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/distinfo Mon Feb 20 15:10:08 2017 (r434461) @@ -1,2 +1,3 @@ -SHA256 (POE-Component-IRC-Plugin-POE-Knee-1.08.tar.gz) = dd5269136812707cf09455f2877c0a3b8c37af91751b9009c411b6b8ebe411fa -SIZE (POE-Component-IRC-Plugin-POE-Knee-1.08.tar.gz) = 24312 +TIMESTAMP = 1487595205 +SHA256 (POE-Component-IRC-Plugin-POE-Knee-1.10.tar.gz) = 85d9a2222d7ca2bf5f7d7107539e58bec5be3d99ce787d4b1d9295f00acca0c7 +SIZE (POE-Component-IRC-Plugin-POE-Knee-1.10.tar.gz) = 13560