pkgsrc-WIP-changes archive

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

Updated ruby-rdiscount to version 2.2.0.1 Pkgsrc changes : none apart from version bump Upstream changes from 2.1.8 : - Discount upgraded from 2.1.8 -> 2.2.0 - Fix compilation error on MSVC (Windows) - Enable continuous integration with Ruby 2.3.0



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Wed Nov 9 13:25:54 2016 +0100
Changeset:	010ad4652f5368ca8ef85f67a635288c5bc25985

Modified Files:
	ruby-rdiscount/Makefile
	ruby-rdiscount/PLIST
	ruby-rdiscount/distinfo

Log Message:
Updated ruby-rdiscount to version 2.2.0.1
Pkgsrc changes : none apart from version bump
Upstream changes from 2.1.8 :
- Discount upgraded from 2.1.8 -> 2.2.0
- Fix compilation error on MSVC (Windows)
- Enable continuous integration with Ruby 2.3.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=010ad4652f5368ca8ef85f67a635288c5bc25985

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

diffstat:
 ruby-rdiscount/Makefile | 2 +-
 ruby-rdiscount/PLIST    | 8 +++++---
 ruby-rdiscount/distinfo | 7 ++++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/ruby-rdiscount/Makefile b/ruby-rdiscount/Makefile
index 449b8cf..5524766 100644
--- a/ruby-rdiscount/Makefile
+++ b/ruby-rdiscount/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
 
-DISTNAME=	rdiscount-2.1.8
+DISTNAME=	rdiscount-2.2.0.1
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc
 
diff --git a/ruby-rdiscount/PLIST b/ruby-rdiscount/PLIST
index cd60bc9..a3a5cc6 100644
--- a/ruby-rdiscount/PLIST
+++ b/ruby-rdiscount/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
+@comment $NetBSD$
 bin/rdiscount
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/rdiscount.${RUBY_DLEXT}
 ${GEM_LIBDIR}/BUILDING
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/README.markdown
@@ -40,8 +42,8 @@ ${GEM_LIBDIR}/ext/version.c
 ${GEM_LIBDIR}/ext/xml.c
 ${GEM_LIBDIR}/ext/xmlpage.c
 ${GEM_LIBDIR}/lib/markdown.rb
-${GEM_LIBDIR}/lib/rdiscount.${RUBY_DLEXT}
 ${GEM_LIBDIR}/lib/rdiscount.rb
+${GEM_LIBDIR}/lib/rdiscount.${RUBY_DLEXT}
 ${GEM_LIBDIR}/man/markdown.7
 ${GEM_LIBDIR}/man/rdiscount.1
 ${GEM_LIBDIR}/man/rdiscount.1.ronn
@@ -52,4 +54,4 @@ ${GEM_LIBDIR}/test/markdown_test.rb
 ${GEM_LIBDIR}/test/rdiscount_test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
 man/man1/rdiscount.1
-@pkgdir lib/ruby/gems/2.0.0/build_info
+@pkgdir lib/ruby/gems/2.2.0/build_info
diff --git a/ruby-rdiscount/distinfo b/ruby-rdiscount/distinfo
index ac5d253..adeee96 100644
--- a/ruby-rdiscount/distinfo
+++ b/ruby-rdiscount/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/04/25 21:55:59 ahp-nils Exp $
 
-SHA1 (rdiscount-2.1.8.gem) = b9a058401a8562e79b314f42e40b7dff31c9966d
-RMD160 (rdiscount-2.1.8.gem) = 70393971c1c02f5f76f1eecc019da7c74a756dc0
-Size (rdiscount-2.1.8.gem) = 67072 bytes
+SHA1 (rdiscount-2.2.0.1.gem) = 1fb5666607a1c0925d909e05d83a873d751bf3e3
+RMD160 (rdiscount-2.2.0.1.gem) = f2bfa0b406f6e182b7c41da89e94e23724961a5a
+SHA512 (rdiscount-2.2.0.1.gem) = 81a477782b9829ac5e68ab390ef00b7f470bb4bd84e86ce28dd9abbb71aab6fd17b67416078dd7d4e0fc7e0c8eb78250b7a71a2f24d2bd236e861cb445f9feb6
+Size (rdiscount-2.2.0.1.gem) = 68096 bytes


Home | Main Index | Thread Index | Old Index