diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-29 09:24:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-11-29 09:24:07 +0000 |
commit | acf35e22a78ee6cde90e324a03e6b0dc69578a72 (patch) | |
tree | 8757ca29641cb945c80b3231cf590d167e01c0ea | |
parent | Backup rev 1.9 which should not have been committed since it was just my (diff) |
- Update to 0.03
- improving kwalitee
- add SHA256 checksum
- made portlint happy about IGNORE messages
PR: 89705
Submitted by: clsung
Approved by: maintainer
-rw-r--r-- | www/p5-Kwiki-Diff/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Kwiki-Diff/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Kwiki-Diff/Makefile b/www/p5-Kwiki-Diff/Makefile index 8b9fb904bd25..abf73b3e5cb6 100644 --- a/www/p5-Kwiki-Diff/Makefile +++ b/www/p5-Kwiki-Diff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Kwiki-Diff -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Kwiki @@ -27,7 +27,7 @@ MAN3= Kwiki::Diff.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif post-install: diff --git a/www/p5-Kwiki-Diff/distinfo b/www/p5-Kwiki-Diff/distinfo index 1d8100ee8e62..57fd7573eaea 100644 --- a/www/p5-Kwiki-Diff/distinfo +++ b/www/p5-Kwiki-Diff/distinfo @@ -1,2 +1,3 @@ -MD5 (Kwiki-Diff-0.02.tar.gz) = cb46daa63a6f0df6c6a0399988d3381c -SIZE (Kwiki-Diff-0.02.tar.gz) = 3938 +MD5 (Kwiki-Diff-0.03.tar.gz) = e77bc115dc5224fbade93c36bea9181b +SHA256 (Kwiki-Diff-0.03.tar.gz) = ce10250af3b22cdd887494bd1a3b4fa25cbe8f5485f1faab7681fe90db4d3c14 +SIZE (Kwiki-Diff-0.03.tar.gz) = 5477 |