diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:01:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-02-17 18:01:33 +0000 |
commit | 3aa6d1d9439ad32ba3829b4798c64322e8b8e362 (patch) | |
tree | 4886dd6f7cb5a12e875582fe10edbeaf01c0d248 | |
parent | 84dd36e199fb17e5518127f477c7de1fc0c12456 (diff) | |
download | freebsd-ports-3aa6d1d9439ad32ba3829b4798c64322e8b8e362.zip |
Update to 2.4.12
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog
-rw-r--r-- | security/snoopy/Makefile | 4 | ||||
-rw-r--r-- | security/snoopy/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/snoopy/Makefile b/security/snoopy/Makefile index 37fd29f14e1b..0f35ad98cc06 100644 --- a/security/snoopy/Makefile +++ b/security/snoopy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= snoopy -PORTVERSION= 2.4.10 +PORTVERSION= 2.4.12 CATEGORIES= security MASTER_SITES= https://github.com/a2o/snoopy/releases/download/snoopy-${PORTVERSION}/ @@ -29,6 +29,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's| -Wall -Werror||' ${WRKSRC}/configure.ac ${WRKSRC}/build/Makefile.am.common + @${REINPLACE_CMD} -e '/gcov/d' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/README.md @${REINPLACE_CMD} -e '/#define.*_XOPEN_SOURCE/d' \ ${WRKSRC}/src/configfile.c \ @@ -38,6 +39,7 @@ post-patch: ${WRKSRC}/tests/bin/snoopy-test-threads.c \ ${WRKSRC}/src/tsrm.c @${REINPLACE_CMD} -e '/features.h/d' ${WRKSRC}/configure.ac ${WRKSRC}/src/output/socketoutput.c ${WRKSRC}/src/snoopy.h + @${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/src/datasource/domain.c @${REINPLACE_CMD} -e 's|#include <wait.h>|#include <sys/wait.h>|' ${WRKSRC}/tests/bin/snoopy-test-exec-in-threads.c ${WRKSRC}/tests/bin/snoopy-test-threads.c do-install-DOCS-on: diff --git a/security/snoopy/distinfo b/security/snoopy/distinfo index c8decc88e917..dce721565360 100644 --- a/security/snoopy/distinfo +++ b/security/snoopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856510 -SHA256 (snoopy-2.4.10.tar.gz) = 2dd664d3cae1f8d495b887e2e8596919a4395eb8640d7f969b015095429f7ad5 -SIZE (snoopy-2.4.10.tar.gz) = 606895 +TIMESTAMP = 1613478321 +SHA256 (snoopy-2.4.12.tar.gz) = a178ac2da1ad41c480801e25c4c633ca05c54cc0da31a0d9c675a9d0a82826e6 +SIZE (snoopy-2.4.12.tar.gz) = 615967 |