head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.18
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.16
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.14
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.12
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.10
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.8
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.6
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.4
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.2
	pkgsrc-2024Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.02.11.14.47.06;	author vins;	state Exp;
branches;
next	;
commitid	pfztCSOMtziXB1YE;


desc
@@


1.1
log
@got: use devel/got-portable to update to v0.95

Bring this package in sync with upstream by relying on its portable
counterpart found at devel/got-portable.

Practically speaking, we're renaming devel/got-portable to devel/got and
making it supersede the former of the two. The previous devel/got
package, an independent port of Game of Trees to NetBSD by @@ryoon,
predating the official portable release, gets hereby silently deleted
along with this commit.

For reference, see:
https://mail-index.netbsd.org/pkgsrc-users/2024/01/18/msg038795.html
@
text
@# Run as the default user
#user _gotd

# Listen on the default socket
#listen on "/var/run/gotd.sock"

# This repository can be accessed via ssh://user@@example.com/src
#repository "src" {
#        path "/var/git/src.git"
#        permit rw flan_hacker
#        permit rw :developers
#        permit ro anonymous
#
#        protect branch "main"
#        protect tag namespace "refs/tags/"
#}

# This repository can be accessed via
# ssh://user@@example.com/openbsd/ports
#repository "openbsd/ports" {
#        path "/var/git/ports.git"
#        permit rw :porters
#        permit ro anonymous
#        deny flan_hacker
#
#        protect {
#                branch "main"
#                tag namespace "refs/tags/"
#        }
#}

# Use a larger request timeout value:
#connection request timeout 2h

# Some users are granted a higher concurrent connection limit:
#connection {
#        limit user flan_hacker 16
#        limit user anonymous 32
#}
@
