Upgrade from 2.0.6 to 2.0.7
This commit is contained in:
parent
5952f9e335
commit
1462f68cf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165579
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pth
|
||||
PORTVERSION= 2.0.6
|
||||
PORTVERSION= 2.0.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= pth
|
||||
|
@ -43,7 +43,7 @@ MAN3+= pthread.3
|
|||
|
||||
post-patch:
|
||||
.if defined(WITHOUT_OPTIMIZED_CFLAGS)
|
||||
@${REINPLACE_CMD} -e \
|
||||
${REINPLACE_CMD} -e \
|
||||
's|-funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math||' \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
|
@ -54,7 +54,7 @@ post-build:
|
|||
post-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/pth.sh ${PREFIX}/etc/rc.d/000.pth.sh
|
||||
|
||||
test: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
|
||||
test: build
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pth-2.0.6.tar.gz) = bdee96babed9b177484ed2dbfd5b127b
|
||||
SHA256 (pth-2.0.6.tar.gz) = 91ddb0e0980f8785d297717fb0296d6e59bfc4911d6343b0ce2c767bd5c31d49
|
||||
SIZE (pth-2.0.6.tar.gz) = 647667
|
||||
MD5 (pth-2.0.7.tar.gz) = 9cb4a25331a4c4db866a31cbe507c793
|
||||
SHA256 (pth-2.0.7.tar.gz) = 72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232
|
||||
SIZE (pth-2.0.7.tar.gz) = 652640
|
||||
|
|
Loading…
Reference in a new issue