From owner-svn-ports-head@freebsd.org Mon Nov 16 18:15:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48FA046D59F; Mon, 16 Nov 2020 18:15:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZcgS1cVpz4R4L; Mon, 16 Nov 2020 18:15:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A4961261D; Mon, 16 Nov 2020 18:15:16 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AGIFF00055640; Mon, 16 Nov 2020 18:15:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AGIFFt9055635; Mon, 16 Nov 2020 18:15:15 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202011161815.0AGIFFt9055635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 16 Nov 2020 18:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555503 - head/textproc/expat2 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/textproc/expat2 X-SVN-Commit-Revision: 555503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 18:15:16 -0000 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 (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