pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll-seo-tag



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Sep  1 14:55:18 UTC 2022

Modified Files:
        pkgsrc/www/ruby-jekyll-seo-tag: Makefile PLIST distinfo

Log Message:
www/ruby-jekyll-seo-tag: update to 2.8.0

2.8.0 (2022-02-04)

Minor Enhancements

* Allow to set type for author (#427)
* Allow setting author.url (#453)
* Implement Facebook domain verification (#455)
* Add og:image:alt and twitter:image:alt (#438)
* Sort JSON-LD data by key (#458)

Bug Fixes

* Set the default og:type to 'website' (#391)
* Template: Remove double new line (#454)

Development Fixes

* Fix typo in source code comment (#449)
* Set up Continuous Integration via GH Actions (#450)
* Bump RuboCop to v1.18.x (#452)
* Add workflow to release gem via GH Actions


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-jekyll-seo-tag/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-jekyll-seo-tag/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-jekyll-seo-tag/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-jekyll-seo-tag/Makefile
diff -u pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.9 pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.10
--- pkgsrc/www/ruby-jekyll-seo-tag/Makefile:1.9 Mon Jan 18 14:57:42 2021
+++ pkgsrc/www/ruby-jekyll-seo-tag/Makefile     Thu Sep  1 14:55:18 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/01/18 14:57:42 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/09/01 14:55:18 taca Exp $
 
-DISTNAME=      jekyll-seo-tag-2.7.1
+DISTNAME=      jekyll-seo-tag-2.8.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll-seo-tag/PLIST
diff -u pkgsrc/www/ruby-jekyll-seo-tag/PLIST:1.3 pkgsrc/www/ruby-jekyll-seo-tag/PLIST:1.4
--- pkgsrc/www/ruby-jekyll-seo-tag/PLIST:1.3    Mon Jan 18 14:57:42 2021
+++ pkgsrc/www/ruby-jekyll-seo-tag/PLIST        Thu Sep  1 14:55:18 2022
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2021/01/18 14:57:42 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/01 14:55:18 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/actions/memprof.rb
+${GEM_LIBDIR}/.github/workflows/ci.yml
+${GEM_LIBDIR}/.github/workflows/release.yml
+${GEM_LIBDIR}/.github/workflows/scripts/memprof
+${GEM_LIBDIR}/.github/workflows/scripts/memprof.rb
 ${GEM_LIBDIR}/.github/workflows/third-party.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/.rubocop.yml
 ${GEM_LIBDIR}/.rubocop_todo.yml
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/History.markdown
 ${GEM_LIBDIR}/LICENSE.txt

Index: pkgsrc/www/ruby-jekyll-seo-tag/distinfo
diff -u pkgsrc/www/ruby-jekyll-seo-tag/distinfo:1.6 pkgsrc/www/ruby-jekyll-seo-tag/distinfo:1.7
--- pkgsrc/www/ruby-jekyll-seo-tag/distinfo:1.6 Tue Oct 26 11:31:00 2021
+++ pkgsrc/www/ruby-jekyll-seo-tag/distinfo     Thu Sep  1 14:55:18 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:31:00 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/01 14:55:18 taca Exp $
 
-BLAKE2s (jekyll-seo-tag-2.7.1.gem) = 700f832b7f0f79e408fd1bf7e9f03e975db4f9b07ee41859c453eca782ae4b68
-SHA512 (jekyll-seo-tag-2.7.1.gem) = a8d1128984b25992872a15970ed7bae7b7f5ea5c54a8cc4d099184ac178acb3e828408b90fac4c0affa0dc2ab576e0757ca5590b992166121cf169c82ee3a14a
-Size (jekyll-seo-tag-2.7.1.gem) = 20480 bytes
+BLAKE2s (jekyll-seo-tag-2.8.0.gem) = 4e43db575e7738ee1aa16b403a8e7417bb5bd4eb988e08165ea4ed62f7a0ae1b
+SHA512 (jekyll-seo-tag-2.8.0.gem) = cf8de6ce7eff52ac6d282ebc0618c4ce817f35ba9d7a0d18829ce9ec9c5ff105b99656ee9931e876207019b850a43b80f703a98ad65ebbd57f5bc5234ee548d4
+Size (jekyll-seo-tag-2.8.0.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index