Update openradtool to 0.9.0
ort-javascript(1) generates TypeScript only and by default now.
This commit is contained in:
parent
7aa7c0194d
commit
27e56d52a8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2020/06/24 16:33:50 jturner Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2020/07/13 14:20:36 jturner Exp $
|
||||
|
||||
COMMENT = application source generator
|
||||
|
||||
DISTNAME = openradtool-0.8.16
|
||||
DISTNAME = openradtool-0.9.0
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = James Turner <james@calminferno.net>
|
||||
@ -22,6 +22,6 @@ CONFIGURE_ENV = "PREFIX=${PREFIX}"
|
||||
RUN_DEPENDS = databases/sqlbox \
|
||||
www/kcgi
|
||||
|
||||
NO_TEST = Yes
|
||||
TEST_TARGET = regress
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openradtool-0.8.16.tar.gz) = aF813RhDATBKBuZQuf/vmtwgtbYOcYg8nQu653Juteo=
|
||||
SIZE (openradtool-0.8.16.tar.gz) = 196321
|
||||
SHA256 (openradtool-0.9.0.tar.gz) = K33HQ/QcX4iEU9NYyOtOkjr9xFZqpFOTe8+pf0qv5ww=
|
||||
SIZE (openradtool-0.9.0.tar.gz) = 209403
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2019/06/03 23:27:32 jturner Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/07/13 14:20:36 jturner Exp $
|
||||
@conflict kwebapp-*
|
||||
@pkgpath www/kwebapp
|
||||
@bin bin/ort
|
||||
@ -8,6 +8,7 @@
|
||||
@bin bin/ort-c-header
|
||||
@bin bin/ort-c-source
|
||||
@bin bin/ort-javascript
|
||||
@bin bin/ort-nodejs
|
||||
@bin bin/ort-sql
|
||||
@bin bin/ort-sqldiff
|
||||
@bin bin/ort-xliff
|
||||
@ -29,3 +30,4 @@ share/openradtool/audit.js
|
||||
share/openradtool/b64_ntop.c
|
||||
share/openradtool/gensalt.c
|
||||
share/openradtool/jsmn.c
|
||||
share/openradtool/ortPrivate.ts
|
||||
|
Loading…
Reference in New Issue
Block a user