summaryrefslogtreecommitdiff
path: root/arpwatch
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-24 10:47:23 +0000
committerTim Biermann <tbier@posteo.de>2021-02-24 10:47:23 +0000
commit8961d930a5a92434bb043494f57995e2dcd1fe51 (patch)
tree3e6877fc6d5f07e9c6a04b3b5fb252de09e3100c /arpwatch
parent4ebad0a71dd6ba38f1c25ceb3e66894982e98538 (diff)
downloadcontrib-8961d930a5a92434bb043494f57995e2dcd1fe51.tar.gz
contrib-8961d930a5a92434bb043494f57995e2dcd1fe51.tar.xz
arpwatch: adopted port
Diffstat (limited to 'arpwatch')
-rw-r--r--arpwatch/.signature4
-rw-r--r--arpwatch/Pkgfile9
2 files changed, 5 insertions, 8 deletions
diff --git a/arpwatch/.signature b/arpwatch/.signature
index dfdceceba..20720e642 100644
--- a/arpwatch/.signature
+++ b/arpwatch/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3x6uYE+tYM190+svkxo4hN2I6QIwYDNWfhu0few56TVhHpka6K7OUE2FDmw2LD1IdzV5Sh8LeO/ihQM+eExm2wc=
-SHA256 (Pkgfile) = 10f0898821619de52f97b223022388baea77664a9ff4a8a125d00c1c6b1e171b
+RWSagIOpLGJF36ecwYDgr7UcFlx4vXBdgBU0CPRJEdueW0qq2D+/JwuMMpghz9d9kcnSALAXATtFa42PcYcaQLYlfFEUuu31Qgo=
+SHA256 (Pkgfile) = 947b77eeaa86055befaa57fdc684bcf3f16544dbdcce024ad995723c8601c9c3
SHA256 (.footprint) = ad0ee37d616ac6cdc37c8781ffd29e63d63268372e6130eca5b9bb107b79d1b7
SHA256 (arpwatch-3.1.tar.gz) = ee1d15d9a07952c0c017908b9dbfd5ac988fed0058c3cc4fa6c13e0be36f3a9f
diff --git a/arpwatch/Pkgfile b/arpwatch/Pkgfile
index 3d4a91532..09c30958c 100644
--- a/arpwatch/Pkgfile
+++ b/arpwatch/Pkgfile
@@ -1,8 +1,7 @@
# Description: Monitors MAC Adresses on your network.
-# URL: https://ee.lbl.gov/
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Packager: James Mills, prologic at shortcircuit dot net dot au
-# Depends on: libpcap
+# URL: https://ee.lbl.gov/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libpcap
name=arpwatch
version=3.1
@@ -22,8 +21,6 @@ build() {
install -d $PKG/usr/{bin,share/man/man8,sbin,etc/rc.d}
- # prepend DESTDIR to some paths
- #sed -i '123,126{s/\$(/$(DESTDIR)$(/2}' Makefile
make SENDMAIL=/usr/bin/sendmail
make DESTDIR=$PKG install
rm -r $PKG/usr/etc

Generated by cgit