Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2022 20:25:38 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce183ffe23f8 - main - Limit portscout in a few ports
Message-ID:  <202206092025.259KPcok009452@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce183ffe23f8dbb26a429952fee4de8b898936fd

commit ce183ffe23f8dbb26a429952fee4de8b898936fd
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2022-05-04 17:54:08 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2022-06-09 20:22:32 +0000

    Limit portscout in a few ports
    
    devel/autoconf2.*: fix PORTSCOUT variable.
    
    print/hplip-plugin: portscout cannot find new versions and the version
    is always the same as print/hplip.
    
    security/mbedtls: limit portscout to stable versions.
    (also switch to new github account)
---
 devel/autoconf2.13/Makefile | 2 +-
 devel/autoconf2.69/Makefile | 2 +-
 print/hplip-plugin/Makefile | 2 ++
 security/mbedtls/Makefile   | 4 +++-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/devel/autoconf2.13/Makefile b/devel/autoconf2.13/Makefile
index 8d42bb10400c..74f145be1801 100644
--- a/devel/autoconf2.13/Makefile
+++ b/devel/autoconf2.13/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV=	AWK=${AWK} \
 STRIP=
 DATADIR=	${PREFIX}/share/autoconf${VERSION}
 NO_ARCH=	yes
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 WRKSRC=		${WRKDIR}/autoconf
 
diff --git a/devel/autoconf2.69/Makefile b/devel/autoconf2.69/Makefile
index 308419ef0b64..c8ac8472611f 100644
--- a/devel/autoconf2.69/Makefile
+++ b/devel/autoconf2.69/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ENV=	AWK=${AWK} \
 
 DATADIR=	${PREFIX}/share/autoconf${VERSION}
 NO_ARCH=	yes
-PORTSCOUT=	ignore
+PORTSCOUT=	ignore:1
 
 PLIST_SUB=	VERSION=${VERSION}
 
diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile
index be7153118999..637e70284485 100644
--- a/print/hplip-plugin/Makefile
+++ b/print/hplip-plugin/Makefile
@@ -20,6 +20,8 @@ ONLY_FOR_ARCHS=	amd64 i386 # arm
 
 RUN_DEPENDS=	hp-plugin:print/hplip
 
+PORTSCOUT=	ignore:1
+
 PLUGINS=	fax/plugins/fax_marvell \
 		prnt/plugins/hbpl1 \
 		prnt/plugins/lj \
diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index 706fc9d672c3..f95fa8406b3b 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -13,13 +13,15 @@ USES=		gmake python:test shebangfix
 SHEBANG_FILES=	scripts/*.py tests/scripts/*.py
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	ARMmbed
+GH_ACCOUNT=	Mbed-TLS
 
 ALL_TARGET=	no_test
 TEST_TARGET=	test
 MAKE_ENV=	PYTHON=${PYTHON_CMD} SHARED=1
 USE_LDCONFIG=	yes
 
+PORTSCOUT=	limit:^${PORTVERSION:R:S/./\./g}\.
+
 post-patch:
 	@${RM} ${WRKSRC}/include/mbedtls/*.orig
 	@${REINPLACE_CMD} \



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