pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/got-portable devel/got-portable: Makefile and DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/51614f53cad7
branches: trunk
changeset: 390486:51614f53cad7
user: vins <vins%pkgsrc.org@localhost>
date: Tue Dec 20 08:58:20 2022 +0000
description:
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.
diffstat:
devel/got-portable/DESCR | 24 +++++++++++++++---------
devel/got-portable/Makefile | 12 ++++--------
devel/got-portable/distinfo | 8 ++++----
3 files changed, 23 insertions(+), 21 deletions(-)
diffs (87 lines):
diff -r 63145a0d1e9b -r 51614f53cad7 devel/got-portable/DESCR
--- a/devel/got-portable/DESCR Tue Dec 20 08:36:51 2022 +0000
+++ b/devel/got-portable/DESCR Tue Dec 20 08:58:20 2022 +0000
@@ -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.
+
+Primary features of GoT include:
-This is the portable version of got(1), using autotools to provide the
-library checks required for GoT's dependencies.
+* 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
diff -r 63145a0d1e9b -r 51614f53cad7 devel/got-portable/Makefile
--- a/devel/got-portable/Makefile Tue Dec 20 08:36:51 2022 +0000
+++ b/devel/got-portable/Makefile Tue Dec 20 08:58:20 2022 +0000
@@ -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@localhost
HOMEPAGE= https://gameoftrees.org/portable.html
@@ -18,8 +17,7 @@
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 @@
.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 @@
# 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"
diff -r 63145a0d1e9b -r 51614f53cad7 devel/got-portable/distinfo
--- a/devel/got-portable/distinfo Tue Dec 20 08:36:51 2022 +0000
+++ b/devel/got-portable/distinfo Tue Dec 20 08:58:20 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index