Skip to content

Commit

Permalink
Update ruby-sqlite3 to 1.3.9.
Browse files Browse the repository at this point in the history
pkgsrc change: add GEM_EXTSDIR support.

=== 1.3.9 / 2014-02-25

* Bugfixes:
  * Reset exception message. Closes #80
  * Reduce warnings due unused pointers. Closes #89
  * Add BSD-3 license reference to gemspec. Refs #99 and #106
  • Loading branch information
taca committed Mar 13, 2014
1 parent b688d62 commit b0ba757
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions databases/ruby-sqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.25 2014/03/13 11:08:50 jperkin Exp $
# $NetBSD: Makefile,v 1.26 2014/03/13 18:28:12 taca Exp $

DISTNAME= sqlite3-1.3.7
PKGREVISION= 3
DISTNAME= sqlite3-1.3.9
CATEGORIES= databases

MAINTAINER= [email protected]
Expand Down
4 changes: 3 additions & 1 deletion databases/ruby-sqlite3/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@comment $NetBSD: PLIST,v 1.13 2012/04/28 14:09:22 taca Exp $
@comment $NetBSD: PLIST,v 1.14 2014/03/13 18:28:12 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/ChangeLog.cvs
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
Expand Down
8 changes: 4 additions & 4 deletions databases/ruby-sqlite3/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2013/01/12 04:56:40 taca Exp $
$NetBSD: distinfo,v 1.14 2014/03/13 18:28:12 taca Exp $

SHA1 (sqlite3-1.3.7.gem) = b57064b29bec0be22559f62e0e0bda86dea824ad
RMD160 (sqlite3-1.3.7.gem) = 5d211f806098f94dc97ac13b265e4756b39e6cf9
Size (sqlite3-1.3.7.gem) = 57856 bytes
SHA1 (sqlite3-1.3.9.gem) = d55481fd081040d3cd21ec50445b3db94e244d8c
RMD160 (sqlite3-1.3.9.gem) = 5f5e90ade180becf1bd76f5d927d01db9344af50
Size (sqlite3-1.3.9.gem) = 60928 bytes

0 comments on commit b0ba757

Please sign in to comment.