svn commit: r351986 - head/misc/p5-Chatbot-Eliza
Frederic Culot
culot at FreeBSD.org
Thu Apr 24 08:05:20 UTC 2014
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 at FreeBSD.org
+MAINTAINER= culot at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot/Eliza
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chatbot
@dirrmtry %%SITE_PERL%%/Chatbot
More information about the svn-ports-all
mailing list