1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Upgrade to 0.39.

This commit is contained in:
Jun Kuriyama 2006-01-30 14:44:59 +00:00
parent ff5ead4435
commit 082672ce1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154823
3 changed files with 13 additions and 14 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= XML-AutoWriter
PORTVERSION= 0.38
PORTREVISION= 2
PORTVERSION= 0.39
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML

View File

@ -1,3 +1,3 @@
MD5 (XML-AutoWriter-0.38.tar.gz) = 86e108d6bd2a35ddd0d5c6e46e88c008
SHA256 (XML-AutoWriter-0.38.tar.gz) = a03c05d9b41353ee3ff1938364ffd62ac51d9c7d79f62b6309ba1246dc8571a9
SIZE (XML-AutoWriter-0.38.tar.gz) = 27498
MD5 (XML-AutoWriter-0.39.tar.gz) = 6f202ab799f398ee7d6f4efea39aa514
SHA256 (XML-AutoWriter-0.39.tar.gz) = aa929fb41ee436bd11ee1a0be4639e261f61431af6e6aec7bfbb97c01e5e8d61
SIZE (XML-AutoWriter-0.39.tar.gz) = 28577

View File

@ -1,12 +1,12 @@
--- lib/XML/Doctype.pm.orig Mon May 3 13:57:15 2004
+++ lib/XML/Doctype.pm Mon May 3 14:04:55 2004
--- lib/XML/Doctype.pm.orig Tue Dec 27 23:27:13 2005
+++ lib/XML/Doctype.pm Mon Jan 30 23:43:38 2006
@@ -62,7 +62,9 @@
=cut
use strict ;
=cut
use strict ;
+use Config;
use vars qw( $VERSION %_default_dtds ) ;
use vars qw( $VERSION %_default_dtds ) ;
+use lib $Config{sitelib};
use fields (
'ELTS', # A hash of declared & undeclared elements, keyed by name
'NAME', # The root node (the name from the DOCTYPE decl).
use fields (
'ELTS', # A hash of declared & undeclared elements, keyed by name
'NAME', # The root node (the name from the DOCTYPE decl).