ports/55388: update databases/p5-DBIx-XHTML_Table
Mathieu Arnold
m at absolight.net
Fri Aug 8 16:40:19 UTC 2003
>Number: 55388
>Category: ports
>Synopsis: update databases/p5-DBIx-XHTML_Table
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 08 09:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386
>Description:
Update databases/p5-DBIx-XHTML_Table
* minor doc changes
* finally 'blessed' add_cols and drop_calls (no longer undocumented)
* changed the blessed ref regex to simply /DBI/ (forgot about Apache::DBI ...
doh!)
* finally realized that w3c requires tfoot to come before tbody ... fixed
* added DBIx::Password compatibility, any blessed ref passed to constructor
that matches /^DBIx?::/ will work
>How-To-Repeat:
>Fix:
--- p5-DBIx-XHTML_Table-1.30.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-XHTML_Table/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 4 Jun 2003 15:07:03 -0000 1.8
+++ Makefile 8 Aug 2003 16:32:05 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-XHTML_Table
-PORTVERSION= 1.22
+PORTVERSION= 1.30
CATEGORIES= databases www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBIx
@@ -18,10 +18,8 @@
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= DBIx::XHTML_Table.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-XHTML_Table/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 4 Jun 2003 15:07:03 -0000 1.7
+++ distinfo 8 Aug 2003 16:32:05 -0000
@@ -1 +1 @@
-MD5 (DBIx-XHTML_Table-1.22.tar.gz) = 506868a894e56ecdc7a27ea1365462ff
+MD5 (DBIx-XHTML_Table-1.30.tar.gz) = 02c0e067969e63ceac99f5c5e0f0aa70
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-XHTML_Table/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr 8 Feb 2002 07:46:55 -0000 1.1
+++ pkg-descr 8 Aug 2003 16:32:05 -0000
@@ -7,6 +7,6 @@
production use, although it use is viable for prototyping and just
plain fun.
-WWW: http://search.cpan.org/search?dist=DBIx-XHTML_Table
+WWW: http://search.cpan.org/dist/DBIx-XHTML_Table/
Seamus Venasse <svenasse at polaris.ca>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBIx-XHTML_Table/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist 4 Jun 2003 15:07:03 -0000 1.4
+++ pkg-plist 8 Aug 2003 16:32:05 -0000
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/DBIx/XHTML_Table.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+%%SITE_PERL%%/DBIx/XHTML_Table.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true
--- p5-DBIx-XHTML_Table-1.30.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list