Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 20:22:01 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459373 - in head/sysutils/beadm: . files
Message-ID:  <201801182022.w0IKM1t5079249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jan 18 20:22:01 2018
New Revision: 459373
URL: https://svnweb.freebsd.org/changeset/ports/459373

Log:
  Bring in upstream fix 25a066def7cddd0f for manpage indentation

Added:
  head/sysutils/beadm/files/patch-beadm.1   (contents, props changed)
Modified:
  head/sysutils/beadm/Makefile

Modified: head/sysutils/beadm/Makefile
==============================================================================
--- head/sysutils/beadm/Makefile	Thu Jan 18 20:21:42 2018	(r459372)
+++ head/sysutils/beadm/Makefile	Thu Jan 18 20:22:01 2018	(r459373)
@@ -2,7 +2,7 @@
 
 PORTNAME=	beadm
 PORTVERSION=	1.2.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	GH \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \

Added: head/sysutils/beadm/files/patch-beadm.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/beadm/files/patch-beadm.1	Thu Jan 18 20:22:01 2018	(r459373)
@@ -0,0 +1,24 @@
+commit 25a066def7cddd0f9178d07531b1f18703308db0
+Author: Alan Somers <asomers@gmail.com>
+Date:   Wed Sep 6 09:17:00 2017 -0600
+
+    Fix indentation in man page
+
+diff --git beadm.1 beadm.1
+index a5ac900..ff97c93 100644
+--- beadm.1
++++ beadm.1
+@@ -87,9 +87,11 @@ If the -e param is specified, the new environment will be cloned from the given
+ Creates a snapshot of the existing boot environment named
+ .Ar beName .
+ .Pp
+-.It
+-.Ic destroy Op Fl F
++.It Xo
++.Ic destroy
++.Op Fl F
+ .Ao Ar beName | beName@snapshot Ac
++.Xc
+ .Pp
+ Destroys the given
+ .Ar beName



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