UPDATE: databases/ruby-sqlite3 1.6.2 -> 1.6.3
This commit is contained in:
parent
ef4bda96d5
commit
34c69871b7
3 changed files with 4 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
COMMENT= access a SQLite3 database from ruby
|
||||
|
||||
DISTNAME= sqlite3-1.6.2
|
||||
PKGNAME= ruby-sqlite3-1.6.2
|
||||
DISTNAME= sqlite3-1.6.3
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -10,18 +9,11 @@ HOMEPAGE= https://github.com/sparklemotion/sqlite3-ruby
|
|||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
GH_ACCOUNT= sparklemotion
|
||||
GH_PROJECT= sqlite3-ruby
|
||||
GH_TAGNAME= v1.6.2
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB= sqlite3
|
||||
LIB_DEPENDS= databases/sqlite3
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
devel/ruby-mini_portile2,${MODRUBY_FLAVOR}
|
||||
|
||||
CONFIGURE_STYLE= ruby gem ext
|
||||
CONFIGURE_ARGS= --enable-system-libraries
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (sqlite3-1.6.2.gem) = WBZlV6en7jb3tEU3sGioKwRph0sOewCe8vNFP62xh8Q=
|
||||
SIZE (sqlite3-1.6.2.gem) = 3195904
|
||||
SHA256 (sqlite3-1.6.3.gem) = Z7R2N4iJsVyT+beNOfbZJjbdpBQZTVcNOhsnUUqeJUE=
|
||||
SIZE (sqlite3-1.6.3.gem) = 3219968
|
||||
|
|
|
@ -66,7 +66,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/value.rb
|
|||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ports/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ports/archives/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ports/archives/sqlite-autoconf-3410200.tar.gz
|
||||
${GEM_LIB}/gems/${DISTNAME}/ports/archives/sqlite-autoconf-3420000.tar.gz
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_backup.rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue