forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |