diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-08-29 06:20:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-08-29 06:20:13 +0000 |
commit | c7ec6bca3b884a4252770f84919647104bed1b43 (patch) | |
tree | 979a04ea727e74d117ddd022c080519782edbd36 /textproc/libxml2/Makefile | |
parent | b005927a13b4d0f4f187f1deb07c73e1f07b8886 (diff) | |
download | ports-c7ec6bca3b884a4252770f84919647104bed1b43.tar.gz ports-c7ec6bca3b884a4252770f84919647104bed1b43.zip |
MFH: r421031
Update libxml2 to 2.9.4.
Add license block.
Pull extra patch to fix NULL pointer deref. [1]
Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html
PR: 209806
Submitted by: pi@
Obtained from: upstream [1]
Security: e195679d-045b-4953-bb33-be0073ba2ac6
Approved by: ports-secteam (junovitch@)
Notes
Notes:
svn path=/branches/2016Q3/; revision=421043
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 8b8ff20fcb8d..6b38ac998705 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes |