Index: head/sysutils/beadm/Makefile =================================================================== --- head/sysutils/beadm/Makefile (revision 459372) +++ head/sysutils/beadm/Makefile (revision 459373) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= beadm PORTVERSION= 1.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ LOCAL/bdrewery/${PORTNAME} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Solaris-like utility to manage Boot Environments on ZFS LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= vermaden NO_BUILD= YES CONFLICTS_INSTALL= beadm-devel-* PLIST_FILES= sbin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/man1/ .include Index: head/sysutils/beadm/files/patch-beadm.1 =================================================================== --- head/sysutils/beadm/files/patch-beadm.1 (nonexistent) +++ head/sysutils/beadm/files/patch-beadm.1 (revision 459373) @@ -0,0 +1,24 @@ +commit 25a066def7cddd0f9178d07531b1f18703308db0 +Author: Alan Somers +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 Property changes on: head/sysutils/beadm/files/patch-beadm.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