forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archivers/ruby-mixlib-archive: update to 1.0.1
* pkgsrc change: add "USE_LANGUAGES= # none" line. 1.0.1 (2019-01-16) Merged Pull Requests * Update expeditor config and order gemfile #38 (tas50) 1.0.0 (2019-01-16) Merged Pull Requests * mixlib-archive-tar create corrupt archives on Windows #37 (kenmacleod) * Require Ruby 2.4+ and bump to version 1.0 #36 (lamont-granquist) 0.4.19 (2018-12-12) Merged Pull Requests * Don't ship the readme in the gem artifact #35 (tas50) 0.4.18 (2018-10-15) Merged Pull Requests * Misc tweaks to gemfile / gemspec #32 (tas50) * Add a mingw32 specific gemspec to limit files shipped on *nix #33 (tas50)
- Loading branch information
taca
committed
Feb 3, 2019
1 parent
da4ea4a
commit 575bc39
Showing
3 changed files
with
10 additions
and
26 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,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.2 2018/09/23 13:42:51 taca Exp $ | ||
# $NetBSD: Makefile,v 1.3 2019/02/03 16:20:52 taca Exp $ | ||
|
||
DISTNAME= mixlib-archive-0.4.16 | ||
DISTNAME= mixlib-archive-1.0.1 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -10,5 +10,7 @@ LICENSE= apache-2.0 | |
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6:../../devel/ruby-mixlib-log | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,26 +1,8 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2018/09/23 13:42:51 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.3 2019/02/03 16:20:52 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.expeditor/config.yml | ||
${GEM_LIBDIR}/.expeditor/update_version.sh | ||
${GEM_LIBDIR}/.github/CODEOWNERS | ||
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE.md | ||
${GEM_LIBDIR}/.github/PULL_REQUEST_TEMPLATE.md | ||
${GEM_LIBDIR}/.gitignore | ||
${GEM_LIBDIR}/.rspec | ||
${GEM_LIBDIR}/.travis.yml | ||
${GEM_LIBDIR}/CHANGELOG.md | ||
${GEM_LIBDIR}/Gemfile | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/VERSION | ||
${GEM_LIBDIR}/appveyor.yml | ||
${GEM_LIBDIR}/distro/ruby_bin_folder/libarchive.dll | ||
${GEM_LIBDIR}/distro/ruby_bin_folder/liblzma-5.dll | ||
${GEM_LIBDIR}/distro/ruby_bin_folder/libxml2-2.dll | ||
${GEM_LIBDIR}/lib/mixlib/archive.rb | ||
${GEM_LIBDIR}/lib/mixlib/archive/lib_archive.rb | ||
${GEM_LIBDIR}/lib/mixlib/archive/tar.rb | ||
${GEM_LIBDIR}/lib/mixlib/archive/version.rb | ||
${GEM_LIBDIR}/mixlib-archive.gemspec | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
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,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2018/09/23 13:42:51 taca Exp $ | ||
$NetBSD: distinfo,v 1.3 2019/02/03 16:20:52 taca Exp $ | ||
|
||
SHA1 (mixlib-archive-0.4.16.gem) = 51cf17d81d290597d2f14d159e667e467c013cc7 | ||
RMD160 (mixlib-archive-0.4.16.gem) = 7b2351cfaa671a874152ef6b6b2e21a766e4326c | ||
SHA512 (mixlib-archive-0.4.16.gem) = ef2a665d586da575d794aaf287b140a7cef5b3863a2855dc3c20db56572951afcf43d3d1d5bf35c3e488a7505b20cf74052621abb4246de4b8f5f6fa650ba8ba | ||
Size (mixlib-archive-0.4.16.gem) = 1692672 bytes | ||
SHA1 (mixlib-archive-1.0.1.gem) = fa969d665aa1e9a9678dac2e423f7dc7f08d79f9 | ||
RMD160 (mixlib-archive-1.0.1.gem) = a4d2f9d6a518cd0bf24467469b339f71ad26475c | ||
SHA512 (mixlib-archive-1.0.1.gem) = d4c325e7c7969f781f483c04e2e4743860a45447972e3bda99f28f01e0647603c71e0f161edb81a2f938aecf696bf27163f903b0ffae02c6f30e8b4553810f0c | ||
Size (mixlib-archive-1.0.1.gem) = 11264 bytes |