Date: Mon, 16 Nov 2020 18:15:15 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555503 - head/textproc/expat2 Message-ID: <202011161815.0AGIFFt9055635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Nov 16 18:15:15 2020 New Revision: 555503 URL: https://svnweb.freebsd.org/changeset/ports/555503 Log: textproc/expat2: Update to 2.2.10 - give maintainership to desktop@ - add test target Changelog: https://github.com/libexpat/libexpat/blob/R_2_2_10/expat/Changes PR: 243228 Submitted by: daniel.engberg.lists@pyret.net Exp-run by: antoine Approved by: Sergei Vyshenski <svysh.fbsd@gmail.com> (previous maintainer) Modified: head/textproc/expat2/Makefile head/textproc/expat2/distinfo head/textproc/expat2/pkg-plist Modified: head/textproc/expat2/Makefile ============================================================================== --- head/textproc/expat2/Makefile Mon Nov 16 17:24:10 2020 (r555502) +++ head/textproc/expat2/Makefile Mon Nov 16 18:15:15 2020 (r555503) @@ -2,23 +2,31 @@ # $FreeBSD$ PORTNAME= expat -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.10 CATEGORIES= textproc MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/ -MAINTAINER= svysh.fbsd@gmail.com +MAINTAINER= desktop@FreeBSD.org COMMENT= XML 1.0 parser written in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +TEST_DEPENDS= bash:shells/bash + GNU_CONFIGURE= yes -USES= libtool pathfix tar:bz2 +USES= libtool pathfix python:test tar:xz USE_LDCONFIG= yes -CONFIGURE_ARGS= --without-docbook +CONFIGURE_ARGS= --without-docbook --without-examples INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS TEST +OPTIONS_SUB= yes + +TEST_USES= shebangfix +SHEBANG_FILES= test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh +TEST_CONFIGURE_WITH= tests +TEST_TARGET= check post-install: ${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/ Modified: head/textproc/expat2/distinfo ============================================================================== --- head/textproc/expat2/distinfo Mon Nov 16 17:24:10 2020 (r555502) +++ head/textproc/expat2/distinfo Mon Nov 16 18:15:15 2020 (r555503) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568632893 -SHA256 (expat-2.2.8.tar.bz2) = 9a130948b05a82da34e4171d5f5ae5d321d9630277af02c8fa51e431f6475102 -SIZE (expat-2.2.8.tar.bz2) = 520377 +TIMESTAMP = 1601788459 +SHA256 (expat-2.2.10.tar.xz) = 5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2 +SIZE (expat-2.2.10.tar.xz) = 425432 Modified: head/textproc/expat2/pkg-plist ============================================================================== --- head/textproc/expat2/pkg-plist Mon Nov 16 17:24:10 2020 (r555502) +++ head/textproc/expat2/pkg-plist Mon Nov 16 18:15:15 2020 (r555503) @@ -5,7 +5,7 @@ include/expat_external.h lib/libexpat.a lib/libexpat.so lib/libexpat.so.1 -lib/libexpat.so.1.6.10 +lib/libexpat.so.1.6.12 libdata/pkgconfig/expat.pc man/man1/xmlwf.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011161815.0AGIFFt9055635>