SHARED_ONLY is going away, drop it from the variables available in
the database. Did I miss anything? OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlports/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile 16 Mar 2016 15:49:36 -0000 1.60
+++ Makefile 20 Mar 2016 15:28:38 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.60 2016/03/16 15:49:36 naddy Exp $
CATEGORIES = databases
-V = 4.4
+V = 5.0
DISTNAME = sqlports-$V
DISTFILES =
COMMENT = sqlite database of ports
Index: files/Info.pm
===================================================================
RCS file: /cvs/ports/databases/sqlports/files/Info.pm,v
retrieving revision 1.17
diff -u -p -r1.17 Info.pm
--- files/Info.pm 14 May 2015 18:01:08 -0000 1.17
+++ files/Info.pm 20 Mar 2016 15:28:38 -0000
@@ -88,7 +88,6 @@ our $vars = {
RUN_DEPENDS => 'RunDependsVar',
SEPARATE_BUILD => 'YesKeyVar',
SHARED_LIBS => 'SharedLibsVar',
- SHARED_ONLY => 'YesNoVar',
STATIC_PLIST => 'StaticPlistVar',
SUBPACKAGE => 'DefinedVar',
SUPDISTFILES => 'AnyVar',
Index: pkg/DESCR-compact
===================================================================
RCS file: /cvs/ports/databases/sqlports/pkg/DESCR-compact,v
retrieving revision 1.17
diff -u -p -r1.17 DESCR-compact
--- pkg/DESCR-compact 4 Nov 2014 10:44:33 -0000 1.17
+++ pkg/DESCR-compact 20 Mar 2016 15:28:38 -0000
@@ -46,7 +46,6 @@ stored in specialized tables, e.g.,:
TEST_IS_INTERACTIVE
REVISION
SEPARATE_BUILD
- SHARED_ONLY
STATIC_PLIST
SUBPACKAGE
SUPDISTFILES
Index: pkg/DESCR-main
===================================================================
RCS file: /cvs/ports/databases/sqlports/pkg/DESCR-main,v
retrieving revision 1.16
diff -u -p -r1.16 DESCR-main
--- pkg/DESCR-main 4 Nov 2014 10:44:33 -0000 1.16
+++ pkg/DESCR-main 20 Mar 2016 15:28:38 -0000
@@ -43,7 +43,6 @@ holds all the information retrieved thro
REVISION
SEPARATE_BUILD
SHARED_LIBS
- SHARED_ONLY
SUBPACKAGE
SUPDISTFILES
TARGETS
--
Christian "naddy" Weisgerber [email protected]