svn commit: r513531 - in head/textproc/libxml++26: . files
Alexander Nedotsukov
bland at FreeBSD.org
Tue Oct 1 20:58:17 UTC 2019
Author: bland
Date: Tue Oct 1 20:58:16 2019
New Revision: 513531
URL: https://svnweb.freebsd.org/changeset/ports/513531
Log:
Update to 2.40.1
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 Oct 1 20:53:26 2019 (r513530)
+++ head/textproc/libxml++26/Makefile Tue Oct 1 20:58:16 2019 (r513531)
@@ -3,8 +3,8 @@
# $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
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= GNOME
@@ -19,7 +19,7 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
.if !defined(REFERENCE_PORT)
-USES+= gmake libtool pathfix pkgconfig
+USES+= gmake libtool pathfix pkgconfig gnome
USE_GNOME= glibmm libxml2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/textproc/libxml++26/distinfo
==============================================================================
--- head/textproc/libxml++26/distinfo Tue Oct 1 20:53:26 2019 (r513530)
+++ head/textproc/libxml++26/distinfo Tue Oct 1 20:58:16 2019 (r513531)
@@ -1,2 +1,3 @@
-SHA256 (libxml++-2.34.2.tar.xz) = 77daba20ab76631071d4ed4cc18fa2e981160ca05ae661e8d146f2b0728f9baa
-SIZE (libxml++-2.34.2.tar.xz) = 1070956
+TIMESTAMP = 1569960450
+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 Oct 1 20:53:26 2019 (r513530)
+++ head/textproc/libxml++26/pkg-plist Tue Oct 1 20:58:16 2019 (r513531)
@@ -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++/nodes/cdatan
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
More information about the svn-ports-all
mailing list