svn commit: r473643 - in head/sysutils: beadm beadm-devel beadm-devel/files beadm/files

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 30 21:11:22 UTC 2018


Author: bdrewery
Date: Sat Jun 30 21:11:19 2018
New Revision: 473643
URL: https://svnweb.freebsd.org/changeset/ports/473643

Log:
  Update to 1.2.8
  
    - Renaming active BE is now supported via 'zfs rename -u'.
    - All zfs options are now quoted

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

Modified: head/sysutils/beadm-devel/Makefile
==============================================================================
--- head/sysutils/beadm-devel/Makefile	Sat Jun 30 20:39:59 2018	(r473642)
+++ head/sysutils/beadm-devel/Makefile	Sat Jun 30 21:11:19 2018	(r473643)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	beadm
-PORTVERSION=	1.2.99.20180121
+PORTVERSION=	1.2.99.20180630
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
 MASTER_SITES=	GH \
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	vermaden
-GH_TAGNAME=	e55f535b589fb2df4e65e51482e29337b564b756
+GH_TAGNAME=	25fdbf6ef0866dd9d46a32d5879d9e509ecf4025
 
 NO_BUILD=	YES
 

Modified: head/sysutils/beadm-devel/distinfo
==============================================================================
--- head/sysutils/beadm-devel/distinfo	Sat Jun 30 20:39:59 2018	(r473642)
+++ head/sysutils/beadm-devel/distinfo	Sat Jun 30 21:11:19 2018	(r473643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516655444
-SHA256 (vermaden-beadm-1.2.99.20180121-e55f535b589fb2df4e65e51482e29337b564b756_GH0.tar.gz) = 08b658266cbb1ecb1d7b473303474c3189b0545783fdb76f7b664e9129e429a4
-SIZE (vermaden-beadm-1.2.99.20180121-e55f535b589fb2df4e65e51482e29337b564b756_GH0.tar.gz) = 15408
+TIMESTAMP = 1530392208
+SHA256 (vermaden-beadm-1.2.99.20180630-25fdbf6ef0866dd9d46a32d5879d9e509ecf4025_GH0.tar.gz) = 61e0b5fdb36c1a51749b9cd57862cdcefffc98fe6cea0bb1e1e8c4fa4c37a47f
+SIZE (vermaden-beadm-1.2.99.20180630-25fdbf6ef0866dd9d46a32d5879d9e509ecf4025_GH0.tar.gz) = 15387

Added: head/sysutils/beadm-devel/files/patch-beadm.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/beadm-devel/files/patch-beadm.1	Sat Jun 30 21:11:19 2018	(r473643)
@@ -0,0 +1,30 @@
+commit 25a066def7cddd0f9178d07531b1f18703308db0
+Author: Alan Somers <asomers at gmail.com>
+Date:   Wed Sep 6 09:17:00 2017 -0600
+
+    Fix indentation in man page
+
+--- beadm.1.orig	2018-06-13 03:53:03 UTC
++++ beadm.1
+@@ -89,9 +89,11 @@ If the -e param is specified, the new environment will
+ 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
+@@ -151,6 +153,7 @@ will force the unmount if busy.
+ .Pp
+ .It Ic version
+ List the beadm version and exit.
++.El
+ .Sh EXAMPLES
+ .Bl -bullet
+ .It

Modified: head/sysutils/beadm/Makefile
==============================================================================
--- head/sysutils/beadm/Makefile	Sat Jun 30 20:39:59 2018	(r473642)
+++ head/sysutils/beadm/Makefile	Sat Jun 30 21:11:19 2018	(r473643)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	beadm
-PORTVERSION=	1.2.7
-PORTREVISION=	4
+PORTVERSION=	1.2.8
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	GH \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \

Modified: head/sysutils/beadm/distinfo
==============================================================================
--- head/sysutils/beadm/distinfo	Sat Jun 30 20:39:59 2018	(r473642)
+++ head/sysutils/beadm/distinfo	Sat Jun 30 21:11:19 2018	(r473643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499152765
-SHA256 (vermaden-beadm-1.2.7_GH0.tar.gz) = 6982b4d495d954d971470a1b3bcc8bf886e0a412fdf70c034dbaf74f9216f866
-SIZE (vermaden-beadm-1.2.7_GH0.tar.gz) = 14924
+TIMESTAMP = 1530392877
+SHA256 (vermaden-beadm-1.2.8_GH0.tar.gz) = 6fd52954f7d4f55ad80d5838bdbd92992fc54210832ab3f18afd4ffc5542bc28
+SIZE (vermaden-beadm-1.2.8_GH0.tar.gz) = 15385

Modified: head/sysutils/beadm/files/patch-beadm.1
==============================================================================
--- head/sysutils/beadm/files/patch-beadm.1	Sat Jun 30 20:39:59 2018	(r473642)
+++ head/sysutils/beadm/files/patch-beadm.1	Sat Jun 30 21:11:19 2018	(r473643)
@@ -4,9 +4,9 @@ Date:   Wed Sep 6 09:17:00 2017 -0600
 
     Fix indentation in man page
 
---- beadm.1.orig	2017-01-13 23:25:44 UTC
+--- beadm.1.orig	2018-06-13 03:53:03 UTC
 +++ beadm.1
-@@ -87,9 +87,11 @@ If the -e param is specified, the new environment will
+@@ -89,9 +89,11 @@ If the -e param is specified, the new environment will
  Creates a snapshot of the existing boot environment named
  .Ar beName .
  .Pp
@@ -20,3 +20,11 @@ Date:   Wed Sep 6 09:17:00 2017 -0600
  .Pp
  Destroys the given
  .Ar beName
+@@ -151,6 +153,7 @@ will force the unmount if busy.
+ .Pp
+ .It Ic version
+ List the beadm version and exit.
++.El
+ .Sh EXAMPLES
+ .Bl -bullet
+ .It


More information about the svn-ports-all mailing list