Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcpflow: add -devel subport; remove useless dependency from python27 #19630

Merged
merged 2 commits into from
Jul 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions net/tcpflow/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ PortGroup github 1.0
PortGroup openssl 1.0

github.setup simsong tcpflow 1.6.1 tcpflow-
revision 1
revision 2

conflicts ${name}-devel

subport ${name}-devel {
github.setup simsong tcpflow 5ca444e3b872f10f927d5d3673a4c4caa412a23e
version 20230726
revision 0

conflicts ${name}
}

categories net security
platforms darwin freebsd
Expand Down Expand Up @@ -37,7 +47,6 @@ depends_lib-append port:bzip2 \
port:freetype \
port:libpcap \
path:lib/pkgconfig/pixman-1.pc:libpixman \
port:python27 \
port:zlib

boost.depends_type build
Expand Down