From owner-svn-ports-all@freebsd.org Wed Dec 20 19:58:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93AADEA0B3D; Wed, 20 Dec 2017 19:58:14 +0000 (UTC) (envelope-from adamw@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 mx1.freebsd.org (Postfix) with ESMTPS id 6AC3F7F231; Wed, 20 Dec 2017 19:58:14 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKJwDed005089; Wed, 20 Dec 2017 19:58:13 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKJwDTD005085; Wed, 20 Dec 2017 19:58:13 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201712201958.vBKJwDTD005085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 20 Dec 2017 19:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456847 - head/textproc/expat2 X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/textproc/expat2 X-SVN-Commit-Revision: 456847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 19:58:14 -0000 Author: adamw Date: Wed Dec 20 19:58:13 2017 New Revision: 456847 URL: https://svnweb.freebsd.org/changeset/ports/456847 Log: Update to 2.2.5. Submitter becomes maintainer after consecutive and lengthy timeouts. PR: 221634 Submitted by: svysh.fbsd@gmail.com Approved by: maintainer timeout (4 months) Exp-run by: antoine Modified: head/textproc/expat2/Makefile head/textproc/expat2/distinfo head/textproc/expat2/pkg-descr head/textproc/expat2/pkg-plist Modified: head/textproc/expat2/Makefile ============================================================================== --- head/textproc/expat2/Makefile Wed Dec 20 19:35:24 2017 (r456846) +++ head/textproc/expat2/Makefile Wed Dec 20 19:58:13 2017 (r456847) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= expat -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.5 CATEGORIES= textproc -MASTER_SITES= SF +MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/ -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= svysh.fbsd@gmail.com COMMENT= XML 1.0 parser written in C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -ALL_TARGET= default USES= libtool pathfix tar:bz2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Modified: head/textproc/expat2/distinfo ============================================================================== --- head/textproc/expat2/distinfo Wed Dec 20 19:35:24 2017 (r456846) +++ head/textproc/expat2/distinfo Wed Dec 20 19:58:13 2017 (r456847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497862160 -SHA256 (expat-2.2.1.tar.bz2) = 1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885 -SIZE (expat-2.2.1.tar.bz2) = 405441 +TIMESTAMP = 1513211880 +SHA256 (expat-2.2.5.tar.bz2) = d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6 +SIZE (expat-2.2.5.tar.bz2) = 510868 Modified: head/textproc/expat2/pkg-descr ============================================================================== --- head/textproc/expat2/pkg-descr Wed Dec 20 19:35:24 2017 (r456846) +++ head/textproc/expat2/pkg-descr Wed Dec 20 19:58:13 2017 (r456847) @@ -1,4 +1,4 @@ Expat is an XML 1.0 parser written in C. It aims to be fully conforming. It is currently not a validating XML processor. -WWW: https://sourceforge.net/projects/expat/ +WWW: https://github.com/libexpat/libexpat Modified: head/textproc/expat2/pkg-plist ============================================================================== --- head/textproc/expat2/pkg-plist Wed Dec 20 19:35:24 2017 (r456846) +++ head/textproc/expat2/pkg-plist Wed Dec 20 19:58:13 2017 (r456847) @@ -5,6 +5,8 @@ include/expat_external.h lib/libexpat.a lib/libexpat.so lib/libexpat.so.1 -lib/libexpat.so.1.6.3 +lib/libexpat.so.1.6.7 libdata/pkgconfig/expat.pc man/man1/xmlwf.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/changelog