Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2017 21:56:43 +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: r437890 - head/irc/p5-Bot-BasicBot
Message-ID:  <201704062156.v36LuhUn079552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  6 21:56:42 2017
New Revision: 437890
URL: https://svnweb.freebsd.org/changeset/ports/437890

Log:
  Update to 0.90
  
  - Add LICENSE
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes

Modified:
  head/irc/p5-Bot-BasicBot/Makefile
  head/irc/p5-Bot-BasicBot/distinfo

Modified: head/irc/p5-Bot-BasicBot/Makefile
==============================================================================
--- head/irc/p5-Bot-BasicBot/Makefile	Thu Apr  6 21:56:38 2017	(r437889)
+++ head/irc/p5-Bot-BasicBot/Makefile	Thu Apr  6 21:56:42 2017	(r437890)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Bot-BasicBot
-PORTVERSION=	0.89
-PORTREVISION=	1
+PORTVERSION=	0.90
 CATEGORIES=	irc perl5
 MASTER_SITES=	CPAN/Bot
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Simple irc bot baseclass
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-POE>=0:devel/p5-POE \
 		p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
-RUN_DEPENDS=	p5-POE>=0:devel/p5-POE \
-		p5-POE-Component-IRC>=0:irc/p5-POE-Component-IRC
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/irc/p5-Bot-BasicBot/distinfo
==============================================================================
--- head/irc/p5-Bot-BasicBot/distinfo	Thu Apr  6 21:56:38 2017	(r437889)
+++ head/irc/p5-Bot-BasicBot/distinfo	Thu Apr  6 21:56:42 2017	(r437890)
@@ -1,2 +1,3 @@
-SHA256 (Bot-BasicBot-0.89.tar.gz) = 4c39b018d878db3286946955382625d9c9056a64128d77dbc57e5aaeab2f3948
-SIZE (Bot-BasicBot-0.89.tar.gz) = 31248
+TIMESTAMP = 1491494564
+SHA256 (Bot-BasicBot-0.90.tar.gz) = ead0d7795ed41f0aa3e32b6c94723109c317700ff72ad541ea44894d3142b947
+SIZE (Bot-BasicBot-0.90.tar.gz) = 25604



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