- Update to 0.7.1 - Fixes incorrect mountpoint creation in 'beadm mount' - Add checks to ensure 'beadm mount' mountpoints can be created - Add check to ensure 'beadm activate' BE is not already mounted from 'beadm mount' Passing redports log: http://redports.org/~bdrewery/20120727140527-4361-39818/beadm-0.7.1.log
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Sat Jul 28 05:11:27 2012 New Revision: 301633 URL: http://svn.freebsd.org/changeset/ports/301633 Log: - update to 0.7.1 - update download mirror Changelog: - Fixes incorrect mountpoint creation in 'beadm mount' - Add checks to ensure 'beadm mount' mountpoints can be created - Add check to ensure 'beadm activate' BE is not already mounted from 'beadm mount' PR: 170214 Submitted by: Bryan Drewery <bryan at shatow dot net> (maintainer) Modified: head/sysutils/beadm/Makefile head/sysutils/beadm/distinfo Modified: head/sysutils/beadm/Makefile ============================================================================== --- head/sysutils/beadm/Makefile Sat Jul 28 04:55:03 2012 (r301632) +++ head/sysutils/beadm/Makefile Sat Jul 28 05:11:27 2012 (r301633) @@ -6,10 +6,10 @@ # PORTNAME= beadm -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= sysutils MASTER_SITES= SF/beadm/dist/ \ - http://www.shatow.net/freebsd/ + http://mirror.shatow.net/freebsd/${PORTNAME}/ MAINTAINER= bryan@shatow.net COMMENT= Solaris-like utility to manage Boot Environments on ZFS Modified: head/sysutils/beadm/distinfo ============================================================================== --- head/sysutils/beadm/distinfo Sat Jul 28 04:55:03 2012 (r301632) +++ head/sysutils/beadm/distinfo Sat Jul 28 05:11:27 2012 (r301633) @@ -1,2 +1,2 @@ -SHA256 (beadm-0.7.tar.bz2) = f05db6f64df181c6d1cb0cf26ffee42918f6edfb9f622e488078c525eec38c33 -SIZE (beadm-0.7.tar.bz2) = 11253 +SHA256 (beadm-0.7.1.tar.bz2) = da0874b9f4d28845dc432ae3b5a07d5d15423e07a0b65567401bbfde565a85bd +SIZE (beadm-0.7.1.tar.bz2) = 11389 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you!