diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-16 21:32:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-16 21:32:04 +0800 |
commit | b07393ac8539bc3f2999fa7ba2334ad7063f32cc (patch) | |
tree | 0f86e98329d115e9e0216eafa8fd474e9a3d9b88 /textproc/libxml2 | |
parent | b306f28f4c6a1bb1243aad3cb0b1af2aaebeb5f5 (diff) | |
download | freebsd-ports-gnome-b07393ac8539bc3f2999fa7ba2334ad7063f32cc.tar.gz freebsd-ports-gnome-b07393ac8539bc3f2999fa7ba2334ad7063f32cc.tar.zst freebsd-ports-gnome-b07393ac8539bc3f2999fa7ba2334ad7063f32cc.zip |
Update to 2.4.6.
PR: 31258
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-include::libxml::Makefile.in | 11 |
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. |