Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2021 12:57:22 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565931 - head/security/knocker
Message-ID:  <202102181257.11ICvNdq008674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Thu Feb 18 12:57:22 2021
New Revision: 565931
URL: https://svnweb.freebsd.org/changeset/ports/565931

Log:
  - Update to 0.8.0
  - Unbreak and make portlint happy
  
  Reported by:	linimon
  MFH:		2021Q1

Modified:
  head/security/knocker/Makefile
  head/security/knocker/distinfo
  head/security/knocker/pkg-descr

Modified: head/security/knocker/Makefile
==============================================================================
--- head/security/knocker/Makefile	Thu Feb 18 12:56:16 2021	(r565930)
+++ head/security/knocker/Makefile	Thu Feb 18 12:57:22 2021	(r565931)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	knocker
-PORTVERSION=	0.7.1
+PORTVERSION=	0.8.0
 CATEGORIES=	security net
 MASTER_SITES=	SF
 
 MAINTAINER=	sbz@FreeBSD.org
 COMMENT=	Simple and easy to use TCP only port scanner (Console version)
 
-BROKEN_FreeBSD_13=	ld: error: duplicate symbol: knocker_core_last_hostip
-BROKEN_FreeBSD_14=	ld: error: duplicate symbol: knocker_core_last_hostip
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		autoreconf
 
 GNU_CONFIGURE=	yes
 

Modified: head/security/knocker/distinfo
==============================================================================
--- head/security/knocker/distinfo	Thu Feb 18 12:56:16 2021	(r565930)
+++ head/security/knocker/distinfo	Thu Feb 18 12:57:22 2021	(r565931)
@@ -1,2 +1,3 @@
-SHA256 (knocker-0.7.1.tar.gz) = db6f2a9e9705e3b678b9fd7fdd32ccdf13ab3f2dba2a6d053530a2faf67faf8d
-SIZE (knocker-0.7.1.tar.gz) = 72132
+TIMESTAMP = 1613643299
+SHA256 (knocker-0.8.0.tar.gz) = c3d19e68297778257c0c02e26d67c7b1f6c80d4771a6497795673d8ea31368ba
+SIZE (knocker-0.8.0.tar.gz) = 117380

Modified: head/security/knocker/pkg-descr
==============================================================================
--- head/security/knocker/pkg-descr	Thu Feb 18 12:56:16 2021	(r565930)
+++ head/security/knocker/pkg-descr	Thu Feb 18 12:57:22 2021	(r565931)
@@ -2,4 +2,4 @@ Knocker is a simple and easy to use TCP (no UDP yet) s
 scanner which is able to analyze hosts and all of the different
 services started on them. (Console version)
 
-WWW: http://knocker.sourceforge.net/
+WWW: https://knocker.sourceforge.io



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