-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archivers/ruby-minitar-cli: update to 0.9
pkgsrc change: fix ALTERNATIVES (stop warning from pkglint). 0.9 (2024-07-02) * Updated for compatibility with minitar 0.9. Provided in #4 by david22swan. Thanks!
- Loading branch information
taca
committed
Jul 14, 2024
1 parent
e64783f
commit d2df439
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bin/minitar @PREFIX@/bin/minitar@RUBY_VER@ | ||
bin/minitar @PREFIX@/bin/minitar@RUBY_SUFFIX@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.2 2019/10/22 07:30:39 taca Exp $ | ||
# $NetBSD: Makefile,v 1.3 2024/07/14 08:06:25 taca Exp $ | ||
|
||
DISTNAME= minitar-cli-0.8 | ||
DISTNAME= minitar-cli-0.9 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/halostatue/minitar-cli/ | ||
COMMENT= Pure-Ruby command-line tool that uses minitar library | ||
LICENSE= ruby-license OR 2-clause-bsd | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-minitar>=0.8.0:../../archivers/ruby-minitar | ||
DEPENDS+= ${RUBY_PKGPREFIX}-minitar>=0.9.0:../../archivers/ruby-minitar | ||
DEPENDS+= ${RUBY_PKGPREFIX}-powerbar>=1.0<2:../../misc/ruby-powerbar | ||
|
||
USE_LANGUAGES= # none | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2021/10/26 09:57:16 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2024/07/14 08:06:25 taca Exp $ | ||
|
||
BLAKE2s (minitar-cli-0.8.gem) = b7f0420a34f4bc7cdfec9c9a2590619fa740b40c3bb076416102ff414e0c85a4 | ||
SHA512 (minitar-cli-0.8.gem) = 716805079676cc2f538de17aa6c2037b31076fbfc35e374950f3cabbfbe9911ee4f7637189c0d19dd2cb449ab912c784d203660923265622e6de7664b6bf974e | ||
Size (minitar-cli-0.8.gem) = 17408 bytes | ||
BLAKE2s (minitar-cli-0.9.gem) = 3b74cb4b1d7ec79a6745c9d790f8f46d8307ded137f2fa3fc3bf664e888458a6 | ||
SHA512 (minitar-cli-0.9.gem) = fd78ad311a2b13d918ac4c55de659e2a67dbdf14db3bb3e6d8450a3ca3d91d47ba6bf4cc45a737b0dc33f56047f9e4b2daf71fd90cbeb410986f8c92df1ca826 | ||
Size (minitar-cli-0.9.gem) = 17408 bytes |