pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ruby-taglib



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 04:23:30 UTC 2022

Modified Files:
        pkgsrc/audio/ruby-taglib: Makefile PLIST distinfo

Log Message:
audio/ruby-taglib: update to 1.1.2

* Update HOMEPAGE.

1.1.1 (2022-04-12)

Changed

* Fixed build time warnings with Ruby >= 2.7.0 (#85)
* Upgraded to SWIG 4.0.2
* Fixed running tests against TagLib 1.12

1.1.2 (2022-04-13)

Fixed

* Fix UserTextIdentificationFrame's constructor so that overloaded variants
  with StringList arguments can be called (#107)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/ruby-taglib/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/ruby-taglib/PLIST \
    pkgsrc/audio/ruby-taglib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ruby-taglib/Makefile
diff -u pkgsrc/audio/ruby-taglib/Makefile:1.10 pkgsrc/audio/ruby-taglib/Makefile:1.11
--- pkgsrc/audio/ruby-taglib/Makefile:1.10      Tue Jan 26 14:47:41 2021
+++ pkgsrc/audio/ruby-taglib/Makefile   Thu May  5 04:23:29 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2021/01/26 14:47:41 taca Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/05 04:23:29 taca Exp $
 
-DISTNAME=      taglib-ruby-1.1.0
+DISTNAME=      taglib-ruby-1.1.2
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
 CATEGORIES=    audio
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://robinst.github.com/taglib-ruby/
+HOMEPAGE=      https://github.com/robinst/taglib-ruby
 COMMENT=       Ruby library for reading and writing meta-data of many audio formats
 LICENSE=       mit
 

Index: pkgsrc/audio/ruby-taglib/PLIST
diff -u pkgsrc/audio/ruby-taglib/PLIST:1.11 pkgsrc/audio/ruby-taglib/PLIST:1.12
--- pkgsrc/audio/ruby-taglib/PLIST:1.11 Tue Jan 26 14:47:41 2021
+++ pkgsrc/audio/ruby-taglib/PLIST      Thu May  5 04:23:29 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/01/26 14:47:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/05/05 04:23:29 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/taglib_aiff.${RUBY_DLEXT}
@@ -12,6 +12,7 @@ ${GEM_EXTSDIR}/taglib_mpeg.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/taglib_ogg.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/taglib_vorbis.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/taglib_wav.${RUBY_DLEXT}
+${GEM_LIBDIR}/.rubocop.yml
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
Index: pkgsrc/audio/ruby-taglib/distinfo
diff -u pkgsrc/audio/ruby-taglib/distinfo:1.11 pkgsrc/audio/ruby-taglib/distinfo:1.12
--- pkgsrc/audio/ruby-taglib/distinfo:1.11      Tue Oct 26 09:59:28 2021
+++ pkgsrc/audio/ruby-taglib/distinfo   Thu May  5 04:23:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 09:59:28 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/05/05 04:23:29 taca Exp $
 
-BLAKE2s (taglib-ruby-1.1.0.gem) = d90cb80a2f11ff2affdc55842228e8502868b331369e01853c3ab13305395fb6
-SHA512 (taglib-ruby-1.1.0.gem) = a31c30bd29ce2af642dd2bab7e47a20e8e642adb8453e9f5c926045a6ff60131d5208b5f16c096fe1cfa43ea85e22f744829b28c685dea6a15b14d12b06d1ac9
-Size (taglib-ruby-1.1.0.gem) = 822272 bytes
+BLAKE2s (taglib-ruby-1.1.2.gem) = f684dd9646fec6bf9103c811a907d44d55567d208316f09899c30629c5d28e8a
+SHA512 (taglib-ruby-1.1.2.gem) = 489a8bcb393de5cbdfcb8dccb6f586ae94719112ccf1af3b15eab9ea648f58871e038387b87a87a11e18144b58372348303bd6427972daa52737a9e7049fb125
+Size (taglib-ruby-1.1.2.gem) = 829952 bytes



Home | Main Index | Thread Index | Old Index