aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2/Makefile
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2019-09-25 17:45:03 +0000
committerXin LI <delphij@FreeBSD.org>2019-09-25 17:45:03 +0000
commite7b15636936690af4d13b2cce7bc180bd31453f5 (patch)
tree22c6034335a915aab76f7e5c06c1e527ac67ce4c /textproc/expat2/Makefile
parenteb02344e7fddd4c3edd7b996d03d22b493b6a0d8 (diff)
downloadports-e7b15636936690af4d13b2cce7bc180bd31453f5.tar.gz
ports-e7b15636936690af4d13b2cce7bc180bd31453f5.zip
MFH: r512162, r512335
textproc/expat2: upgrade 2.2.6 -> 2.2.7 - exp-run by antoine PR: 238864 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Reviewed by: koobs Relnotes: https://github.com/libexpat/libexpat/blob/R_2_2_7/expat/Changes Security: https://github.com/libexpat/libexpat/issues/186 https://github.com/libexpat/libexpat/pull/262 textproc/expat2: upgrade 2.2.7 -> 2.2.8 PR: 240613 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Exp-Run by: antoine Relnotes: https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes Security: CVE-2019-15903 Approved by: ports-secteam
Notes
Notes: svn path=/branches/2019Q3/; revision=512800
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r--textproc/expat2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 215dc10c0aa3..7fe58a0ef2da 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= expat
-PORTVERSION= 2.2.6
-PORTREVISION= 1
+PORTVERSION= 2.2.8
CATEGORIES= textproc
MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/
@@ -21,4 +20,7 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
+post-install-DOCS-on:
+ ${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+
.include <bsd.port.mk>