Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2014 18:20:07 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371520 - in head/net/macchanger: . files
Message-ID:  <201410261820.s9QIK7wx039528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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.
+ 
+-@item -p
+-@cindex @code{-p}
+-@itemx --permanent
+-@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410261820.s9QIK7wx039528>