Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2023 12:00:34 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8707797c7818 - main - editors/lapce: Add PORTSCOUT
Message-ID:  <202309181200.38IC0YsD056898@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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