aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-03-23 11:52:25 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-03-23 11:52:25 +0000
commit6c35444829e977ad2501df1fcad934777455fe8f (patch)
treeb79e1a17bb21c1545aecc3d1e680d54d1b399741 /textproc/p5-XML-LibXML
parent2d2cfa88a06316666a7cd31b82f26706bbd5ea6f (diff)
Updated to 1.57
Notes
Notes: svn path=/head/; revision=105034
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r--textproc/p5-XML-LibXML/Makefile2
-rw-r--r--textproc/p5-XML-LibXML/distinfo3
-rw-r--r--textproc/p5-XML-LibXML/files/patch-LibXML.xs23
3 files changed, 3 insertions, 25 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index 8fdf8b9023f8..144b977f9ae0 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-LibXML
-PORTVERSION= 1.56
+PORTVERSION= 1.57
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo
index 7b855d8e98c4..63a1bcf7d9cc 100644
--- a/textproc/p5-XML-LibXML/distinfo
+++ b/textproc/p5-XML-LibXML/distinfo
@@ -1 +1,2 @@
-MD5 (XML-LibXML-1.56.tar.gz) = e22a4d79e6afdc8965518bf8a3abb492
+MD5 (XML-LibXML-1.57.tar.gz) = c517b0ba2e7752768885178c7c8b7e59
+SIZE (XML-LibXML-1.57.tar.gz) = 169306
diff --git a/textproc/p5-XML-LibXML/files/patch-LibXML.xs b/textproc/p5-XML-LibXML/files/patch-LibXML.xs
deleted file mode 100644
index fa885ad6cf22..000000000000
--- a/textproc/p5-XML-LibXML/files/patch-LibXML.xs
+++ /dev/null
@@ -1,23 +0,0 @@
---- LibXML.xs.orig 2003-12-22 10:38:06.000000000 -0500
-+++ LibXML.xs 2003-12-22 10:38:12.000000000 -0500
-@@ -64,20 +64,6 @@
- }
- #endif
-
--#ifdef VMS
--extern int xmlDoValidityCheckingDefaultVal;
--#define xmlDoValidityCheckingDefaultValue xmlDoValidityCheckingDefaultVal
--extern int xmlSubstituteEntitiesDefaultVal;
--#define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDefaultVal
--#else
--LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
--#endif
--LIBXML_DLL_IMPORT extern int xmlGetWarningsDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlKeepBlanksDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlLoadExtDtdDefaultValue;
--LIBXML_DLL_IMPORT extern int xmlPedanticParserDefaultValue;
--
- #define TEST_PERL_FLAG(flag) \
- SvTRUE(perl_get_sv(flag, FALSE)) ? 1 : 0
-