Date: Sun, 26 May 2024 07:09:44 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6bb1dec7f23b - main - sysutils/unieject: Deprecate and set expiration date to 2024-07-31 Message-ID: <202405260709.44Q79inb013607@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bb1dec7f23b8f35a088c45750b90e608918b204 commit 6bb1dec7f23b8f35a088c45750b90e608918b204 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-05-25 19:32:43 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-05-26 07:09:15 +0000 sysutils/unieject: Deprecate and set expiration date to 2024-07-31 * Upstream repo deprecated May 17, 2020 * While at it clean up port --- sysutils/unieject/Makefile | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index ee31057004b8..6be2930db053 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -1,31 +1,32 @@ PORTNAME= unieject -PORTVERSION= 6 -PORTREVISION= 8 +DISTVERSION= 6 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Eject(1) replacement -WWW= http://flameeyes.is-a-geek.org/projects #unieject +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 \ - libpcre.so:devel/pcre \ libcdio.so:sysutils/libcdio -USES= gettext gnome iconv libtool pathfix pkgconfig tar:bzip2 +USES= gettext gnome iconv libtool localbase:ldflags \ + pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --disable-doc USE_LDCONFIG= yes -LLD_UNSAFE= yes + +GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --disable-doc post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405260709.44Q79inb013607>