Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 21:14:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbdbe1dfdb9b - main - devel/xxhash: Update PORTSCOUT
Message-ID:  <202107212114.16LLEZXj087103@gitrepo.freebsd.org>

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

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

commit fbdbe1dfdb9b53ce2f933b5d741a93255829836c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 21:12:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-21 21:12:51 +0000

    devel/xxhash: Update PORTSCOUT
    
    PORTSCOUT=skipv:r35,r36,r37,r38,r39,r40,r41,r42 does not work as intended.
    https://portscout.freebsd.org/ still list r42 as a newer version.
---
 devel/xxhash/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile
index bdd9fb8a73ea..1ef546916697 100644
--- a/devel/xxhash/Makefile
+++ b/devel/xxhash/Makefile
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Cyan4973
 GH_PROJECT=	xxHash
 
-PORTSCOUT=	skipv:r35,r36,r37,r38,r39,r40,r41,r42
+PORTSCOUT=	limit:^v[0-9\.]*
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum



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