git: c5371aacb3f7 - main - security/xinetd: Ignore portscout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 16:38:30 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5371aacb3f7d8ca1fd46fa9386734fc56228721 commit c5371aacb3f7d8ca1fd46fa9386734fc56228721 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-06-02 16:37:27 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-06-02 16:37:27 +0000 security/xinetd: Ignore portscout I don't think a new version of xinetd will be released. While here, simplified version and github knobs using DISTVERSION. No functional changes. --- security/xinetd/Makefile | 8 +++++--- security/xinetd/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index a68de54b5fb9..50232487e0ce 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -1,5 +1,5 @@ PORTNAME= xinetd -PORTVERSION= 2.3.15 +DISTVERSION= 2-3-15 PORTREVISION= 2 CATEGORIES= security @@ -15,8 +15,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cpe shebangfix USE_GITHUB= yes -GH_ACCOUNT= xinetd-org -GH_TAGNAME= xinetd-2-3-15 +GH_ACCOUNT= ${PORTNAME}-org +GH_TAGNAME= ${PORTNAME}-${DISTVERSION} USE_RC_SUBR= xinetd SHEBANG_FILES= ${WRKSRC}/xinetd/xconv.pl @@ -36,6 +36,8 @@ LIBWRAP_CONFIGURE_WITH= libwrap XCONV_USES= perl5 XCONV_USE= PERL5=run +PORTSCOUT= ignore:1 + post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index 4cb935d7b310..91638fe74db7 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679407850 -SHA256 (xinetd-org-xinetd-2.3.15-xinetd-2-3-15_GH0.tar.gz) = 620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c -SIZE (xinetd-org-xinetd-2.3.15-xinetd-2-3-15_GH0.tar.gz) = 300870 +TIMESTAMP = 1685723690 +SHA256 (xinetd-org-xinetd-2-3-15-xinetd-2-3-15_GH0.tar.gz) = 620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c +SIZE (xinetd-org-xinetd-2-3-15-xinetd-2-3-15_GH0.tar.gz) = 300870