git: 8707797c7818 - main - editors/lapce: Add PORTSCOUT

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Mon, 18 Sep 2023 12:00:34 UTC
The branch main has been updated by eduardo:

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

commit 8707797c7818a70b5437e4cd064b545cb3a22cc9
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-09-18 11:49:53 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-09-18 11:59:37 +0000

    editors/lapce: Add PORTSCOUT
    
    - Instruct PORTSCOUT to check directly on upstream site to avoid wrong
      versions.
---
 editors/lapce/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index 59d7550ef4bd..15c3dd011ea2 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -27,6 +27,8 @@ USE_GNOME=	atk gdkpixbuf2 gtk30 pango
 PLIST_FILES=	bin/lapce \
 		bin/lapce-proxy
 
+PORTSCOUT=	https://github.com/${PORTNAME}/${PORTNAME}/releases
+
 #patch druid manually since it's not yet patched upstream
 post-patch:
 	@${FIND} ${WRKSRC}/../druid-0b9c00fcda238e392e758382f25166cd748fd305 \