1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/beadm-devel: Remove expired port

2024-08-15 sysutils/beadm-devel: Outdated development port. Use sysutils/beadm instead.
This commit is contained in:
Rene Ladan 2024-08-17 23:16:25 +02:00
parent 03f87e71de
commit f967c30ff6
6 changed files with 1 additions and 73 deletions

1
MOVED
View File

@ -3436,3 +3436,4 @@ net/mtr-nox11|net/mtr@nox11|2024-08-15|Remove obsoleted port. Use net/mtr@nox11
databases/py-redis4|databases/py-redis|2024-08-15|Remove obsoleted port. Use databases/py-redis instead
www/py-httpx-cache|devel/py-hishel|2024-08-15|Remove obsoleted port. Use devel/py-hishel instead
devel/p5-Test2-Suite|devel/p5-Test-Simple|2024-08-15|Remove obsoleted port. Use devel/p5-Test-Simple instead
sysutils/beadm-devel|sysutils/beadm|2024-08-17|Has expired: Outdated development port. Use sysutils/beadm instead

View File

@ -130,7 +130,6 @@
SUBDIR += battray
SUBDIR += bchunk
SUBDIR += beadm
SUBDIR += beadm-devel
SUBDIR += beats7
SUBDIR += beats8
SUBDIR += bfs

View File

@ -1,37 +0,0 @@
PORTNAME= beadm
PORTVERSION= 1.2.99.20180708
PORTREVISION= 3
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
MASTER_SITES= \
LOCAL/bdrewery/${PORTNAME} \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
GH
MAINTAINER= vermaden@interia.pl
COMMENT= Solaris-like utility to manage Boot Environments on ZFS
WWW= https://github.com/vermaden/beadm/
LICENSE= BSD2CLAUSE
DEPRECATED= Outdated development port. Use sysutils/beadm instead.
EXPIRATION_DATE=2024-08-15
USE_GITHUB= yes
GH_ACCOUNT= vermaden
GH_TAGNAME= 2665f52786a12aadbe8984731b8a64d1249692f4
NO_BUILD= YES
CONFLICTS_INSTALL= beadm
PLIST_FILES= sbin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1531090778
SHA256 (vermaden-beadm-1.2.99.20180708-2665f52786a12aadbe8984731b8a64d1249692f4_GH0.tar.gz) = e1ddfcb35b4a96d115f89837da59ba51528c493201f70b96c536cac5d1674397
SIZE (vermaden-beadm-1.2.99.20180708-2665f52786a12aadbe8984731b8a64d1249692f4_GH0.tar.gz) = 15391

View File

@ -1,30 +0,0 @@
commit 25a066def7cddd0f9178d07531b1f18703308db0
Author: Alan Somers <asomers@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@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

View File

@ -1,2 +0,0 @@
beadm is an Illumos/Solaris-like utility for FreeBSD to manage
Boot Environments on ZFS filesystems.