aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-04-04 19:20:55 +0000
committerRene Ladan <rene@FreeBSD.org>2025-04-04 19:20:55 +0000
commitc0403ae7aa621d1d22b27a7ef7f5b9a1ed7b16de (patch)
treeb7ee7913c3b5fa686ae8e44f60993807625896f8
parentc47060e2cac05f5a50686c16f7cab9281ba92ee5 (diff)
sysutils/mcweject: Remove expired port
2025-04-03 sysutils/mcweject: Unmaintained, redundant to "cdcontrol eject"
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/mcweject/Makefile27
-rw-r--r--sysutils/mcweject/distinfo2
-rw-r--r--sysutils/mcweject/files/pkg-message.in10
-rw-r--r--sysutils/mcweject/pkg-descr1
-rw-r--r--sysutils/mcweject/pkg-plist3
7 files changed, 1 insertions, 44 deletions
diff --git a/MOVED b/MOVED
index 41b0651ec5b1..0a6cd4cd955e 100644
--- a/MOVED
+++ b/MOVED
@@ -4303,3 +4303,4 @@ ports-mgmt/packagekit-qt@qt6|ports-mgmt/packagekit-qt|2025-04-03|Unflavorize; on
devel/rubygem-makara61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
security/rubygem-pundit61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
math/matlab-installer||2025-04-04|Has expired: Unmaintained, does not support recent Matlab
+sysutils/mcweject||2025-04-04|Has expired: Unmaintained, redundant to "cdcontrol eject"
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 567dcd47b9db..26edce481016 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -693,7 +693,6 @@
SUBDIR += mcelog
SUBDIR += mcfly
SUBDIR += mcron
- SUBDIR += mcweject
SUBDIR += mdcat
SUBDIR += mdf2iso
SUBDIR += megacli
diff --git a/sysutils/mcweject/Makefile b/sysutils/mcweject/Makefile
deleted file mode 100644
index ec55817fa954..000000000000
--- a/sysutils/mcweject/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= mcweject
-DISTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://acadix.biz/Ports/distfiles/
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= Removable media eject
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Unmaintained, redundant to "cdcontrol eject"
-EXPIRATION_DATE=2025-04-03
-
-SUB_FILES= pkg-message
-
-CONFLICTS= eject
-
-USES= tar:xz
-
-do-install:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/eject.allow ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/eject ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/eject.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-.include <bsd.port.mk>
diff --git a/sysutils/mcweject/distinfo b/sysutils/mcweject/distinfo
deleted file mode 100644
index 0ecfbd370622..000000000000
--- a/sysutils/mcweject/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mcweject-1.1.tar.xz) = a42f537c49a47d8044cb918912c921221e0cfe311962ac1364a2de353a83b5cc
-SIZE (mcweject-1.1.tar.xz) = 5728
diff --git a/sysutils/mcweject/files/pkg-message.in b/sysutils/mcweject/files/pkg-message.in
deleted file mode 100644
index f77f6e740400..000000000000
--- a/sysutils/mcweject/files/pkg-message.in
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{ type: install
- message: <<EOM
-The file eject.allow has been installed in %%PREFIX%%/share/examples/.
-
-Copy this file to %%PREFIX%%/etc/eject.allow, and edit to reflect
-the devices you wish to be ejectable.
-EOM
-}
-]
diff --git a/sysutils/mcweject/pkg-descr b/sysutils/mcweject/pkg-descr
deleted file mode 100644
index e2b8e2d1cb60..000000000000
--- a/sysutils/mcweject/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Command line utility for ejecting removable media.
diff --git a/sysutils/mcweject/pkg-plist b/sysutils/mcweject/pkg-plist
deleted file mode 100644
index 78e54edff7be..000000000000
--- a/sysutils/mcweject/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-share/man/man1/eject.1.gz
-@(,,4511) sbin/eject
-%%EXAMPLESDIR%%/eject.allow