summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-16 13:32:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-16 13:32:04 +0000
commit06bf96a7b219aada26162b07e75d6e83371ba363 (patch)
treeac298b6129463010dcf38318b0fcfccafaafa56c
parentNew port liba52 version 0.7.1b: A free library for decoding ATSC (diff)
Update to 2.4.6.
PR: 31258 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Notes
Notes: svn path=/head/; revision=48840
-rw-r--r--textproc/libxml2/Makefile2
-rw-r--r--textproc/libxml2/distinfo2
-rw-r--r--textproc/libxml2/files/patch-include::libxml::Makefile.in11
3 files changed, 2 insertions, 13 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index d2065bffdfdc..3bf1e2209ec7 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxml2
-PORTVERSION= 2.4.5
+PORTVERSION= 2.4.6
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index a713234a0b7d..90638b108140 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1 +1 @@
-MD5 (libxml2-2.4.5.tar.gz) = a545febf89d453fd774eb8e086e31754
+MD5 (libxml2-2.4.6.tar.gz) = 4deece571467e7ec2642123ba6780f24
diff --git a/textproc/libxml2/files/patch-include::libxml::Makefile.in b/textproc/libxml2/files/patch-include::libxml::Makefile.in
deleted file mode 100644
index b1a9f8ad7d07..000000000000
--- a/textproc/libxml2/files/patch-include::libxml::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- work/libxml2-2.4.5/include/libxml/Makefile.in.orig Tue Sep 18 19:43:09 2001
-+++ include/libxml/Makefile.in Tue Sep 18 19:43:18 2001
-@@ -279,7 +279,7 @@
-
-
- install-exec-hook:
-- $(mkinstalldirs) $(DESTDIR)$(xmlincdir)/libxml2 $(DESTDIR)$(xmlincdir)/libxml2/libxml
-+ $(mkinstalldirs) $(DESTDIR)$(xmlincdir)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.