Date: Sun, 4 Aug 2024 12:19:23 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53fa88c17187 - main - sysutils/unieject: Remove expired port Message-ID: <202408041219.474CJNO6035929@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=53fa88c17187f6b61e1f0517931ce74c08c33234 commit 53fa88c17187f6b61e1f0517931ce74c08c33234 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-08-04 12:19:18 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-08-04 12:19:18 +0000 sysutils/unieject: Remove expired port 2024-07-31 sysutils/unieject: Abandonware, upstream repo deprecated May 17, 2020 --- MOVED | 1 + sysutils/Makefile | 1 - sysutils/unieject/Makefile | 41 ------------------------------ sysutils/unieject/distinfo | 2 -- sysutils/unieject/files/patch-lib__eject.c | 20 --------------- sysutils/unieject/pkg-descr | 6 ----- sysutils/unieject/pkg-plist | 18 ------------- 7 files changed, 1 insertion(+), 88 deletions(-) diff --git a/MOVED b/MOVED index 3b2164a87b5b..ed5162c8ddc6 100644 --- a/MOVED +++ b/MOVED @@ -3407,3 +3407,4 @@ graphics/zphoto||2024-08-04|Has expired: Depends on expired graphics/ming math/ploticus-nox11||2024-08-04|Has expired: Depends on expired graphics/ming multimedia/hypnotix||2024-08-04|Has expired: Depends on expired www/py-imdbpy (use www/py-cinemagoer instead) net/bird||2024-08-04|Has expired: Upstream EOL was for the end of 2023 +sysutils/unieject||2024-08-04|Has expired: Abandonware, upstream repo deprecated May 17, 2020 diff --git a/sysutils/Makefile b/sysutils/Makefile index 7a23b8afe2b8..21f04587d469 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1574,7 +1574,6 @@ SUBDIR += uhidd SUBDIR += uif2iso SUBDIR += unetbootin - SUBDIR += unieject SUBDIR += uniutils SUBDIR += unquote SUBDIR += unstow diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile deleted file mode 100644 index 6be2930db053..000000000000 --- a/sysutils/unieject/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -PORTNAME= unieject -DISTVERSION= 6 -PORTREVISION= 9 -CATEGORIES= sysutils -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Eject(1) replacement -WWW= https://github.com/Flameeyes/unieject - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Abandonware, upstream repo deprecated May 17, 2020 -EXPIRATION_DATE=2024-07-31 - -LIB_DEPENDS= libconfuse.so:devel/libconfuse \ - libcdio.so:sysutils/libcdio - -USES= gettext gnome iconv libtool localbase:ldflags \ - pathfix pkgconfig tar:bzip2 -USE_GNOME= glib20 -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -CONFIGURE_ARGS= --disable-doc - -post-patch: - @${REINPLACE_CMD} -e \ - '/-D_POSIX_C_SOURCE/s|^CPPFLAGS|#CPPFLAGS|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - '/^install-data-am:/s|install-dist_docDATA|| ; \ - /^install-data-am:/s|install-dist_htmlDATA||' ${WRKSRC}/Makefile.in - -post-install: - ${INSTALL_DATA} ${WRKSRC}/unieject.conf.sample ${STAGEDIR}${PREFIX}/etc - -.include <bsd.port.mk> diff --git a/sysutils/unieject/distinfo b/sysutils/unieject/distinfo deleted file mode 100644 index b0cf3f130c22..000000000000 --- a/sysutils/unieject/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (unieject-6.tar.bz2) = 1be7017d9132d05186051a6500331ed0330998f3818915e7e84a07e61fecd2ce -SIZE (unieject-6.tar.bz2) = 370802 diff --git a/sysutils/unieject/files/patch-lib__eject.c b/sysutils/unieject/files/patch-lib__eject.c deleted file mode 100644 index 23f9b943ee8f..000000000000 --- a/sysutils/unieject/files/patch-lib__eject.c +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/eject.c.orig 2009-06-27 21:37:27.000000000 +0900 -+++ lib/eject.c 2012-09-11 05:14:03.000000000 +0900 -@@ -110,7 +110,7 @@ - sts = cdio_close_tray(opts->device, NULL); - } - } else -- sts = mmc_start_stop_media((CdIo_t*)opts->cdio, opts->eject, 0, 0); -+ sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0); - #elif defined(__APPLE__) - driver_return_code_t sts; - if ( opts->eject ) -@@ -121,7 +121,7 @@ - sts = cdio_close_tray(opts->device, NULL); - } - #else -- driver_return_code_t sts = mmc_start_stop_media((CdIo_t*)opts->cdio, opts->eject, 0, 0); -+ driver_return_code_t sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0); - #endif - - return unieject_status(sts); diff --git a/sysutils/unieject/pkg-descr b/sysutils/unieject/pkg-descr deleted file mode 100644 index 204cd605d0ba..000000000000 --- a/sysutils/unieject/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Unieject is a drop-in replacement for usual eject command, which works -on Linux and FreeBSD. It has more functionalities than FreeBSD's eject -command, and it's partially compatible with Linux's one. - -It also features a library to access functions to lookup devices and -mountpoints, unmount and eject devices. diff --git a/sysutils/unieject/pkg-plist b/sysutils/unieject/pkg-plist deleted file mode 100644 index 43ab845462e4..000000000000 --- a/sysutils/unieject/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/loadcd -bin/unieject -etc/unieject.conf.sample -include/unieject/unieject.h -lib/libunieject.a -lib/libunieject.so -lib/libunieject.so.5 -lib/libunieject.so.5.0.0 -libdata/pkgconfig/libunieject.pc -share/man/man1/unieject.1.gz -share/man/man5/unieject.conf.5.gz -share/locale/de/LC_MESSAGES/unieject.mo -share/locale/es_AR/LC_MESSAGES/unieject.mo -share/locale/es_ES/LC_MESSAGES/unieject.mo -share/locale/it/LC_MESSAGES/unieject.mo -share/locale/nl/LC_MESSAGES/unieject.mo -share/locale/pt/LC_MESSAGES/unieject.mo -share/locale/pt_BR/LC_MESSAGES/unieject.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041219.474CJNO6035929>