mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Update to 1.4.1
- Take maintainership Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc https://github.com/sparklemotion/sqlite3-ruby/commits/master
This commit is contained in:
parent
35a496fcf7
commit
d10f7b243e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508771
2 changed files with 8 additions and 7 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlite3
|
||||
PORTVERSION= 1.3.13
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby interface to the SQLite DB engine version 3
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= swig3.0:devel/swig30
|
||||
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||
|
||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||
BINARY_ALIAS= swig=swig3.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1483558458
|
||||
SHA256 (rubygem/sqlite3-1.3.13.gem) = b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06
|
||||
SIZE (rubygem/sqlite3-1.3.13.gem) = 64512
|
||||
TIMESTAMP = 1565627647
|
||||
SHA256 (rubygem/sqlite3-1.4.1.gem) = 2491f5af05d6f9456135c1c54547170f07fa2e732d772b4d757168ce961d20ed
|
||||
SIZE (rubygem/sqlite3-1.4.1.gem) = 70144
|
||||
|
|
Loading…
Add table
Reference in a new issue