aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2023-09-18 11:49:53 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-09-18 11:59:37 +0000
commit8707797c7818a70b5437e4cd064b545cb3a22cc9 (patch)
tree7ae9add0962cf68094881c289089b894e692ab7f
parent49154c970d7819a4ce482252d0f5f0a08ce309c7 (diff)
downloadports-8707797c7818a70b5437e4cd064b545cb3a22cc9.tar.gz
ports-8707797c7818a70b5437e4cd064b545cb3a22cc9.zip
editors/lapce: Add PORTSCOUT
- Instruct PORTSCOUT to check directly on upstream site to avoid wrong versions.
-rw-r--r--editors/lapce/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \