Date: Tue, 16 Apr 2024 16:24:02 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6b16593f6adc - main - ftp/yafc: Mark DEPRECATED Message-ID: <202404161624.43GGO2Xa046141@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b16593f6adc50975c88f4f05b070a8e1fcba77d commit 6b16593f6adc50975c88f4f05b070a8e1fcba77d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-04-15 22:22:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-04-16 16:23:54 +0000 ftp/yafc: Mark DEPRECATED - Unmaintained, last upstream release was in 2016 - Do not see an exact reason for another ftp client in the tree - Set EXPIRATION_DATE 2024-05-17 If someone needs this port feel free to undeprecate and takeover maintainership. --- ftp/yafc/Makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index cc000b2b2e5f..80fa6fd97596 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -1,7 +1,7 @@ PORTNAME= yafc DISTVERSIONPREFIX= v DISTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MAINTAINER= bofh@FreeBSD.org @@ -11,6 +11,9 @@ WWW= https://github.com/sebastinas/yafc LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained, last release in 2016 +EXPIRATION_DATE=2024-05-17 + BUILD_DEPENDS= glib>0:devel/glib20 USES= autoreconf gmake localbase pkgconfig ssl tar:xz @@ -18,7 +21,6 @@ USE_GITHUB= yes GH_ACCOUNT= sebastinas GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-krb5=no \ --with-openssl=${OPENSSLBASE} \ --with-socks5=no \ @@ -32,8 +34,8 @@ PORTEXAMPLES= inputrc yafcrc OPTIONS_DEFINE= BASH EXAMPLES INFO NLS READLINE SSH OPTIONS_DEFAULT= BASH INFO SSH -BASH_CONFIGURE_OFF= --with-bash-completion=no BASH_CONFIGURE_ON= --with-bash-completion=yes +BASH_CONFIGURE_OFF= --with-bash-completion=no BASH_PLIST_FILES= etc/bash_completion.d/yafc INFO_USES= makeinfo INFO_INFO= yafc @@ -49,17 +51,17 @@ READLINE_CONFIGURE_WITH= readline SSH_LIB_DEPENDS= libssh.so:security/libssh SSH_CONFIGURE_OFF= --without-ssh -pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/glib-gettextize -f -c) - post-patch-INFO-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.am -post-install-INFO-off: - ${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${STAGEDIR}${PREFIX}/share/man/man1/ +pre-configure: + @(cd ${WRKSRC} && ${LOCALBASE}/bin/glib-gettextize -f -c) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} +post-install-INFO-off: + ${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404161624.43GGO2Xa046141>