diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 03:17:11 +0000 |
commit | 1a4c9df6c030dc0e0bf55494ced883656aa35fdc (patch) | |
tree | ce56092c57c240bc3596fac9be396f2a34291f33 /security/scanssh | |
parent | d4b98b894309c41824196721006cb763198d8b40 (diff) | |
download | FreeBSD-ports-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.zip FreeBSD-ports-1a4c9df6c030dc0e0bf55494ced883656aa35fdc.tar.gz |
Update to scanssh 1.5 and portlint
Submitted by: bento
Diffstat (limited to 'security/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 5 | ||||
-rw-r--r-- | security/scanssh/distinfo | 2 | ||||
-rw-r--r-- | security/scanssh/files/patch-aa | 1 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 11 |
4 files changed, 8 insertions, 11 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 9561948..da0f319 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 a03035e..99744b4 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 68c74af..a555650 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 c023b2c..c3a71a9 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@ |