Received: by mail.netbsd.org (Postfix, from userid 605) id AB3AC84DBD; Tue, 20 Dec 2022 08:58:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB91584D91 for ; Tue, 20 Dec 2022 08:58:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id n_LSWVjfNS7K for ; Tue, 20 Dec 2022 08:58:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2B47B84CFC for ; Tue, 20 Dec 2022 08:58:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EAB9FA90; Tue, 20 Dec 2022 08:58:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671526701173760" MIME-Version: 1.0 Date: Tue, 20 Dec 2022 08:58:21 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/devel/got-portable To: pkgsrc-changes@NetBSD.org Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20221220085821.1EAB9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671526701173760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Tue Dec 20 08:58:21 UTC 2022 Modified Files: pkgsrc/devel/got-portable: DESCR Makefile distinfo Log Message: devel/got-portable: Makefile and DESCR revision (NFC). * Package requires libevent albeit this was not documented. Fixes building on Linux. Tested on Slackware 15.0. * Switch from github CI mirror to official tarball. Autotools no longer required. * Update DESCR to be more informative. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/got-portable/DESCR \ pkgsrc/devel/got-portable/Makefile pkgsrc/devel/got-portable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671526701173760 Content-Disposition: inline Content-Length: 3787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/got-portable/DESCR diff -u pkgsrc/devel/got-portable/DESCR:1.1 pkgsrc/devel/got-portable/DESCR:1.2 --- pkgsrc/devel/got-portable/DESCR:1.1 Mon Dec 19 17:42:06 2022 +++ pkgsrc/devel/got-portable/DESCR Tue Dec 20 08:58:20 2022 @@ -1,13 +1,19 @@ -Game of Trees (Got) is a version control system which prioritizes ease -of use and simplicity over flexibility. +This is the portable version of the Game of Trees (Got) version control +system. -This is the portable version of got(1), using autotools to provide the -library checks required for GoT's dependencies. +Primary features of GoT include: + +* Prioritizes ease of use and simplicity over flexibility. +* Designed from scratch using a OpenBSD-style C code base and licensed + under ISC. +* Uses Git repositories to store versioned data. GoT is fully compatible + with Git, making it possible to work with both Got and Git on the same + repository. The following operating systems are supported: - FreeBSD - NetBSD - DragonFlyBSD - MacOS - Linux +* FreeBSD +* NetBSD +* DragonFlyBSD +* MacOS +* Linux Index: pkgsrc/devel/got-portable/Makefile diff -u pkgsrc/devel/got-portable/Makefile:1.1 pkgsrc/devel/got-portable/Makefile:1.2 --- pkgsrc/devel/got-portable/Makefile:1.1 Mon Dec 19 17:42:06 2022 +++ pkgsrc/devel/got-portable/Makefile Tue Dec 20 08:58:20 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/12/19 17:42:06 vins Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/20 08:58:20 vins Exp $ DISTNAME= got-portable-0.79 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=ThomasAdam/} -GITHUB_TAG= ba229487d6a55dee6ba3c2cc596cf0e589491ce9 +MASTER_SITES= https://gameoftrees.org/releases/portable/ MAINTAINER= vins@NetBSD.org HOMEPAGE= https://gameoftrees.org/portable.html @@ -18,8 +17,7 @@ ONLY_FOR_PLATFORM+= Linux-*-* ONLY_FOR_PLATFORM+= FreeBSD-*-* ONLY_FOR_PLATFORM+= DragonFly-*-* -USE_TOOLS+= yacc pkg-config autoconf -USE_TOOLS+= automake autoreconf +USE_TOOLS+= yacc pkg-config GNU_CONFIGURE= yes INSTALLATION_DIRS= bin libexec @@ -27,9 +25,6 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${ .include "../../mk/bsd.prefs.mk" -pre-configure: - ${RUN}set -e; cd ${WRKSRC} && autoreconf -fiv - .if ${OPSYS} == "Linux" # compatibility macros and functions for Linux. . include "../../devel/libbsd/buildlink3.mk" @@ -50,5 +45,6 @@ BUILDLINK_API_DEPENDS.openssl+= openss # required for set_panel_userptr(3) and waddwstr(3). .include "../../devel/ncursesw/buildlink3.mk" +.include "../../devel/libevent/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/got-portable/distinfo diff -u pkgsrc/devel/got-portable/distinfo:1.1 pkgsrc/devel/got-portable/distinfo:1.2 --- pkgsrc/devel/got-portable/distinfo:1.1 Mon Dec 19 17:42:06 2022 +++ pkgsrc/devel/got-portable/distinfo Tue Dec 20 08:58:20 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2022/12/19 17:42:06 vins Exp $ +$NetBSD: distinfo,v 1.2 2022/12/20 08:58:20 vins Exp $ -BLAKE2s (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 408f63d2fcb506f0b89574afc7f41dc6290c073b7d8c54c6e02f0690d2f16c85 -SHA512 (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 733c76425b575e14b52058d85ce18f6edea5394b12defda6e7dbc813326b6b234214a882ab0a5e6722be535b6892afaaee3899771aee459eee23305cf0810642 -Size (got-portable-0.79-ba229487d6a55dee6ba3c2cc596cf0e589491ce9.tar.gz) = 892666 bytes +BLAKE2s (got-portable-0.79.tar.gz) = c2f184ccfd2cd291681e2f63c9f66d53780806b4b42b5591e26ae292ba768a83 +SHA512 (got-portable-0.79.tar.gz) = 842281a1f4de05efc8f6af94a6b05f6d9b84cb399a5088f00a243bc52b3b52e634495762fc49d8fd733afe9299e027451de8a6c797e743cf4e1085ebd394cce1 +Size (got-portable-0.79.tar.gz) = 869926 bytes --_----------=_1671526701173760--