diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-03 19:49:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-03 19:49:37 +0000 |
commit | 9b70909a16bb844fb854c91655f3093f833b65b1 (patch) | |
tree | f8310f7b937afadf440d8871a51148f9604f9a10 /security/scanssh | |
parent | 463e74352a43b245680c7a5b8beb668fcebd1136 (diff) | |
download | ports-9b70909a16bb844fb854c91655f3093f833b65b1.tar.gz ports-9b70909a16bb844fb854c91655f3093f833b65b1.zip |
Notes
Diffstat (limited to 'security/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 1 | ||||
-rw-r--r-- | security/scanssh/distinfo | 2 | ||||
-rw-r--r-- | security/scanssh/files/patch-ab | 8 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index f17bfa7d48b7..9561948a6cdf 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= scanssh PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ DISTNAME= scanssh diff --git a/security/scanssh/distinfo b/security/scanssh/distinfo index 99b82add297b..a03035ea6f5c 100644 --- a/security/scanssh/distinfo +++ b/security/scanssh/distinfo @@ -1 +1 @@ -MD5 (scanssh.tar.gz) = 68f8aea9e9dfe0fd10d6391cad88251f +MD5 (scanssh.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914 diff --git a/security/scanssh/files/patch-ab b/security/scanssh/files/patch-ab index 864d959aca20..c023b2cb32db 100644 --- a/security/scanssh/files/patch-ab +++ b/security/scanssh/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Thu Sep 28 08:02:38 2000 -+++ Makefile.in Sat Oct 14 16:25:24 2000 +--- Makefile.in.orig Sun Oct 8 08:36:26 2000 ++++ Makefile.in Fri Nov 3 10:58:43 2000 @@ -6,7 +6,7 @@ VPATH= @srcdir@ CC= @CC@ --CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -+CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" +-CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE ++CFLAGS= @CFLAGS@ @DEFS@ @PCAPINC@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@prefix@\" LDFLAGS= @LDFLAGS@ prefix= @prefix@ |