diff options
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index af933570190a..39fce4cf7fa9 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,15 +1,10 @@ PORTNAME?= libxml2 -DISTVERSION= 2.14.4 -PORTREVISION?= 1 +DISTVERSION= 2.14.5 CATEGORIES?= textproc gnome MASTER_SITES= GNOME DISTNAME= libxml2-${DISTVERSION} DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/libxml2/-/commit/ -PATCHFILES= cf52139b4170be13b51b62da11c208dc66e6eff0.patch:-p1 \ - 356542324fa439de544b5e419b91ae68d42c306c.patch:-p1 - MAINTAINER= desktop@FreeBSD.org COMMENT?= XML parser library for GNOME WWW= http://xmlsoft.org/ |