summaryrefslogtreecommitdiff
path: root/devel/got/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/got/Makefile')
-rw-r--r--devel/got/Makefile25
1 files changed, 5 insertions, 20 deletions
diff --git a/devel/got/Makefile b/devel/got/Makefile
index 3ea370244689..93cd039e5e42 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,7 +1,8 @@
PORTNAME= got
-DISTVERSION= 0.98
+DISTVERSION= 0.98.2
CATEGORIES= devel
-MASTER_SITES= https://gameoftrees.org/releases/
+MASTER_SITES= https://gameoftrees.org/releases/portable/
+DISTNAME= got-portable-${DISTVERSION}
MAINTAINER= naddy@FreeBSD.org
COMMENT= Game of Trees version control system
@@ -10,27 +11,11 @@ WWW= https://gameoftrees.org
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENCE
-USES= localbase:ldflags uidfix
+USES= localbase ssl
CONFLICTS_INSTALL= p5-App-GitGot
-# Insert #include "openbsd-compat.h" into each source file,
-# after the <...> includes and before the "..." ones.
-n= ${.newline}
-post-extract:
- @${FIND} ${WRKSRC} -name '*.[cy]' -exec \
- ${REINPLACE_CMD} '1,/^#include "/{ \
- /^#include "/i\$n#include "openbsd-compat.h"\$n$n}' \
- {} +
- ${CP} -R ${FILESDIR}/openbsd-compat ${WRKSRC}
-
-# The regression test suite requires:
-# installed got
-# installed git
-# installed perl and HTTP::Daemon
-# ssh to 127.0.0.1
-regress:
- @(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress)
+GNU_CONFIGURE= Yes
.include <bsd.port.pre.mk>