On Sat, Apr 21, 2018 at 11:58:38PM +0100, Stuart Henderson wrote:
+SEPARATE_BUILD = concurrentskip this line. not sure where it was copied it from, but concurrent was removed some time ago (and even when it was used, it was only for multi-flavour ports).
FYI it was directly copied from the Porting Guide on 16. https://www.openbsd.org/faq/ports/guide.html Thanks for your help, that's greatly appreciated !Following your advices, I've updated the whole thing, see the attachments.
timewarrior-1.1.1.tgz
Description: Binary data
Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Makefile 22 Apr 2018 07:49:26 -0000
@@ -0,0 +1,32 @@
+# $OpenBSD$
+
+COMMENT = command line tracking time tool
+
+VERSION = 1.1.1
+DISTNAME = timew-${VERSION}
+PKGNAME = timewarrior-${VERSION}
+CATEGORIES = productivity
+
+MASTER_SITES = https://taskwarrior.org/download/
+
+# MIT
+PERMIT_PACKAGE_CDROM = Yes
+
+COMPILER = base-clang ports-gcc
+MODULES = devel/cmake lang/python
+
+MODPY_RUNDEP = No
+MODPY_BUILDDEP = No
+MODPY_ADJ_FILES = ext/totals.py
+
+WANTLIB += c m ${COMPILER_LIBCXX}
+
+CONFIGURE_STYLE = cmake
+
+CONFIGURE_ARGS += -DTIMEW_DOCDIR=share/doc/timewarrior
+CONFIGURE_ARGS += -DTIMEW_RCDIR=share/doc/timewarrior/rc
+CONFIGURE_ARGS += -DTIMEW_MAN1DIR=man/man1
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: distinfo
diff -N distinfo
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ distinfo 22 Apr 2018 07:49:26 -0000
@@ -0,0 +1,2 @@
+SHA256 (timew-1.1.1.tar.gz) = H32aYuVfxaMSZDNlTMsf19LRNfBvBWl/hxiXydt3zMk=
+SIZE (timew-1.1.1.tar.gz) = 166484
Index: pkg/DESCR
===================================================================
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR 22 Apr 2018 07:49:26 -0000
@@ -0,0 +1,6 @@
+Timewarrior is a command line time tracking application, which allows
+you to record time spent on activities.
+
+It can be used as a companion program for Taskwarrior - a hook script
+provides integration with the matching start and stop commands, thereby
+enabling proper time tracking for Taskwarrior users.
Index: pkg/PLIST
===================================================================
RCS file: pkg/PLIST
diff -N pkg/PLIST
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST 22 Apr 2018 07:49:26 -0000
@@ -0,0 +1,25 @@
+@comment $OpenBSD$
+@bin bin/timew
+@man man/man1/timew.1
+share/doc/timewarrior/
+share/doc/timewarrior/AUTHORS
+share/doc/timewarrior/COPYING
+share/doc/timewarrior/ChangeLog
+share/doc/timewarrior/INSTALL
+share/doc/timewarrior/LICENSE
+share/doc/timewarrior/NEWS
+share/doc/timewarrior/README.md
+share/doc/timewarrior/doc/
+share/doc/timewarrior/doc/holidays/
+share/doc/timewarrior/doc/holidays/README
+share/doc/timewarrior/doc/holidays/holidays.en-US
+share/doc/timewarrior/doc/holidays/refresh
+share/doc/timewarrior/doc/themes/
+share/doc/timewarrior/doc/themes/README
+share/doc/timewarrior/doc/themes/dark.theme
+share/doc/timewarrior/doc/themes/dark_blue.theme
+share/doc/timewarrior/doc/themes/dark_green.theme
+share/doc/timewarrior/doc/themes/dark_red.theme
+share/doc/timewarrior/ext/
+share/doc/timewarrior/ext/on-modify.timewarrior
+share/doc/timewarrior/ext/totals.py
