git: e8eeacd485c7 - main - archivers/xpk: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 12:07:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8eeacd485c706058127d6ac13c5dd1286a50aaa commit e8eeacd485c706058127d6ac13c5dd1286a50aaa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-04-07 11:30:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-04-07 11:30:56 +0000 archivers/xpk: Mark DEPRECATED - Upstream last release was in 2002 - Pet portclippy - Set EXPIRATION_DATE 2024-05-07 If someone needs this port feel free to undeprecate and takeover maintainership. --- archivers/xpk/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index d4c8987db267..02f69d4395b9 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,14 +1,17 @@ PORTNAME= xpk PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://vesuri.jormas.com/xpk/ \ http://www.energyhq.es.eu.org/files/ MAINTAINER= bofh@FreeBSD.org -COMMENT= The eXternal PacKer (XPK) library system +COMMENT= eXternal PacKer (XPK) library system WWW= http://www.jormas.com/~vesuri/xpk/ +DEPRECATED= Unmaintained, upstream last release in 2002 +EXPIRATION_DATE=2024-05-07 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING