aboutsummaryrefslogtreecommitdiff
path: root/security/scanssh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-10 03:17:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-10 03:17:11 +0000
commitd878e1cbdfcae5928069cb419840af7e39721c95 (patch)
treeef085100f98f77186a40bdb620914fc7ef7f43e4 /security/scanssh
parent19bcc66b8c2fa43a6a660f4c0ffa22eb371f93ba (diff)
downloadports-d878e1cbdfcae5928069cb419840af7e39721c95.tar.gz
ports-d878e1cbdfcae5928069cb419840af7e39721c95.zip
Update to scanssh 1.5 and portlint
Submitted by: bento
Notes
Notes: svn path=/head/; revision=39333
Diffstat (limited to 'security/scanssh')
-rw-r--r--security/scanssh/Makefile5
-rw-r--r--security/scanssh/distinfo2
-rw-r--r--security/scanssh/files/patch-aa1
-rw-r--r--security/scanssh/files/patch-ab11
4 files changed, 8 insertions, 11 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index 9561948a6cdf..da0f319a4961 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= scanssh
-PORTVERSION= 1.3
-PORTREVISION= 1
+PORTVERSION= 1.5
CATEGORIES= security net
MASTER_SITES= http://www.monkey.org/~provos/
-DISTNAME= scanssh
MAINTAINER= kris@FreeBSD.org
GNU_CONFIGURE= YES
MAN1= scanssh.1
+WRKSRC= ${WRKDIR}/scanssh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${PREFIX}/bin
diff --git a/security/scanssh/distinfo b/security/scanssh/distinfo
index a03035ea6f5c..99744b46e324 100644
--- a/security/scanssh/distinfo
+++ b/security/scanssh/distinfo
@@ -1 +1 @@
-MD5 (scanssh.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914
+MD5 (scanssh-1.5.tar.gz) = 40f017a11ae49b018f29ea1b680473c9
diff --git a/security/scanssh/files/patch-aa b/security/scanssh/files/patch-aa
index 68c74afd64de..a55565066b0b 100644
--- a/security/scanssh/files/patch-aa
+++ b/security/scanssh/files/patch-aa
@@ -8,4 +8,3 @@
+char *excludefile = PREFIX "/share/scanssh/exclude.list";
struct exclude_list excludequeue;
struct exclude_list rndexclqueue;
-
diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab
index c023b2cb32db..c3a71a9d1cde 100644
--- a/security/scanssh/files/patch-ab
+++ b/security/scanssh/files/patch-ab
@@ -1,11 +1,10 @@
---- Makefile.in.orig Sun Oct 8 08:36:26 2000
-+++ Makefile.in Fri Nov 3 10:58:43 2000
+--- Makefile.in.orig Fri Mar 9 19:07:36 2001
++++ Makefile.in Fri Mar 9 19:07:57 2001
@@ -6,7 +6,7 @@
VPATH= @srcdir@
CC= @CC@
--CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE
-+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
+-CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE
++CFLAGS= @CFLAGS@ @DEFS@ -I. -I$(srcdir) -I$(srcdir)/missing @PCAPINC@ -D_BSD_SOURCE -DPREFIX=\"@prefix@\"
LDFLAGS= @LDFLAGS@
-
- prefix= @prefix@
+ LIBS= @LIBS@ @PCAPLIB@