svn commit: r459373 - in head/sysutils/beadm: . files

Bryan Drewery bdrewery at FreeBSD.org
Thu Jan 18 20:22:03 UTC 2018


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 at 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 at snapshot Ac
++.Xc
+ .Pp
+ Destroys the given
+ .Ar beName


More information about the svn-ports-all mailing list