svn commit: r333622 - head/net-mgmt/arpwatch
Antoine Brodin
antoine at FreeBSD.org
Tue Nov 12 21:29:05 UTC 2013
Author: antoine
Date: Tue Nov 12 21:29:04 2013
New Revision: 333622
URL: http://svnweb.freebsd.org/changeset/ports/333622
Log:
- Finish stage support
- Add LICENSE
Modified:
head/net-mgmt/arpwatch/Makefile
head/net-mgmt/arpwatch/pkg-plist
Modified: head/net-mgmt/arpwatch/Makefile
==============================================================================
--- head/net-mgmt/arpwatch/Makefile Tue Nov 12 20:58:24 2013 (r333621)
+++ head/net-mgmt/arpwatch/Makefile Tue Nov 12 21:29:04 2013 (r333622)
@@ -3,7 +3,7 @@
PORTNAME= arpwatch
PORTVERSION= 2.1.a15
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
${MASTER_SITE_GENTOO}
@@ -13,12 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.
MAINTAINER= ports at FreeBSD.org
COMMENT= Monitor arp & rarp requests
+LICENSE= BSD
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --quiet
MAKE_ENV+= BINOWN="${BINOWN}" BINGRP="${BINGRP}"
INSTALL_TARGET= install install-man
-MAN8= arpwatch.8 arpsnmp.8
SUB_FILES= pkg-message
USE_RC_SUBR= arpwatch
@@ -41,6 +41,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${STAGEDIR}${PREFIX}/arpwatch
${INSTALL_SCRIPT} ${WRKSRC}/massagevendor ${STAGEDIR}${PREFIX}/arpwatch
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
Modified: head/net-mgmt/arpwatch/pkg-plist
==============================================================================
--- head/net-mgmt/arpwatch/pkg-plist Tue Nov 12 20:58:24 2013 (r333621)
+++ head/net-mgmt/arpwatch/pkg-plist Tue Nov 12 21:29:04 2013 (r333622)
@@ -6,6 +6,8 @@ arpwatch/ethercodes.dat
arpwatch/euppertolower.awk
arpwatch/massagevendor
arpwatch/p.awk
+man/man8/arpsnmp.8.gz
+man/man8/arpwatch.8.gz
sbin/arpsnmp
sbin/arpwatch
@unexec test -f %D/arpwatch/arp.dat && test -s %D/arpwatch/arp.dat || rm -f %D/arpwatch/arp.dat
More information about the svn-ports-all
mailing list