Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2023 16:38:30 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c5371aacb3f7 - main - security/xinetd: Ignore portscout
Message-ID:  <202306021638.352GcUl1092739@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306021638.352GcUl1092739>