mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 5.2.1
Changes: * fixed issue with static linking initialization order * shell release method - Added a test target to invoke the provided test suite
This commit is contained in:
parent
8fbf66d89b
commit
cdfd400b9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291270
2 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ucommon
|
PORTNAME= ucommon
|
||||||
PORTVERSION= 5.2.0
|
PORTVERSION= 5.2.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
MASTER_SITE_SUBDIR= commoncpp
|
MASTER_SITE_SUBDIR= commoncpp
|
||||||
|
@ -30,4 +30,8 @@ post-patch:
|
||||||
${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \
|
${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \
|
||||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||||
|
|
||||||
|
test: build
|
||||||
|
cd ${WRKSRC}/test && ${MAKE} check
|
||||||
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ucommon-5.2.0.tar.gz) = d51f603eb4fa73a35031d0711482f1474fe1812cf0047dad859886f54b8f0a21
|
SHA256 (ucommon-5.2.1.tar.gz) = b4630f4c9489420f10b9772508f05f9fb582de07470e98f1c21691e083f18823
|
||||||
SIZE (ucommon-5.2.0.tar.gz) = 785458
|
SIZE (ucommon-5.2.1.tar.gz) = 785843
|
||||||
|
|
Loading…
Add table
Reference in a new issue