OSDN Git Service

Show command didn't work forsome subjects due to failure to reference to package...
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Wed, 15 Aug 2018 18:03:58 +0000 (02:03 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Wed, 15 Aug 2018 18:03:58 +0000 (02:03 +0800)
 Changes to be committed:
modified:   lib/libdatabase_query.sh
modified:   lib/libmain.sh

lib/libdatabase_query.sh
lib/libmain.sh

index 6d30282..5e381fa 100644 (file)
@@ -581,7 +581,7 @@ database_query_show_single_list_exec ()
        dbsuffix=$deptag.$level
        flag_filter_skip_unchanged=
        flag_filter_only_target=
-       pkgnamedb='requires obsolete initial'
+       pkgnamedb='moved_from obsolete initial'
        case $subject in
        todo )
                message_echo "The following ports remain in the (re)installation queue for the current do/redo process:"
index a281cf5..3d91332 100644 (file)
@@ -12,7 +12,7 @@ main_set_version ()
        MYVERSION=4.1.0
        COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9])$'
        # Template for development versions
-       MYVERSION=4.0.0+toward_4.1.0_20180815233318
+       MYVERSION=4.0.0+toward_4.1.0_20180816020334
        COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9]]|4\.[0]\.[0]+(|\+toward_4\.[0-1]\.[0-9]+_[0-9]+))$'
 }