diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-09-18 11:49:53 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-09-18 11:59:37 +0000 |
commit | 8707797c7818a70b5437e4cd064b545cb3a22cc9 (patch) | |
tree | 7ae9add0962cf68094881c289089b894e692ab7f | |
parent | 49154c970d7819a4ce482252d0f5f0a08ce309c7 (diff) | |
download | ports-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/Makefile | 2 |
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 \ |