From owner-svn-ports-all@freebsd.org Tue Mar 28 09:38:51 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 9CC59D1D677; Tue, 28 Mar 2017 09:38:51 +0000 (UTC) (envelope-from bland@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 74924DE3; Tue, 28 Mar 2017 09:38:51 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2S9co9s096789; Tue, 28 Mar 2017 09:38:50 GMT (envelope-from bland@FreeBSD.org) Received: (from bland@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2S9coxd096786; Tue, 28 Mar 2017 09:38:50 GMT (envelope-from bland@FreeBSD.org) Message-Id: <201703280938.v2S9coxd096786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bland set sender to bland@FreeBSD.org using -f From: Alexander Nedotsukov Date: Tue, 28 Mar 2017 09:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437110 - in head/textproc/libxml++26: . files X-SVN-Group: ports-head 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.23 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: Tue, 28 Mar 2017 09:38:51 -0000 Author: bland Date: Tue Mar 28 09:38:50 2017 New Revision: 437110 URL: https://svnweb.freebsd.org/changeset/ports/437110 Log: Update to 2.40.1 PR: 218165 Deleted: head/textproc/libxml++26/files/ Modified: head/textproc/libxml++26/Makefile head/textproc/libxml++26/distinfo head/textproc/libxml++26/pkg-plist Modified: head/textproc/libxml++26/Makefile ============================================================================== --- head/textproc/libxml++26/Makefile Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/Makefile Tue Mar 28 09:38:50 2017 (r437110) @@ -3,14 +3,17 @@ # $MCom: ports/textproc/libxml++26/Makefile,v 1.43 2011/04/18 19:58:29 kwm Exp $ PORTNAME= libxml++ -PORTVERSION= 2.34.2 -PORTREVISION?= 4 +PORTVERSION= 2.40.1 +PORTREVISION?= 0 CATEGORIES= textproc MASTER_SITES= GNOME MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + USES+= tar:xz PLIST_SUB= VERSION="2.6" API_VERSION="2.6" Modified: head/textproc/libxml++26/distinfo ============================================================================== --- head/textproc/libxml++26/distinfo Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/distinfo Tue Mar 28 09:38:50 2017 (r437110) @@ -1,2 +1,3 @@ -SHA256 (libxml++-2.34.2.tar.xz) = 77daba20ab76631071d4ed4cc18fa2e981160ca05ae661e8d146f2b0728f9baa -SIZE (libxml++-2.34.2.tar.xz) = 1070956 +TIMESTAMP = 1490627284 +SHA256 (libxml++-2.40.1.tar.xz) = 4ad4abdd3258874f61c2e2a41d08e9930677976d303653cd1670d3e9f35463e9 +SIZE (libxml++-2.40.1.tar.xz) = 955220 Modified: head/textproc/libxml++26/pkg-plist ============================================================================== --- head/textproc/libxml++26/pkg-plist Tue Mar 28 09:32:25 2017 (r437109) +++ head/textproc/libxml++26/pkg-plist Tue Mar 28 09:38:50 2017 (r437110) @@ -1,11 +1,14 @@ include/libxml++-%%API_VERSION%%/include/libxml++config.h include/libxml++-%%API_VERSION%%/libxml++/attribute.h +include/libxml++-%%API_VERSION%%/libxml++/attributedeclaration.h +include/libxml++-%%API_VERSION%%/libxml++/attributenode.h include/libxml++-%%API_VERSION%%/libxml++/document.h include/libxml++-%%API_VERSION%%/libxml++/dtd.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h +include/libxml++-%%API_VERSION%%/libxml++/exceptions/wrapped_exception.h include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h @@ -16,19 +19,28 @@ include/libxml++-%%API_VERSION%%/libxml+ include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/entitydeclaration.h include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludeend.h +include/libxml++-%%API_VERSION%%/libxml++/nodes/xincludestart.h include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h +include/libxml++-%%API_VERSION%%/libxml++/relaxngschema.h include/libxml++-%%API_VERSION%%/libxml++/schema.h +include/libxml++-%%API_VERSION%%/libxml++/schemabase.h include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/relaxngvalidator.h include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidatorbase.h include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h +include/libxml++-%%API_VERSION%%/libxml++/validators/xsdvalidator.h +include/libxml++-%%API_VERSION%%/libxml++/xsdschema.h lib/libxml++-%%VERSION%%.a lib/libxml++-%%VERSION%%.so lib/libxml++-%%VERSION%%.so.2