git: 0ca956ae01ba - main - archivers/libcomprex: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 09:53:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 commit 0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-04-27 08:49:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-04-27 09:48:15 +0000 archivers/libcomprex: Mark DEPRECATED - Unmaintained upstream as last release was in 2003 - Set EXPIRATION_DATE 2025-05-27 If someone needs this port feel free to undeprecate and takeover maintainership. --- archivers/libcomprex/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index fb580f68e3fe..0e9851df94d2 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcomprex -PORTVERSION= 0.3.3 -PORTREVISION= 14 +DISTVERSION= 0.3.3 +PORTREVISION= 15 CATEGORIES= archivers MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION} @@ -10,11 +10,13 @@ WWW= https://gnupdate.sourceforge.net/components/libcomprex/index.xml LICENSE= LGPL21 +DEPRECATDED= Unmaintained upstream, laste release in 2003 +EXPIRATION_DATE= 2025-05-27 + USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip