On Fri, May 31, 2019 at 09:45:10AM -0400, James Turner wrote:
> On Fri, May 31, 2019 at 10:45:02AM +0100, Stuart Henderson wrote:
> > On 2019/05/30 20:10, Anthony J. Bentley wrote:
> > > James Turner writes:
> > > > openradtool ("ort") is an open source RAD tool generating front-end code
> > > > (JavaScript, TypeScript) and back-end code (SQL, C) for your
> > > > application, leaving you to develop your "middle-tier" business and
> > > > presentation logic.
> > > >
> > > > The system consists of a set of source generators, each accepting a
> > > > single ort(5) configuration file that describes your data and how it is
> > > > accessed, modified, created, deleted. The generated sources have a
> > > > strong focus on security, documentation, and auditability.
> > > 
> > > Isn't this just kwebapp renamed?
> > 
> > Yes.
> Ha you are so right! I'll send an update that that removes kwebapp and
> does the right stuff with quirks.
> 
> -- 
> James Turner
> 

Here is a diff to unhook kwebapp and add the upgrade quirk.

-- 
James Turner


Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.764
diff -u -p -u -p -r1.764 Makefile
--- devel/quirks/Makefile       26 May 2019 22:34:45 -0000      1.764
+++ devel/quirks/Makefile       1 Jun 2019 00:24:20 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.156
+PKGNAME =      quirks-3.157
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.782
diff -u -p -u -p -r1.782 Quirks.pm
--- devel/quirks/files/Quirks.pm        26 May 2019 22:34:45 -0000      1.782
+++ devel/quirks/files/Quirks.pm        1 Jun 2019 00:24:20 -0000
@@ -331,6 +331,7 @@ my $stem_extensions = {
        'Xonotic-data' => 'xonotic-data',
        'Xonotic-server' => 'xonotic-server',
        'gettext' => 'gettext-runtime',
+       'kwebapp' => 'openradtool',
 };
 
 my $obsolete_reason = {
Index: www/Makefile
===================================================================
RCS file: /cvs/ports/www/Makefile,v
retrieving revision 1.910
diff -u -p -u -p -r1.910 Makefile
--- www/Makefile        28 May 2019 12:58:34 -0000      1.910
+++ www/Makefile        1 Jun 2019 00:24:20 -0000
@@ -77,7 +77,6 @@
      SUBDIR += kore,curl
      SUBDIR += kore,pgsql
      SUBDIR += kore,python
-     SUBDIR += kwebapp
      SUBDIR += kwebkitpart
      SUBDIR += larbin
      SUBDIR += libcroco

Reply via email to