aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-20 10:04:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-20 10:04:07 +0000
commit44df5032a2e923d2648d8c46db80ccd3e084facc (patch)
tree56a6a8643aa08946df4382cd0c94b0742693e887 /textproc/libxslt
parent0e41a741c8a871a59e9c193d210ef82e3eb14813 (diff)
downloadports-44df5032a2e923d2648d8c46db80ccd3e084facc.tar.gz
ports-44df5032a2e923d2648d8c46db80ccd3e084facc.zip
Update to 1.0.9.
PR: 32747 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Notes
Notes: svn path=/head/; revision=51882
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile3
-rw-r--r--textproc/libxslt/distinfo2
-rw-r--r--textproc/libxslt/files/patch-breakpoint::Makefile.in14
-rw-r--r--textproc/libxslt/files/patch-libxslt::transform.c16
-rw-r--r--textproc/libxslt/pkg-plist2
5 files changed, 2 insertions, 35 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 7e3ba7541c78..b1f1cc8d8f13 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libxslt
-PORTVERSION= 1.0.8
-PORTREVISION= 1
+PORTVERSION= 1.0.9
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxslt
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index d4f93115cf12..66155db7efc5 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -1 +1 @@
-MD5 (libxslt-1.0.8.tar.gz) = d4c31b2bea97904d3fe286545070438c
+MD5 (libxslt-1.0.9.tar.gz) = 72a80a772aaae3c61633025f90d5053f
diff --git a/textproc/libxslt/files/patch-breakpoint::Makefile.in b/textproc/libxslt/files/patch-breakpoint::Makefile.in
deleted file mode 100644
index a1a18f808fd7..000000000000
--- a/textproc/libxslt/files/patch-breakpoint::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- breakpoint/Makefile.in 2001/12/06 08:31:12 1.1
-+++ breakpoint/Makefile.in 2001/12/06 08:31:48
-@@ -121,7 +121,7 @@
- dbgmain.c
-
-
--libxsltbreakpoint_la_LIBADD = -lxml2 $(M_LIBS)
-+libxsltbreakpoint_la_LIBADD = $(LIBXML_LIBS) $(M_LIBS)
- libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@
-
- man_MANS = #breakpoint.4
diff --git a/textproc/libxslt/files/patch-libxslt::transform.c b/textproc/libxslt/files/patch-libxslt::transform.c
deleted file mode 100644
index 28c33664dbda..000000000000
--- a/textproc/libxslt/files/patch-libxslt::transform.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- libxslt/transform.c.orig Sat Nov 10 13:35:49 2001
-+++ libxslt/transform.c Mon Dec 3 00:03:39 2001
-@@ -3474,12 +3474,10 @@
- if (tmp == root) {
- ctxt->type = XSLT_OUTPUT_HTML;
- res->type = XML_HTML_DOCUMENT_NODE;
-- if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
-+ if (((doctypePublic != NULL) || (doctypeSystem != NULL))) {
- res->intSubset = xmlCreateIntSubset(res, root->name,
- doctypePublic,
- doctypeSystem);
-- if (((doctypePublic != NULL) || (doctypeSystem != NULL))) {
-- res = htmlNewDoc(doctypeSystem, doctypePublic);
- #ifdef XSLT_GENERATE_HTML_DOCTYPE
- } else if (version != NULL) {
- xsltGetHTMLIDs(version, &doctypePublic,
diff --git a/textproc/libxslt/pkg-plist b/textproc/libxslt/pkg-plist
index e2586a5eb050..3aa8884674c6 100644
--- a/textproc/libxslt/pkg-plist
+++ b/textproc/libxslt/pkg-plist
@@ -1,7 +1,6 @@
bin/xslt-config
bin/xsltproc
etc/xsltConf.sh
-include/breakpoint/breakpoint.h
include/libexslt/exslt.h
include/libexslt/exsltconfig.h
include/libxslt/attributes.h
@@ -55,4 +54,3 @@ share/doc/libxslt/html/tutorial/libxslttutorial.xml
@dirrm share/doc/libxslt
@dirrm include/libxslt
@dirrm include/libexslt
-@dirrm include/breakpoint