diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-05 06:54:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-05 06:54:24 +0800 |
commit | 6f1356db7a8f129fa28fe7fb038805a90fcf9b4f (patch) | |
tree | 4c42cfaf94f3331e314edbd4c9833ff56daf4a88 | |
parent | 90883a9751f4f6552184a2dae54a0cd17a7bfe32 (diff) | |
download | freebsd-ports-gnome-6f1356db7a8f129fa28fe7fb038805a90fcf9b4f.tar.gz freebsd-ports-gnome-6f1356db7a8f129fa28fe7fb038805a90fcf9b4f.tar.zst freebsd-ports-gnome-6f1356db7a8f129fa28fe7fb038805a90fcf9b4f.zip |
Update to 2.6.21.
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 4 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 2 | ||||
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 863824aa1413..5aa08772e834 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -12,8 +12,8 @@ # PORTNAME= libxml2 -PORTVERSION= 2.6.20 -PORTREVISION?= 1 +PORTVERSION= 2.6.21 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 8c4d8f2b4d51..7e14cbe901b7 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libxml2-2.6.20.tar.bz2) = 342f722d1770071be19253f229fef677 -SIZE (gnome2/libxml2-2.6.20.tar.bz2) = 3115868 +MD5 (gnome2/libxml2-2.6.21.tar.bz2) = 2fb1739c55461618925a0524b67c9f91 +SIZE (gnome2/libxml2-2.6.21.tar.bz2) = 3216209 diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 296a57fcda4c..1ea0accc2cd5 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -24,6 +24,7 @@ include/libxml2/libxml/parserInternals.h include/libxml2/libxml/pattern.h include/libxml2/libxml/relaxng.h include/libxml2/libxml/schemasInternals.h +include/libxml2/libxml/schematron.h include/libxml2/libxml/threads.h include/libxml2/libxml/tree.h include/libxml2/libxml/uri.h @@ -87,6 +88,7 @@ share/aclocal/libxml.m4 %%DOCSDIR%%/html/libxml-pattern.html %%DOCSDIR%%/html/libxml-relaxng.html %%DOCSDIR%%/html/libxml-schemasInternals.html +%%DOCSDIR%%/html/libxml-schematron.html %%DOCSDIR%%/html/libxml-threads.html %%DOCSDIR%%/html/libxml-tree.html %%DOCSDIR%%/html/libxml-uri.html diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index a28a7ec809c3..3079c2436e12 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |