mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
upgrade to 0.18.0
This commit is contained in:
parent
8a503b4415
commit
0791d084f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72847
6 changed files with 18 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libxml++
|
PORTNAME= libxml++
|
||||||
PORTVERSION= 0.17.0
|
PORTVERSION= 0.18.0
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
|
MD5 (libxml++-0.18.0.tar.gz) = 20cfb6725b26402d1563c9a12969ffb9
|
||||||
|
|
|
@ -5,16 +5,20 @@ include/libxml++-1.0/libxml++/exceptions/exception.h
|
||||||
include/libxml++-1.0/libxml++/exceptions/internal_error.h
|
include/libxml++-1.0/libxml++/exceptions/internal_error.h
|
||||||
include/libxml++-1.0/libxml++/exceptions/parse_error.h
|
include/libxml++-1.0/libxml++/exceptions/parse_error.h
|
||||||
include/libxml++-1.0/libxml++/libxml++.h
|
include/libxml++-1.0/libxml++/libxml++.h
|
||||||
include/libxml++-1.0/libxml++/node.h
|
include/libxml++-1.0/libxml++/nodes/commentnode.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/element.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/node.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/textnode.h
|
||||||
include/libxml++-1.0/libxml++/parsers/domparser.h
|
include/libxml++-1.0/libxml++/parsers/domparser.h
|
||||||
include/libxml++-1.0/libxml++/parsers/parser.h
|
include/libxml++-1.0/libxml++/parsers/parser.h
|
||||||
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
||||||
lib/libxml++-0.1.a
|
lib/libxml++-0.1.a
|
||||||
lib/libxml++-0.1.so
|
lib/libxml++-0.1.so
|
||||||
lib/libxml++-0.1.so.3
|
lib/libxml++-0.1.so.4
|
||||||
libdata/pkgconfig/libxml++-1.0.pc
|
libdata/pkgconfig/libxml++-1.0.pc
|
||||||
share/aclocal/libxml++.m4
|
share/aclocal/libxml++.m4
|
||||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
|
||||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||||
|
@dirrm include/libxml++-1.0/libxml++/nodes
|
||||||
|
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||||
@dirrm include/libxml++-1.0/libxml++
|
@dirrm include/libxml++-1.0/libxml++
|
||||||
@dirrm include/libxml++-1.0
|
@dirrm include/libxml++-1.0
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libxml++
|
PORTNAME= libxml++
|
||||||
PORTVERSION= 0.17.0
|
PORTVERSION= 0.18.0
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
|
MD5 (libxml++-0.18.0.tar.gz) = 20cfb6725b26402d1563c9a12969ffb9
|
||||||
|
|
|
@ -5,16 +5,20 @@ include/libxml++-1.0/libxml++/exceptions/exception.h
|
||||||
include/libxml++-1.0/libxml++/exceptions/internal_error.h
|
include/libxml++-1.0/libxml++/exceptions/internal_error.h
|
||||||
include/libxml++-1.0/libxml++/exceptions/parse_error.h
|
include/libxml++-1.0/libxml++/exceptions/parse_error.h
|
||||||
include/libxml++-1.0/libxml++/libxml++.h
|
include/libxml++-1.0/libxml++/libxml++.h
|
||||||
include/libxml++-1.0/libxml++/node.h
|
include/libxml++-1.0/libxml++/nodes/commentnode.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/element.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/node.h
|
||||||
|
include/libxml++-1.0/libxml++/nodes/textnode.h
|
||||||
include/libxml++-1.0/libxml++/parsers/domparser.h
|
include/libxml++-1.0/libxml++/parsers/domparser.h
|
||||||
include/libxml++-1.0/libxml++/parsers/parser.h
|
include/libxml++-1.0/libxml++/parsers/parser.h
|
||||||
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
||||||
lib/libxml++-0.1.a
|
lib/libxml++-0.1.a
|
||||||
lib/libxml++-0.1.so
|
lib/libxml++-0.1.so
|
||||||
lib/libxml++-0.1.so.3
|
lib/libxml++-0.1.so.4
|
||||||
libdata/pkgconfig/libxml++-1.0.pc
|
libdata/pkgconfig/libxml++-1.0.pc
|
||||||
share/aclocal/libxml++.m4
|
share/aclocal/libxml++.m4
|
||||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
|
||||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||||
|
@dirrm include/libxml++-1.0/libxml++/nodes
|
||||||
|
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||||
@dirrm include/libxml++-1.0/libxml++
|
@dirrm include/libxml++-1.0/libxml++
|
||||||
@dirrm include/libxml++-1.0
|
@dirrm include/libxml++-1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue