git: 41d81a86e060 - main - net/packetdrill: Drop FreeBSD 12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Sep 2023 13:31:08 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=41d81a86e060f6144a54600660a59ee3b7981d14 commit 41d81a86e060f6144a54600660a59ee3b7981d14 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2023-09-27 13:27:32 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2023-09-27 13:27:32 +0000 net/packetdrill: Drop FreeBSD 12 While here, fix portlint complains about missing WWW tag. Reported by: pkg-fallout --- net/packetdrill/Makefile | 4 +++- net/packetdrill/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/packetdrill/Makefile b/net/packetdrill/Makefile index 60b543a119b4..7b9e5ec9c2ed 100644 --- a/net/packetdrill/Makefile +++ b/net/packetdrill/Makefile @@ -8,6 +8,8 @@ WWW= https://github.com/freebsd-net/packetdrill LICENSE= GPLv2 +IGNORE_FreeBSD_12= does not build + USES= bison python:run uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd-net @@ -30,7 +32,7 @@ pre-build: cd ${WRKSRC} && ${LN} Makefile.FreeBSD Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff --git a/net/packetdrill/pkg-descr b/net/packetdrill/pkg-descr index ac97f93a2e95..77dea864c71c 100644 --- a/net/packetdrill/pkg-descr +++ b/net/packetdrill/pkg-descr @@ -5,4 +5,4 @@ OpenBSD, and NetBSD. It can test network stack behavior over physical NICs on a LAN, or on a single machine using a tun virtual network device. -See also: https://github.com/google/packetdrill +See also WWW: https://github.com/google/packetdrill