Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2019 18:13:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505860 - head/net/spoofer
Message-ID:  <201907041813.x64IDse6086340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  4 18:13:54 2019
New Revision: 505860
URL: https://svnweb.freebsd.org/changeset/ports/505860

Log:
  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)

Modified:
  head/net/spoofer/Makefile
  head/net/spoofer/distinfo
  head/net/spoofer/pkg-descr

Modified: head/net/spoofer/Makefile
==============================================================================
--- head/net/spoofer/Makefile	Thu Jul  4 18:13:48 2019	(r505859)
+++ head/net/spoofer/Makefile	Thu Jul  4 18:13:54 2019	(r505860)
@@ -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
+RUN_DEPENDS=	scamper:net/scamper
 
-PORTDOCS=	README
-
 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

Modified: head/net/spoofer/distinfo
==============================================================================
--- head/net/spoofer/distinfo	Thu Jul  4 18:13:48 2019	(r505859)
+++ head/net/spoofer/distinfo	Thu Jul  4 18:13:54 2019	(r505860)
@@ -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

Modified: head/net/spoofer/pkg-descr
==============================================================================
--- head/net/spoofer/pkg-descr	Thu Jul  4 18:13:48 2019	(r505859)
+++ head/net/spoofer/pkg-descr	Thu Jul  4 18:13:54 2019	(r505860)
@@ -2,4 +2,4 @@ Spoofer helps the CAIDA Spoofer Project better underst
 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907041813.x64IDse6086340>