svn commit: r512800 - branches/2019Q3/textproc/expat2

Xin LI delphij at FreeBSD.org
Wed Sep 25 17:45:04 UTC 2019


Author: delphij
Date: Wed Sep 25 17:45:03 2019
New Revision: 512800
URL: https://svnweb.freebsd.org/changeset/ports/512800

Log:
  MFH: r512162, r512335
  
  textproc/expat2: upgrade 2.2.6 -> 2.2.7
  
  - exp-run by antoine
  
  PR:		238864
  Submitted by:	Sergei Vyshenski <svysh.fbsd at 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 at 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

Modified:
  branches/2019Q3/textproc/expat2/Makefile
  branches/2019Q3/textproc/expat2/distinfo
  branches/2019Q3/textproc/expat2/pkg-plist
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/textproc/expat2/Makefile
==============================================================================
--- branches/2019Q3/textproc/expat2/Makefile	Wed Sep 25 17:20:26 2019	(r512799)
+++ branches/2019Q3/textproc/expat2/Makefile	Wed Sep 25 17:45:03 2019	(r512800)
@@ -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}/
 
@@ -20,5 +19,8 @@ CONFIGURE_ARGS=	--without-docbook
 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>

Modified: branches/2019Q3/textproc/expat2/distinfo
==============================================================================
--- branches/2019Q3/textproc/expat2/distinfo	Wed Sep 25 17:20:26 2019	(r512799)
+++ branches/2019Q3/textproc/expat2/distinfo	Wed Sep 25 17:45:03 2019	(r512800)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534345539
-SHA256 (expat-2.2.6.tar.bz2) = 17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2
-SIZE (expat-2.2.6.tar.bz2) = 513322
+TIMESTAMP = 1568632893
+SHA256 (expat-2.2.8.tar.bz2) = 9a130948b05a82da34e4171d5f5ae5d321d9630277af02c8fa51e431f6475102
+SIZE (expat-2.2.8.tar.bz2) = 520377

Modified: branches/2019Q3/textproc/expat2/pkg-plist
==============================================================================
--- branches/2019Q3/textproc/expat2/pkg-plist	Wed Sep 25 17:20:26 2019	(r512799)
+++ branches/2019Q3/textproc/expat2/pkg-plist	Wed Sep 25 17:45:03 2019	(r512800)
@@ -5,8 +5,8 @@ include/expat_external.h
 lib/libexpat.a
 lib/libexpat.so
 lib/libexpat.so.1
-lib/libexpat.so.1.6.8
+lib/libexpat.so.1.6.10
 libdata/pkgconfig/expat.pc
-man/man1/xmlwf.1.gz
+%%PORTDOCS%%man/man1/xmlwf.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/changelog


More information about the svn-ports-branches mailing list