Index: head/devel/p5-Data-ShowTable/files/patch-ShowTable.pm =================================================================== --- head/devel/p5-Data-ShowTable/files/patch-ShowTable.pm (revision 319838) +++ head/devel/p5-Data-ShowTable/files/patch-ShowTable.pm (nonexistent) @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ShowTable.pm.orig Sun Mar 2 23:04:50 1997 -+++ ShowTable.pm Fri Dec 27 16:25:33 2002 -@@ -721,7 +721,7 @@ - - S< >B I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> - [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape> --[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ]; -+[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ]; - - The B displays one or more rows of columns of data using - the HTML C<\> feature. In addition to the usual parameter arguments Property changes on: head/devel/p5-Data-ShowTable/files/patch-ShowTable.pm ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/devel/p5-Data-ShowTable/distinfo =================================================================== --- head/devel/p5-Data-ShowTable/distinfo (revision 319838) +++ head/devel/p5-Data-ShowTable/distinfo (revision 319839) @@ -1,2 +1,2 @@ -SHA256 (Data-ShowTable-3.3.tar.gz) = 57fc8e6b77bac1fdcbd564a8720c84fe2051e818d587f7898a8bbd9e794cecf7 -SIZE (Data-ShowTable-3.3.tar.gz) = 94369 +SHA256 (Data-ShowTable-4.1.tar.gz) = 7c1570299ad54f13e76b0117f51da17ccf967ac1261ed6863405749a246895cd +SIZE (Data-ShowTable-4.1.tar.gz) = 93353 Index: head/devel/p5-Data-ShowTable/Makefile =================================================================== --- head/devel/p5-Data-ShowTable/Makefile (revision 319838) +++ head/devel/p5-Data-ShowTable/Makefile (revision 319839) @@ -1,22 +1,20 @@ -# New ports collection makefile for: p5-Data-ShowTable -# Date created: September 10th 1997 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= Data-ShowTable -PORTVERSION= 3.3 +PORTVERSION= 4.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to pretty-print arrays of data + +LICENSE= GPLv2 PERL_CONFIGURE= yes MAN1= showtable.1 MAN3= Data::ShowTable.3 .include