aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey <corey@electrickite.org>2022-04-21 14:02:14 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-04-21 14:03:12 +0000
commite6783bde1e69de1f5271952ab7c2141b9be18447 (patch)
treebc876298f271bef79da60a15580a9f01525e082e
parent4fa815c25dbc7ffbd8caa5b622816c80fc2b6886 (diff)
downloadports-e6783bde1e69de1f5271952ab7c2141b9be18447.tar.gz
ports-e6783bde1e69de1f5271952ab7c2141b9be18447.zip
www/kineto: Fix build
PR: 262927 Reported by: ygy@freebsd.org (maintainer)
-rw-r--r--www/kineto/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/kineto/Makefile b/www/kineto/Makefile
index 9c12bbeb9320..4ee4a951bf7a 100644
--- a/www/kineto/Makefile
+++ b/www/kineto/Makefile
@@ -2,7 +2,6 @@ PORTNAME= kineto
DISTVERSION= g20211104
PORTREVISION= 1
CATEGORIES= www
-SH_COMMIT= 857f8c97ebc5
MAINTAINER= corey@electrickite.org
COMMENT= HTTP to Gemini proxy
@@ -16,9 +15,10 @@ USE_GITHUB= nodefault
GH_TUPLE= golang:net:5f4716e94777:golang_net/vendor/golang.org/x/net \
golang:text:v0.3.3:golang_text/vendor/golang.org/x/text
+SH_COMMIT= 857f8c97ebc5
# Additional distfiles to fetch from https://git.sr.ht
-_SRHT_TUPLE= adnano:go-gemini:v0.1.17:vendor/git.sr.ht/~adnano/go-gemini \
- sircmpwn:${PORTNAME}:${SH_COMMIT}:"" \
+_SRHT_TUPLE= sircmpwn:${PORTNAME}:${SH_COMMIT}:"" \
+ adnano:go-gemini:v0.1.17:vendor/git.sr.ht/~adnano/go-gemini \
sircmpwn:getopt:23622cc906b3:vendor/git.sr.ht/~sircmpwn/getopt
WRKSRC= ${WRKDIR}/${PORTNAME}-${SH_COMMIT}