upgrade to 0.17.0
PR: 46311 Submitted by: Ports Fury
This commit is contained in:
parent
57e7b9fc21
commit
695572ea92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72427
6 changed files with 18 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libxml++
|
||||
PORTVERSION= 0.16.0
|
||||
PORTVERSION= 0.17.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
||||
|
@ -24,5 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
||||
@${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|<istream>|<iostream>|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531
|
||||
MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
|
||||
|
|
|
@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/node.h
|
|||
include/libxml++-1.0/libxml++/parsers/domparser.h
|
||||
include/libxml++-1.0/libxml++/parsers/parser.h
|
||||
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||
@dirrm include/libxml++-1.0/libxml++
|
||||
@dirrm include/libxml++-1.0
|
||||
lib/libxml++-0.1.a
|
||||
lib/libxml++-0.1.so
|
||||
lib/libxml++-0.1.so.2
|
||||
lib/libxml++-0.1.so.3
|
||||
libdata/pkgconfig/libxml++-1.0.pc
|
||||
share/aclocal/libxml++.m4
|
||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||
@dirrm include/libxml++-1.0/libxml++
|
||||
@dirrm include/libxml++-1.0
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libxml++
|
||||
PORTVERSION= 0.16.0
|
||||
PORTVERSION= 0.17.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
|
||||
|
@ -24,5 +24,7 @@ INSTALLS_SHLIB= yes
|
|||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
||||
@${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|<istream>|<iostream>|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531
|
||||
MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c
|
||||
|
|
|
@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/node.h
|
|||
include/libxml++-1.0/libxml++/parsers/domparser.h
|
||||
include/libxml++-1.0/libxml++/parsers/parser.h
|
||||
include/libxml++-1.0/libxml++/parsers/saxparser.h
|
||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||
@dirrm include/libxml++-1.0/libxml++
|
||||
@dirrm include/libxml++-1.0
|
||||
lib/libxml++-0.1.a
|
||||
lib/libxml++-0.1.so
|
||||
lib/libxml++-0.1.so.2
|
||||
lib/libxml++-0.1.so.3
|
||||
libdata/pkgconfig/libxml++-1.0.pc
|
||||
share/aclocal/libxml++.m4
|
||||
@dirrm include/libxml++-1.0/libxml++/parsers
|
||||
@dirrm include/libxml++-1.0/libxml++/exceptions
|
||||
@dirrm include/libxml++-1.0/libxml++
|
||||
@dirrm include/libxml++-1.0
|
||||
|
|
Loading…
Reference in a new issue