svn commit: r371520 - in head/net/macchanger: . files
Kurt Jaeger
pi at FreeBSD.org
Sun Oct 26 18:20:08 UTC 2014
Author: pi
Date: Sun Oct 26 18:20:06 2014
New Revision: 371520
URL: https://svnweb.freebsd.org/changeset/ports/371520
QAT: https://qat.redports.org/buildarchive/r371520/
Log:
net/macchanger: fix man page, info file to reflect change to program
PR: 187363
Submitted by: clutton at zoho.com (maintainer)
Added:
head/net/macchanger/files/patch-doc-macchanger.texi (contents, props changed)
head/net/macchanger/files/patch-macchanger.1 (contents, props changed)
Modified:
head/net/macchanger/Makefile
Modified: head/net/macchanger/Makefile
==============================================================================
--- head/net/macchanger/Makefile Sun Oct 26 18:17:17 2014 (r371519)
+++ head/net/macchanger/Makefile Sun Oct 26 18:20:06 2014 (r371520)
@@ -2,6 +2,7 @@
PORTNAME= macchanger
PORTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= clutton at zoho.com
Added: head/net/macchanger/files/patch-doc-macchanger.texi
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/macchanger/files/patch-doc-macchanger.texi Sun Oct 26 18:20:06 2014 (r371520)
@@ -0,0 +1,15 @@
+--- doc/macchanger.texi 2014-01-01 19:10:25.000000000 +0200
++++ doc/macchanger.texi 2014-10-26 02:00:01.000000000 +0300
+@@ -138,12 +138,6 @@
+ @cindex @code{--random}
+ Set fully random MAC address: Any kind and any vendor.
+
+- at item -p
+- at cindex @code{-p}
+- at itemx --permanent
+- at cindex @code{--permanent}
+-Reset MAC address to its original, permanent hardware value.
+-
+ @item -l
+ @cindex @code{-l}
+ @itemx --list[=@var{keyword}]
Added: head/net/macchanger/files/patch-macchanger.1
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/macchanger/files/patch-macchanger.1 Sun Oct 26 18:20:06 2014 (r371520)
@@ -0,0 +1,12 @@
+--- macchanger.1 2014-01-01 19:10:25.000000000 +0200
++++ macchanger.1 2014-10-26 02:37:30.000000000 +0300
+@@ -60,9 +60,6 @@
+ .B \-r, \-\-random
+ Set fully random MAC.
+ .TP
+-.B \-p, \-\-permanent
+-Reset MAC address to its original, permanent hardware value.
+-.TP
+ .B \-l, \-\-list[=keyword]
+ Print known vendors (with keyword in the vendor's description string).
+ .TP
More information about the svn-ports-all
mailing list