diff options
author | kwm <kwm@FreeBSD.org> | 2014-10-20 22:19:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-10-20 22:19:06 +0800 |
commit | 4565126b1c431aa452997a68451fc74ae606bee0 (patch) | |
tree | 50abd425d89d18627c6ea588dd0584e6fe0a9586 /textproc/libxml2/Makefile | |
parent | 2744042eb8cdfbe3902ae4a347427aba969847ab (diff) | |
download | freebsd-ports-gnome-4565126b1c431aa452997a68451fc74ae606bee0.tar.gz freebsd-ports-gnome-4565126b1c431aa452997a68451fc74ae606bee0.tar.zst freebsd-ports-gnome-4565126b1c431aa452997a68451fc74ae606bee0.zip |
patch-parser.c:
Replace allready applied patch with new patch from upstream to unbreak the
xmlcatalog command.
patch-uri.c:
Revert uri.c commit that causes the document chain to fail.
Reported by: antoine@
Tested by: bapt@
MFH: 2014Q4
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 8595fb2f2e85..dce9137a172b 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -4,7 +4,7 @@ PORTNAME= libxml2 PORTVERSION= 2.9.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ |