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:           Thu Jan 14 14:41:04 UTC 2021

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

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

=== 1.10.0 (2020-11-13)

* Improve template parsing, mostly by reducing allocations (jeremyevans)

* Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)

* Support :literal_prefix and :literal_postfix options for how to output
  literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-erubi/Makefile \
    pkgsrc/textproc/ruby-erubi/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ruby-erubi/PLIST

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.3 pkgsrc/textproc/ruby-erubi/Makefile:1.4
--- pkgsrc/textproc/ruby-erubi/Makefile:1.3     Tue Mar 24 16:46:59 2020
+++ pkgsrc/textproc/ruby-erubi/Makefile Thu Jan 14 14:41:04 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/03/24 16:46:59 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/14 14:41:04 taca Exp $
 
-DISTNAME=      erubi-1.9.0
+DISTNAME=      erubi-1.10.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-erubi/distinfo
diff -u pkgsrc/textproc/ruby-erubi/distinfo:1.3 pkgsrc/textproc/ruby-erubi/distinfo:1.4
--- pkgsrc/textproc/ruby-erubi/distinfo:1.3     Tue Mar 24 16:46:59 2020
+++ pkgsrc/textproc/ruby-erubi/distinfo Thu Jan 14 14:41:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/24 16:46:59 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/14 14:41:04 taca Exp $
 
-SHA1 (erubi-1.9.0.gem) = 303b7682b7215f6973839dde4990bb7b9f7f21d7
-RMD160 (erubi-1.9.0.gem) = 67ebe80b6b28336742f7710ab5d77b68f264dac2
-SHA512 (erubi-1.9.0.gem) = 34770c01215b323797739af54c5c821d28e982309a76f0a212657868629625ae6dfca3e9e2f5ae16893813fc81b5afbb172c397ddad1e2f93108c5112c540bd6
-Size (erubi-1.9.0.gem) = 13824 bytes
+SHA1 (erubi-1.10.0.gem) = 1267ccf1edf35c01cbeede7b8f67d8bc53e89786
+RMD160 (erubi-1.10.0.gem) = 3b6cd7c5fe8c50ad111fd7da8d74a8a66cda4a67
+SHA512 (erubi-1.10.0.gem) = 21bc96310ae6377e5e21fe5cece032ee084697e652639dbde1be94998bbeb876b7f5c938ee0f2a1605893f41974cf5f7b889f2b09cd834436f126b873d42ddec
+Size (erubi-1.10.0.gem) = 11264 bytes

Index: pkgsrc/textproc/ruby-erubi/PLIST
diff -u pkgsrc/textproc/ruby-erubi/PLIST:1.1 pkgsrc/textproc/ruby-erubi/PLIST:1.2
--- pkgsrc/textproc/ruby-erubi/PLIST:1.1        Tue Mar 13 16:07:49 2018
+++ pkgsrc/textproc/ruby-erubi/PLIST    Thu Jan 14 14:41:04 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/13 16:07:49 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/14 14:41:04 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -6,5 +6,4 @@ ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/lib/erubi.rb
 ${GEM_LIBDIR}/lib/erubi/capture_end.rb
-${GEM_LIBDIR}/test/test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index