View | Details | Raw Unified | Return to bug 202965 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/beadm/Makefile (-3 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/sysutils/beadm/Makefile 381704 2015-03-20 01:42:36Z bdrewery $
1
# $FreeBSD: head/sysutils/beadm/Makefile 381704 2015-03-20 01:42:36Z bdrewery $
2
2
3
PORTNAME=	beadm
3
PORTNAME=	beadm
4
PORTVERSION=	1.1
4
PORTVERSION=	1.2.3
5
PORTREVISION=	1
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
MASTER_SITES=	GH \
6
MASTER_SITES=	GH \
8
		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
7
		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
Lines 15-21 Link Here
15
14
16
USE_GITHUB=	yes
15
USE_GITHUB=	yes
17
GH_ACCOUNT=	vermaden
16
GH_ACCOUNT=	vermaden
18
GH_TAGNAME=	748d2f2
19
17
20
NO_BUILD=	YES
18
NO_BUILD=	YES
21
19
(-)b/sysutils/beadm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (vermaden-beadm-1.1-748d2f2_GH0.tar.gz) = 36d300efcdf48a4ec01364fa7e3de8b532843b9e081938cf0fc734ea6068f140
1
SHA256 (vermaden-beadm-1.2.3_GH0.tar.gz) = 78679860ef43070d936740e248cb318e90ef24fa3de0f40da81429ad8f669aad
2
SIZE (vermaden-beadm-1.1-748d2f2_GH0.tar.gz) = 14631
2
SIZE (vermaden-beadm-1.2.3_GH0.tar.gz) = 14921
(-)a/sysutils/beadm/files/patch-beadm (-11 lines)
Removed Link Here
1
--- ./beadm.orig	2014-03-16 09:10:55.438420312 -0500
2
+++ ./beadm	2014-03-16 09:11:42.100419522 -0500
3
@@ -737,7 +737,7 @@
4
                   continue
5
                   ;;
6
                 (*)
7
-                  MOUNTPOINT="/$( echo "${FS}" | sed s^"${POOL}/${BEDS}/${2}/"g )"
8
+                  MOUNTPOINT="/$( echo "${FS}" | sed s^"${POOL}/${BEDS}/${2}/"^^g )"
9
                   ;;
10
               esac
11
             fi

Return to bug 202965