stsp 6f9ffa7129 Update to got-0.22
- allow empty diff context context (-C0) in 'got diff' (kn@)
- add '-s search-pattern' option to 'got log' (kn@)
- forward rebased branch if there are no commits to rebase, instead of error
- parse remote repository URLs from gitconfig
- actually forbid new reference names with a leading '-', as intended
- convert tree entries from SIMPLEQ to an array for better performance
- compile static binaries in PROFILE build
2019-12-01 18:41:32 +00:00

26 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.23 2019/12/01 18:41:32 stsp Exp $
COMMENT = game of trees version control system
V = 0.22
DISTNAME = got-${V}
CATEGORIES = devel
HOMEPAGE = https://gameoftrees.org
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB = c curses panel pthread util z
MASTER_SITES = https://gameoftrees.org/releases/
DEBUG_PACKAGES = ${BUILD_PACKAGES}
TEST_DEPENDS = devel/git \
${PKGPATH}=${V}
TEST_TARGET = regress
FAKE_FLAGS = MANDIR=${PREFIX}/man/man
.include <bsd.port.mk>