diff options
author | kris <kris@FreeBSD.org> | 2000-11-04 03:49:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-04 03:49:37 +0800 |
commit | f44046bdf11222baa738ef8206fb82ce738028ea (patch) | |
tree | 64ce3ca11645dbfb2c22217149de0d7e040e6ed2 /security | |
parent | daf41167ede50f7808050f312480c0bc01d10000 (diff) | |
download | freebsd-ports-gnome-f44046bdf11222baa738ef8206fb82ce738028ea.tar.gz freebsd-ports-gnome-f44046bdf11222baa738ef8206fb82ce738028ea.tar.zst freebsd-ports-gnome-f44046bdf11222baa738ef8206fb82ce738028ea.zip |
Author rerolled the distfile with a couple of minor code changes. Bump
PORTREVISION.
Diffstat (limited to 'security')
-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@ |