Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 08:05:20 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351986 - head/misc/p5-Chatbot-Eliza
Message-ID:  <201404240805.s3O85KQM011949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Thu Apr 24 08:05:19 2014
New Revision: 351986
URL: http://svnweb.freebsd.org/changeset/ports/351986
QAT: https://qat.redports.org/buildarchive/r351986/

Log:
  - Update to 1.05
  - Add LICENSE (Artistic 1 & GPL 1)
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Chatbot-Eliza/Changes

Modified:
  head/misc/p5-Chatbot-Eliza/Makefile
  head/misc/p5-Chatbot-Eliza/distinfo
  head/misc/p5-Chatbot-Eliza/pkg-plist

Modified: head/misc/p5-Chatbot-Eliza/Makefile
==============================================================================
--- head/misc/p5-Chatbot-Eliza/Makefile	Thu Apr 24 07:52:30 2014	(r351985)
+++ head/misc/p5-Chatbot-Eliza/Makefile	Thu Apr 24 08:05:19 2014	(r351986)
@@ -2,14 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	Chatbot-Eliza
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Clone of the classic Eliza program
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/misc/p5-Chatbot-Eliza/distinfo
==============================================================================
--- head/misc/p5-Chatbot-Eliza/distinfo	Thu Apr 24 07:52:30 2014	(r351985)
+++ head/misc/p5-Chatbot-Eliza/distinfo	Thu Apr 24 08:05:19 2014	(r351986)
@@ -1,2 +1,2 @@
-SHA256 (Chatbot-Eliza-1.04.tar.gz) = cc477e373c7cb4ee77ab6d50d4d6f19a6fe3a12ff1d4d555524031101c9a4a0f
-SIZE (Chatbot-Eliza-1.04.tar.gz) = 38361
+SHA256 (Chatbot-Eliza-1.05.tar.gz) = 7e6fc832a96ae0830e4ab3f3df7d670163f7016dbd00f69e347c9f37101b8e96
+SIZE (Chatbot-Eliza-1.05.tar.gz) = 39583

Modified: head/misc/p5-Chatbot-Eliza/pkg-plist
==============================================================================
--- head/misc/p5-Chatbot-Eliza/pkg-plist	Thu Apr 24 07:52:30 2014	(r351985)
+++ head/misc/p5-Chatbot-Eliza/pkg-plist	Thu Apr 24 08:05:19 2014	(r351986)
@@ -1,5 +1,6 @@
 %%PERL5_MAN3%%/Chatbot::Eliza.3.gz
 %%SITE_PERL%%/Chatbot/Eliza.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot/Eliza/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot/Eliza
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot
 @dirrmtry %%SITE_PERL%%/Chatbot



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