Skip to content

Commit

Permalink
devel/ruby-marcel: update to 1.0.2
Browse files Browse the repository at this point in the history
pkgsrc change: add newline to the DESCR file.

1.0.2 (2021-09-20)

* Include Apache license in gem release. (a525d5b)
* Prefer audio/x-wav for WAV audio files. (#45)
* Prefer application/x-x509-ca-cert for Privacy-Enhanced Mail
  certificates. (#46)
* Prefer audio/flac for FLAC audio files. (#47)
* Prefer audio/aac for Advanced Audio Coding audio files. (#49)
* Prefer application/vnd.ms-access for Microsodt Access DB files. (#50)
* Support text/x-scss and text/x-sass stylesheets. (#52)
* Support encrypted Microsoft Access DB files. (#53)
* Prefer application/x-ole-storage for Microsoft Office files. (#54)
* Prefer text/markdown for Markdown files. (#55)
* Prefer audio/mpc for Musepack audio files. (#56)
* Support audio/webm audio files. (#58)
* Support image/avif images files. (#63)
  • Loading branch information
taca committed Nov 9, 2021
1 parent 9ad60df commit aaef973
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devel/ruby-marcel/DESCR
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Marcel attempts to choose the most appropriate content type for a given file
by looking at the binary data, the filename, and any declared type (perhaps
passed as a request header).
passed as a request header).
4 changes: 2 additions & 2 deletions devel/ruby-marcel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2021/04/12 00:02:52 taca Exp $
# $NetBSD: Makefile,v 1.3 2021/11/09 14:08:33 taca Exp $

DISTNAME= marcel-1.0.1
DISTNAME= marcel-1.0.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion devel/ruby-marcel/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2021/04/12 00:02:52 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2021/11/09 14:08:33 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/APACHE-LICENSE
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/marcel.rb
${GEM_LIBDIR}/lib/marcel/magic.rb
${GEM_LIBDIR}/lib/marcel/mime_type.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-marcel/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:19:36 nia Exp $
$NetBSD: distinfo,v 1.5 2021/11/09 14:08:33 taca Exp $

BLAKE2s (marcel-1.0.1.gem) = f61526a926bc2565923f44bb0b63431acaa9154ab2733686f69eb982d7eb6943
SHA512 (marcel-1.0.1.gem) = b22e3d1c20b75d8b7e7cefc12aaa6fe40151ddb1ac86a33e73660815297709205be6a02621e8faf473d1d8926ba8db09e53c9e7abd4249c9f8da0f3b48c47fdd
Size (marcel-1.0.1.gem) = 39424 bytes
BLAKE2s (marcel-1.0.2.gem) = a72124471f7b3010e82090f8afd7c0142cb6aa79a88cb9ea96015de07786e5f9
SHA512 (marcel-1.0.2.gem) = 67a1ce47fcf686f3280d7b9e46dad24ab9065de13a97f7fd4df8e744b600995e66d2817ea8561e1d4fcbb6a84c1ee04afd79737431779b62d8ee58f6f4a3985f
Size (marcel-1.0.2.gem) = 45056 bytes

0 comments on commit aaef973

Please sign in to comment.