diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-07-05 02:13:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-07-05 02:13:54 +0800 |
commit | bff462bce499b3d4fe25dec36e6ca2027e35d17d (patch) | |
tree | ec4408a15454bf7e277d32a217d21ec5b422a111 /net | |
parent | 10271918b06fbedfab05791bee3bf761e89bdb1f (diff) | |
download | freebsd-ports-gnome-bff462bce499b3d4fe25dec36e6ca2027e35d17d.tar.gz freebsd-ports-gnome-bff462bce499b3d4fe25dec36e6ca2027e35d17d.tar.zst freebsd-ports-gnome-bff462bce499b3d4fe25dec36e6ca2027e35d17d.zip |
Update to 1.4.5
- While I'm here:
- Update MASTER_SITES
- Sort *_DEPENDS
- Pet portlint
- Update WWW
Changes: https://www.caida.org/projects/spoofer/downloads/changelog.txt
Submitted by: Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/spoofer/Makefile | 17 | ||||
-rw-r--r-- | net/spoofer/distinfo | 6 | ||||
-rw-r--r-- | net/spoofer/pkg-descr | 2 |
3 files changed, 12 insertions, 13 deletions
diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index bba4418565a6..c85a462ebc70 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= spoofer -PORTVERSION= 1.2.0 -PORTREVISION= 11 +PORTVERSION= 1.4.5 CATEGORIES= net -MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ +MASTER_SITES= https://www.caida.org/projects/spoofer/downloads/ MAINTAINER= mjl@luckie.org.nz COMMENT= Spoofer Project testing software @@ -13,17 +12,18 @@ COMMENT= Spoofer Project testing software LICENSE= GPLv3 BUILD_DEPENDS= protoc:devel/protobuf -RUN_DEPENDS= scamper:net/scamper LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf - -PORTDOCS= README +RUN_DEPENDS= scamper:net/scamper USES= compiler:c++11-lib qt:5 + +CONFIGURE_ARGS= --disable-development --with-protobuf=${LOCALBASE} GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-development + +PORTDOCS= README OPTIONS_DEFINE= DOCS GUI -OPTIONS_DEFAULT= GUI +OPTIONS_DEFAULT=GUI OPTIONS_SUB= yes .include <bsd.port.options.mk> @@ -32,7 +32,6 @@ OPTIONS_SUB= yes USE_QT= buildtools_build qmake_build core network gui widgets USE_GL+= gl USE_RC_SUBR= ${PORTNAME} -INSTALLS_ICONS= yes .else CONFIGURE_ARGS+= --disable-manager .endif diff --git a/net/spoofer/distinfo b/net/spoofer/distinfo index 50c8d3c7f85e..9c60a3b0b1c1 100644 --- a/net/spoofer/distinfo +++ b/net/spoofer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493878873 -SHA256 (spoofer-1.2.0.tar.gz) = 08a48bb0b591dc8ae81027f5be4fd2fc7d2ac202b5bfcdf339bf8ace9792aeb7 -SIZE (spoofer-1.2.0.tar.gz) = 519819 +TIMESTAMP = 1562260809 +SHA256 (spoofer-1.4.5.tar.gz) = 5f045be7269d93efb1ee7918e923e7695c9a36d192c3ada932bb6ae7fba8d15e +SIZE (spoofer-1.4.5.tar.gz) = 576951 diff --git a/net/spoofer/pkg-descr b/net/spoofer/pkg-descr index 0a55972c1d29..791c76de858b 100644 --- a/net/spoofer/pkg-descr +++ b/net/spoofer/pkg-descr @@ -2,4 +2,4 @@ Spoofer helps the CAIDA Spoofer Project better understand the current state of filtering in the Internet. It attempts to send a series of spoofed UDP packets to a central server which logs and summarizes the results. -WWW: http://spoofer.caida.org/ +WWW: https://spoofer.caida.org/ |