- Update to 1.3.8

- While I'm here:
  - Add LICENSE
  - Convert to new LIB_DEPENDS format
  - Cosmetic change

Changes:	https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
PR:		ports/182276
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-29 19:10:35 +00:00
parent 4110db1caf
commit 08530c0ab4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335212
2 changed files with 7 additions and 7 deletions

View File

@ -2,20 +2,20 @@
# $FreeBSD$
PORTNAME= sqlite3
PORTVERSION= 1.3.7
PORTVERSION= 1.3.8
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
LICENSE= BSD
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/sqlite3-1.3.7.gem) = 7e1115e569aa9e993eceda01087d10147586d38d5cb7678c638b9d42894b9962
SIZE (rubygem/sqlite3-1.3.7.gem) = 57856
SHA256 (rubygem/sqlite3-1.3.8.gem) = 6a97b019e177d33472bac1aab199d9ae8c24f18eb63461cadc3223607a82287a
SIZE (rubygem/sqlite3-1.3.8.gem) = 58880