pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-erubi



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 15 16:27:02 UTC 2024

Modified Files:
        pkgsrc/textproc/ruby-erubi: Makefile PLIST distinfo

Log Message:
textproc/ruby-erubi: update to 1.13.0

1.13.0 (2024-06-13)

* Define Erubi.h as a module function (jeremyevans)

* Add erubi/capture_block, supporting capturing block output via standard
  <%= and <%== tags (jeremyevans)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/ruby-erubi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-erubi/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ruby-erubi/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-erubi/Makefile
diff -u pkgsrc/textproc/ruby-erubi/Makefile:1.6 pkgsrc/textproc/ruby-erubi/Makefile:1.7
--- pkgsrc/textproc/ruby-erubi/Makefile:1.6     Tue Jan  3 15:09:58 2023
+++ pkgsrc/textproc/ruby-erubi/Makefile Sat Jun 15 16:27:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/01/03 15:09:58 taca Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/15 16:27:02 taca Exp $
 
-DISTNAME=      erubi-1.12.0
+DISTNAME=      erubi-1.13.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-erubi/PLIST
diff -u pkgsrc/textproc/ruby-erubi/PLIST:1.2 pkgsrc/textproc/ruby-erubi/PLIST:1.3
--- pkgsrc/textproc/ruby-erubi/PLIST:1.2        Thu Jan 14 14:41:04 2021
+++ pkgsrc/textproc/ruby-erubi/PLIST    Sat Jun 15 16:27:02 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/01/14 14:41:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/15 16:27:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/erubi.rb
+${GEM_LIBDIR}/lib/erubi/capture_block.rb
 ${GEM_LIBDIR}/lib/erubi/capture_end.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/textproc/ruby-erubi/distinfo
diff -u pkgsrc/textproc/ruby-erubi/distinfo:1.8 pkgsrc/textproc/ruby-erubi/distinfo:1.9
--- pkgsrc/textproc/ruby-erubi/distinfo:1.8     Tue Jan  3 15:09:58 2023
+++ pkgsrc/textproc/ruby-erubi/distinfo Sat Jun 15 16:27:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/03 15:09:58 taca Exp $
+$NetBSD: distinfo,v 1.9 2024/06/15 16:27:02 taca Exp $
 
-BLAKE2s (erubi-1.12.0.gem) = cdf07dbd0710aacf8915e536ba519324ba81e9319784e310cb22d110296348cd
-SHA512 (erubi-1.12.0.gem) = e4d2a68e864dc1c06f65fdd4e9e44d7c3873f2f69487322ddfb29b1a983229881f1f3d2429f99432b9a7707989a5bc172d0c90f341fa9a9f9cf3331fccfda8b3
-Size (erubi-1.12.0.gem) = 12288 bytes
+BLAKE2s (erubi-1.13.0.gem) = ee633a05393de1f4e38c8c4557c0592f2de8472a76c63899428028c6baaf0c76
+SHA512 (erubi-1.13.0.gem) = f5ffc3f9fa7a3583e0c3673886bfef6923939b169e0c890805e7313668a174f585d8470ab0dcb8f3c4470d54075df355c5bc077158587436331719c787bf3963
+Size (erubi-1.13.0.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index