View | Details | Raw Unified | Return to bug 282637
Collapse All | Expand All

(-)b/textproc/expat2/Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	expat
1
PORTNAME=	expat
2
DISTVERSION=	2.6.3
2
DISTVERSION=	2.6.4
3
CATEGORIES=	textproc
3
CATEGORIES=	textproc
4
MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/
4
MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/
5
5
Lines 32-38 OPTIONS_SUB= yes Link Here
32
32
33
STATIC_CONFIGURE_ENABLE=	static
33
STATIC_CONFIGURE_ENABLE=	static
34
34
35
TEST_USES=	shebangfix
35
TEST_USES=	compiler:c++11-lang shebangfix
36
SHEBANG_FILES=	test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
36
SHEBANG_FILES=	test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
37
TEST_CONFIGURE_WITH=	tests
37
TEST_CONFIGURE_WITH=	tests
38
38
(-)b/textproc/expat2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1725474916
1
TIMESTAMP = 1730957365
2
SHA256 (expat-2.6.3.tar.xz) = 274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc
2
SHA256 (expat-2.6.4.tar.xz) = a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee
3
SIZE (expat-2.6.3.tar.xz) = 485600
3
SIZE (expat-2.6.4.tar.xz) = 486732
(-)b/textproc/expat2/pkg-plist (-1 / +1 lines)
Lines 9-15 lib/cmake/expat-%%EXPAT_VERSION%%/expat.cmake Link Here
9
%%STATIC%%lib/libexpat.a
9
%%STATIC%%lib/libexpat.a
10
lib/libexpat.so
10
lib/libexpat.so
11
lib/libexpat.so.1
11
lib/libexpat.so.1
12
lib/libexpat.so.1.9.3
12
lib/libexpat.so.1.10.0
13
libdata/pkgconfig/expat.pc
13
libdata/pkgconfig/expat.pc
14
share/man/man1/xmlwf.1.gz
14
share/man/man1/xmlwf.1.gz
15
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
15
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS

Return to bug 282637