Index: head/net/macchanger/Makefile =================================================================== --- head/net/macchanger/Makefile (revision 371519) +++ head/net/macchanger/Makefile (revision 371520) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= macchanger PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= clutton@zoho.com COMMENT= GNU MAC Changer LICENSE= GPLv3 USE_GITHUB= true GH_ACCOUNT= alobbs GH_COMMIT= f4f66e1 GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake autoheader AUTOMAKE_ARGS= --add-missing INFO= macchanger PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \ %%DATADIR%%/OUI.list %%DATADIR%%/wireless.list PLIST_DIRS= %%DATADIR%% .include Index: head/net/macchanger/files/patch-doc-macchanger.texi =================================================================== --- head/net/macchanger/files/patch-doc-macchanger.texi (nonexistent) +++ head/net/macchanger/files/patch-doc-macchanger.texi (revision 371520) @@ -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}] Property changes on: head/net/macchanger/files/patch-doc-macchanger.texi ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/macchanger/files/patch-macchanger.1 =================================================================== --- head/net/macchanger/files/patch-macchanger.1 (nonexistent) +++ head/net/macchanger/files/patch-macchanger.1 (revision 371520) @@ -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 Property changes on: head/net/macchanger/files/patch-macchanger.1 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property