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 |
|