summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch-devel
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-08-21 18:09:19 +0000
committerBrian Somers <brian@FreeBSD.org>1998-08-21 18:09:19 +0000
commit3ed18311fdb651e660b5012d5a9eb93adcae3a64 (patch)
tree18b389250c26e00592cee1f134ef05e486282196 /net-mgmt/arpwatch-devel
parentAdd perl5 category and properly compress perl man pages. (diff)
Version 2.0.2 -> 2.1a4
Notes
Notes: svn path=/head/; revision=12704
Diffstat (limited to 'net-mgmt/arpwatch-devel')
-rw-r--r--net-mgmt/arpwatch-devel/Makefile9
-rw-r--r--net-mgmt/arpwatch-devel/distinfo2
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-aa30
-rw-r--r--net-mgmt/arpwatch-devel/files/patch-ab8
4 files changed, 20 insertions, 29 deletions
diff --git a/net-mgmt/arpwatch-devel/Makefile b/net-mgmt/arpwatch-devel/Makefile
index eba00932e012..868ee6bd6b52 100644
--- a/net-mgmt/arpwatch-devel/Makefile
+++ b/net-mgmt/arpwatch-devel/Makefile
@@ -1,22 +1,21 @@
# New ports collection makefile for: arpwatch
# Version required: 2.0.2a1
# Date created: March 24 1997
-# Whom: Brian Somers <brian@awfulhak.org>
+# Whom: Brian Somers <brian@Awfulhak.org>
#
-# $Id: Makefile,v 1.7 1997/08/01 05:34:03 obrien Exp $
+# $Id: Makefile,v 1.8 1998/07/02 10:45:35 vanilla Exp $
#
-DISTNAME= arpwatch-2.0.2
+DISTNAME= arpwatch-2.1a4
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= brian@awfulhak.org
+MAINTAINER= brian@Awfulhak.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
-MAKE_FLAGS= CCOPT="${CFLAGS} -DPATH_SENDMAIL=\\\"/usr/sbin/sendmail\\\""
INSTALL_TARGET= install install-man
MAN8= arpwatch.8 arpsnmp.8
diff --git a/net-mgmt/arpwatch-devel/distinfo b/net-mgmt/arpwatch-devel/distinfo
index c186a051cca0..a926dde8c25c 100644
--- a/net-mgmt/arpwatch-devel/distinfo
+++ b/net-mgmt/arpwatch-devel/distinfo
@@ -1 +1 @@
-MD5 (arpwatch-2.0.2.tar.Z) = 8d58b252a098d4dbebc380d652fefa0b
+MD5 (arpwatch-2.1a4.tar.Z) = 7f5ed680480e6b0b1bbf27a5634b0bd4
diff --git a/net-mgmt/arpwatch-devel/files/patch-aa b/net-mgmt/arpwatch-devel/files/patch-aa
index 354bd448d8c3..c3d51dd3fa46 100644
--- a/net-mgmt/arpwatch-devel/files/patch-aa
+++ b/net-mgmt/arpwatch-devel/files/patch-aa
@@ -1,19 +1,11 @@
-*** arp2ethers.orig Tue Mar 29 11:44:52 1994
---- arp2ethers Tue Jul 1 02:34:40 1997
-***************
-*** 14,20 ****
- #
-
- sort +2rn arp.dat | \
-! awk -e 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
---- 14,20 ----
- #
-
- sort +2rn arp.dat | \
-! awk 'NF == 4 { print }' | \
- awk -f p.awk | \
- egrep -v '\.[0-9][0-9]*$' | \
- sed -e 's/ .* / /' | \
+--- arp2ethers.orig Tue Mar 29 11:44:52 1994
++++ arp2ethers Fri Aug 21 10:56:26 1998
+@@ -14,7 +14,7 @@
+ #
+
+ sort +2rn arp.dat | \
+- awk -e 'NF == 4 { print }' | \
++ awk 'NF == 4 { print }' | \
+ awk -f p.awk | \
+ egrep -v '\.[0-9][0-9]*$' | \
+ sed -e 's/ .* / /' | \
diff --git a/net-mgmt/arpwatch-devel/files/patch-ab b/net-mgmt/arpwatch-devel/files/patch-ab
index 11a6bd73b2a2..76cbc814dfaf 100644
--- a/net-mgmt/arpwatch-devel/files/patch-ab
+++ b/net-mgmt/arpwatch-devel/files/patch-ab
@@ -1,11 +1,11 @@
---- Makefile.in.orig Fri Apr 25 11:02:01 1997
-+++ Makefile.in Wed Jul 1 17:47:52 1998
+--- Makefile.in.orig Wed Jul 29 06:16:45 1998
++++ Makefile.in Fri Aug 21 10:57:51 1998
@@ -44,7 +44,7 @@
CC = @CC@
CCOPT = @V_CCOPT@
INCLS = -I. @V_INCLS@
--DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\"
-+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\"
+-DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
++DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\"
# Standard CFLAGS
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)