Update devel/got to got-0.3 and avoid using 'make obj' in the port which

should fix build on systems without a /usr/src directory (noticed by landry@).

Changes for 0.3:
- fix bug where 'revert -p' would delete all lines following a reverted change
- fix merge bug inherited from OpenRCS, affecting lines with leading .
- fix man page installation during manual 'make install' from plain tarball
This commit is contained in:
stsp 2019-08-10 15:31:52 +00:00
parent a13fd6ca62
commit 349f7a9e9f
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2019/08/09 12:58:38 stsp Exp $
# $OpenBSD: Makefile,v 1.3 2019/08/10 15:31:52 stsp Exp $
COMMENT = game of trees version control system
V = 0.2
V = 0.3
DISTNAME = got-${V}
CATEGORIES = devel
HOMEPAGE = https://gameoftrees.org
@ -18,8 +18,6 @@ MASTER_SITES = https://gameoftrees.org/releases/
TEST_DEPENDS = devel/git \
${PKGPATH}=${V}
TEST_TARGET = regress
post-configure:
${MAKE_PROGRAM} -C ${WRKSRC} obj
FAKE_FLAGS = MANDIR=${PREFIX}/man/man
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (got-0.2.tar.gz) = v77hc++eHeN4OZMxApUNYseKjO/fJTMiQ+QqrTREqig=
SIZE (got-0.2.tar.gz) = 225341
SHA256 (got-0.3.tar.gz) = bAZSbgN0apB054eSJly3DE+Q48r4qyoADiDYfEU6JT8=
SIZE (got-0.3.tar.gz) = 225582