git: f206f0dbffcd - main - www/pear-HTTP_WebDAV_Server: Update PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 03:52:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f206f0dbffcda6ea117507f2a290f47b5180d0a4 commit f206f0dbffcda6ea117507f2a290f47b5180d0a4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-04 03:46:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-04 03:46:38 +0000 www/pear-HTTP_WebDAV_Server: Update PORTSCOUT The current version is 1.0.0RC8. It should be equivalent to 1.0.0rc8. However portscout treats 1.0.0rc8 as a new version and does not skip it even with PORTSCOUT=skipv:1.0.0rc8. Therefore, we ignore portscout by setting it to ignore:1. % pkg ver -t 1.0.0RC8 1.0.0rc8 = --- www/pear-HTTP_WebDAV_Server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pear-HTTP_WebDAV_Server/Makefile b/www/pear-HTTP_WebDAV_Server/Makefile index 224eed7d6ad0..abd5072adf96 100644 --- a/www/pear-HTTP_WebDAV_Server/Makefile +++ b/www/pear-HTTP_WebDAV_Server/Makefile @@ -14,6 +14,6 @@ NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= pear -PORTSCOUT= skipv:1.0.0rc8 +PORTSCOUT= ignore:1 .include <bsd.port.mk>