svn commit: r376056 - in head/security/doscan: . files

Adam Weinberger adamw at FreeBSD.org
Fri Jan 2 17:13:01 UTC 2015


Author: adamw
Date: Fri Jan  2 17:12:59 2015
New Revision: 376056
URL: https://svnweb.freebsd.org/changeset/ports/376056
QAT: https://qat.redports.org/buildarchive/r376056/

Log:
  Update to 0.3.3. Add LICENSE.
  
  While here, remove a FreeBSD 4 patch that hasn't been used in 7 years.

Deleted:
  head/security/doscan/files/freebsd4.diff
  head/security/doscan/files/patch-src__event_queue_poll.cc
  head/security/doscan/files/patch-src__half_duplex.cc
  head/security/doscan/files/patch-src__tcp_server.cc
Modified:
  head/security/doscan/Makefile
  head/security/doscan/distinfo

Modified: head/security/doscan/Makefile
==============================================================================
--- head/security/doscan/Makefile	Fri Jan  2 16:56:07 2015	(r376055)
+++ head/security/doscan/Makefile	Fri Jan  2 17:12:59 2015	(r376056)
@@ -2,14 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	doscan
-PORTVERSION=	0.3.1
-PORTREVISION=	3
+PORTVERSION=	0.3.3
 CATEGORIES=	security net
 MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool to quickly scan your network for machines listening on a TCP port
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes

Modified: head/security/doscan/distinfo
==============================================================================
--- head/security/doscan/distinfo	Fri Jan  2 16:56:07 2015	(r376055)
+++ head/security/doscan/distinfo	Fri Jan  2 17:12:59 2015	(r376056)
@@ -1,2 +1,2 @@
-SHA256 (doscan-0.3.1.tar.gz) = 83b02aa2d326855df0b167dc54bffd04886b40c4341be854b9188340cae9a0b9
-SIZE (doscan-0.3.1.tar.gz) = 129378
+SHA256 (doscan-0.3.3.tar.gz) = ae8f1f0669ff8cb168914dc5a855e4c132a272d82d4161d3b146af04e47a686f
+SIZE (doscan-0.3.3.tar.gz) = 133457


More information about the svn-ports-all mailing list