Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 15:10:08 +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: r434461 - head/irc/p5-POE-Component-IRC-Plugin-POE-Knee
Message-ID:  <201702201510.v1KFA878037006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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