- Update to 0.10.2
PR: ports/150067 Submitted by: myself (pgollucci) Approved by: maintainer timeout (voldern@hoeggen.net ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
This commit is contained in:
parent
4a7f56ed3b
commit
ba584b2177
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260994
2 changed files with 7 additions and 7 deletions
|
@ -6,20 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= do_sqlite3
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RUBYFORGE/dorb
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= voldern@hoeggen.net
|
||||
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
|
||||
|
||||
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
||||
RUN_DEPENDS= rubygem-data_objects>=0.10.0:${PORTSDIR}/databases/rubygem-data_objects
|
||||
RUN_DEPENDS= rubygem-data_objects>=0.10.2:${PORTSDIR}/databases/rubygem-data_objects
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (rubygem/do_sqlite3-0.10.0.gem) = 6ab22a9297a8e88b1684faa9fdde6313
|
||||
SHA256 (rubygem/do_sqlite3-0.10.0.gem) = 4ec2979ddb17c24d3bc0c063d768e5c3dde3a5bbe84a425859127be0d8090c32
|
||||
SIZE (rubygem/do_sqlite3-0.10.0.gem) = 17920
|
||||
MD5 (rubygem/do_sqlite3-0.10.2.gem) = 447708e40c3a9908cc5c9820f4848aac
|
||||
SHA256 (rubygem/do_sqlite3-0.10.2.gem) = 20d165515b8d0d63f5b72aff03f5e62b5e173ffd7276245a642f2e42221da646
|
||||
SIZE (rubygem/do_sqlite3-0.10.2.gem) = 20480
|
||||
|
|
Loading…
Reference in a new issue