diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-07-24 13:28:51 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-07-24 13:28:51 +0000 |
commit | b4f7a635468017559cceb470339225b9c0efd5cd (patch) | |
tree | 3b3323ce82d6e2c3e3517f9d65ca533d409c3a6c | |
parent | 6c8f7ce3943d0be3fd70366d0c116b6556c9ce90 (diff) | |
download | ports-b4f7a635468017559cceb470339225b9c0efd5cd.tar.gz ports-b4f7a635468017559cceb470339225b9c0efd5cd.zip |
textproc/libxml2: update to 2.9.14 maintenance release (+)
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 | ||||
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 950bd399c056..d1b2b8f2099c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libxml2 -DISTVERSION= 2.9.13 -PORTREVISION?= 2 +DISTVERSION= 2.9.14 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${DISTVERSION:R}/ DIST_SUBDIR= gnome diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index b2e520bd51cf..29f3b2d89177 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648572316 -SHA256 (gnome/libxml2-2.9.13.tar.xz) = 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e -SIZE (gnome/libxml2-2.9.13.tar.xz) = 3243336 +TIMESTAMP = 1658072133 +SHA256 (gnome/libxml2-2.9.14.tar.xz) = 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee +SIZE (gnome/libxml2-2.9.14.tar.xz) = 3129968 diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 93714d274b25..d88cbcf8f20e 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |