Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2024 00:50:31 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c4c0f136649 - main - textproc/sttr: Fix warning messages with `make describe`
Message-ID:  <202406270050.45R0oVM6091103@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c4c0f136649f64fd6989cf7b12eb224400ef31a

commit 8c4c0f136649f64fd6989cf7b12eb224400ef31a
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-06-07 11:39:32 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-06-27 00:46:48 +0000

    textproc/sttr: Fix warning messages with `make describe`
    
    % pwd
    /usr/ports/textproc/sttr
    % make describe
    make: "/usr/ports/Mk/bsd.sites.mk" line 528: warning: duplicate script for target "git-clone-DEFAULT" ignored
    make: "/usr/ports/Mk/bsd.sites.mk" line 366: warning: using previous script for "git-clone-DEFAULT" defined here
    make: "/usr/ports/Mk/bsd.sites.mk" line 529: warning: duplicate script for target "git-clone-DEFAULT" ignored
    make: "/usr/ports/Mk/bsd.sites.mk" line 366: warning: using previous script for "git-clone-DEFAULT" defined here
    sttr-0.2.21|/usr/ports/textproc/sttr|/usr/local|Quickly run various transformations on strings|/usr/ports/textproc/sttr/pkg-descr|se@FreeBSD.org|textproc||||/usr/ports/lang/go121||https://github.com/abhimanyu003/sttr
    %
    
    PR:             279567
    Approved by:    maintainer timeout
---
 textproc/sttr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/sttr/Makefile b/textproc/sttr/Makefile
index 3a73354e8ae6..70d74bd07b50 100644
--- a/textproc/sttr/Makefile
+++ b/textproc/sttr/Makefile
@@ -52,7 +52,7 @@ GH_TUPLE=	atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clip
 		vmihailenco:tagparser:v2.0.0:vmihailenco_tagparser_v2/vendor/github.com/vmihailenco/tagparser/v2 \
 		yuin:goldmark:v1.7.1:yuin_goldmark/vendor/github.com/yuin/goldmark
 
-USE_GITLAB=	yes
+USE_GITLAB=	nodefault
 GL_TUPLE=	abhimanyusharma003:go-ordered-json:7ef32eef8eade06db2cd5b92cb95fac45ae7831c:abhimanyusharma003_go_ordered_json/vendor/gitlab.com/abhimanyusharma003/go-ordered-json
 
 PLIST_FILES=	bin/sttr


home | help

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