Andreas Wacknitz
2024-03-31 e65224631fc92ef528b65076a2d38c125df9d355
tig: update to 2.5.9

1 files deleted
4 files modified
353 ■■■■■ changed files
components/developer/tig/Makefile 4 ●●●● patch | view | raw | blame | history
components/developer/tig/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/developer/tig/pkg5 4 ●●● patch | view | raw | blame | history
components/developer/tig/test/results-all.master 4 ●●● patch | view | raw | blame | history
components/developer/tig/tig.license 339 ●●●●● patch | view | raw | blame | history
components/developer/tig/Makefile
@@ -18,13 +18,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        tig
COMPONENT_VERSION=    2.5.8
COMPONENT_VERSION=    2.5.9
COMPONENT_SUMMARY=    Text-mode interface for git
COMPONENT_DESCRIPTION=    Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
COMPONENT_PROJECT_URL=    https://jonas.github.io/$(COMPONENT_NAME)
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391
COMPONENT_ARCHIVE_HASH= sha256:0cb4d9e3de00dc92aaa7996e1517845bd9b9a0d4368f3206f618d813e8db8b39
COMPONENT_ARCHIVE_URL=    https://github.com/jonas/$(COMPONENT_NAME)/releases/download/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        developer/versioning/tig
COMPONENT_CLASSIFICATION= Development/Source Code Management
components/developer/tig/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2022 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/developer/tig/pkg5
@@ -1,9 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "library/ncurses",
        "library/readline",
        "shell/ksh93",
        "system/library",
        "text/asciidoc"
    ],
@@ -11,4 +9,4 @@
        "developer/versioning/tig"
    ],
    "name": "tig"
}
}
components/developer/tig/test/results-all.master
@@ -1,4 +1,3 @@
make[1]: Entering directory '$(@D)'
      TEST  test/blame/default-test
      TEST  test/blame/initial-diff-test
      TEST  test/blame/revargs-test
@@ -239,5 +238,4 @@
      TEST  test/tree/file-name-test
      TEST  test/tree/submodule-editor-test
      TEST  test/tree/worktree-editor-test
   SUMMARY  Passed 552 assertions in 145 tests (2 skipped)
make[1]: Leaving directory '$(@D)'
   SUMMARY  Passed 557 assertions in 145 tests (2 skipped)
components/developer/tig/tig.license
File was deleted