git: fbdbe1dfdb9b - main - devel/xxhash: Update PORTSCOUT

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 21 21:14:36 UTC 2021


The branch main has been updated by sunpoet:

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

commit fbdbe1dfdb9b53ce2f933b5d741a93255829836c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-21 21:12:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


More information about the dev-commits-ports-main mailing list