1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Update to version 1.11

- Take over as MAINTAINER from ports@
- Fixup pkg-plist

PR: 29661
Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
Kevin Lo 2001-08-13 12:39:35 +00:00
parent 9317829c23
commit b10b91f88a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46182
4 changed files with 8 additions and 7 deletions

View File

@ -6,14 +6,13 @@
#
PORTNAME= HTML-Table
PORTVERSION= 1.09
PORTVERSION= 1.11
CATEGORIES= www perl5
MASTER_SITES= http://www.chime.ucl.ac.uk/~rmhiajp/ \
${MASTER_SITE_PERL_CPAN}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= petef@databits.net
PERL_CONFIGURE= yes

View File

@ -1 +1 @@
MD5 (HTML-Table-1.09.tar.gz) = 94b5cedef70c7431bc0f69b47dc816dc
MD5 (HTML-Table-1.11.tar.gz) = fc328d0ef103e695322b982d92a0726d

View File

@ -14,3 +14,6 @@ Methods are provided for nearly all valid table, row, and cell tags
specified for HTML 3.0.
WWW: http://www.chime.ucl.ac.uk/~rmhiajp/htmltable.htm
- Pete
petef@databits.net

View File

@ -1,6 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Table/.packlist
lib/perl5/site_perl/%%PERL_VER%%/HTML/Table.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Table/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Table
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true