svn commit: r349243 - in head/net-mgmt/choparp: . files
Renato Botelho
garga at FreeBSD.org
Wed Mar 26 12:08:11 UTC 2014
Author: garga
Date: Wed Mar 26 12:08:10 2014
New Revision: 349243
URL: http://svnweb.freebsd.org/changeset/ports/349243
QAT: https://qat.redports.org/buildarchive/r349243/
Log:
. Support STAGE
. Add LICENSE
. Fix patch filename
Added:
head/net-mgmt/choparp/files/patch-Makefile (contents, props changed)
Deleted:
head/net-mgmt/choparp/files/patch-ab
Modified:
head/net-mgmt/choparp/Makefile
Modified: head/net-mgmt/choparp/Makefile
==============================================================================
--- head/net-mgmt/choparp/Makefile Wed Mar 26 11:50:21 2014 (r349242)
+++ head/net-mgmt/choparp/Makefile Wed Mar 26 12:08:10 2014 (r349243)
@@ -10,11 +10,10 @@ MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple proxy arp daemon
+LICENSE= BSD3CLAUSE
+
USE_RC_SUBR= choparp
-MANCOMPRESSED= yes
-MAN8= choparp.8
-PLIST_FILES= sbin/choparp
+PLIST_FILES= sbin/choparp man/man8/choparp.8.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/net-mgmt/choparp/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/choparp/files/patch-Makefile Wed Mar 26 12:08:10 2014 (r349243)
@@ -0,0 +1,14 @@
+--- /dev/null Tue Oct 7 23:33:35 1997
++++ Makefile Tue Oct 7 23:42:51 1997
+@@ -0,0 +1,11 @@
++PROG= choparp
++MAN8= choparp.8
++
++BINOWN!= /usr/bin/id -n -u
++BINGRP!= /usr/bin/id -n -g
++MANOWN= ${BINOWN}
++MANGRP= ${BINGRP}
++BINDIR= ${PREFIX}/sbin
++MANDIR= ${PREFIX}/man/man
++
++.include <bsd.prog.mk>
More information about the svn-ports-head
mailing list