head	1.5;
access;
symbols
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.5
date	2005.04.23.22.57.04;	author kris;	state dead;
branches;
next	1.4;

1.4
date	2001.03.10.03.17.11;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2000.11.03.19.49.37;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2000.10.14.23.29.01;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.08.10.04.18;	author kris;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to scanssh 2.1.

Submitted by:	brueffer (previous version)
PR:		ports/77348
@
text
@--- 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@@ -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@@
 LIBS= @@LIBS@@ @@PCAPLIB@@
@


1.4
log
@Update to scanssh 1.5 and portlint

Submitted by:	bento
@
text
@@


1.3
log
@Author rerolled the distfile with a couple of minor code changes. Bump
PORTREVISION.
@
text
@d1 2
a2 2
--- Makefile.in.orig	Sun Oct  8 08:36:26 2000
+++ Makefile.in	Fri Nov  3 10:58:43 2000
d7 2
a8 2
-CFLAGS= @@CFLAGS@@ @@DEFS@@ @@PCAPINC@@ -I$(srcdir)/missing -D_BSD_SOURCE
+CFLAGS= @@CFLAGS@@ @@DEFS@@ @@PCAPINC@@ -I$(srcdir)/missing -D_BSD_SOURCE -DPREFIX=\"@@prefix@@\"
d10 1
a10 2
 
 prefix= @@prefix@@
@


1.2
log
@Upgrade to scanssh 1.3
@
text
@d1 2
a2 2
--- Makefile.in.orig	Thu Sep 28 08:02:38 2000
+++ Makefile.in	Sat Oct 14 16:25:24 2000
d7 2
a8 2
-CFLAGS= @@CFLAGS@@ @@DEFS@@ @@PCAPINC@@ -Imissing -D_BSD_SOURCE
+CFLAGS= @@CFLAGS@@ @@DEFS@@ @@PCAPINC@@ -Imissing -D_BSD_SOURCE -DPREFIX=\"@@prefix@@\"
@


1.1
log
@scanssh 1.2 is a utility which scans a subnet and reports on the
installed versions of SSH it finds.
@
text
@d1 6
a6 4
--- Makefile.in.orig	Thu Sep  7 08:36:00 2000
+++ Makefile.in	Fri Sep  8 02:58:02 2000
@@@@ -1,5 +1,5 @@@@
 # Thanks for Dug Song for configure magic.
d9 3
a11 3
 CC= @@CC@@
 PROG=	scanssh
 BINOWN=	root
@

