Bump version to 1.0.0. Set NO_REGRESS as directory required for
tests is not included in the distfile. OK landry@
This commit is contained in:
parent
5831aa3e03
commit
ffae02c306
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/01/03 22:23:06 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/03/14 17:42:56 jeremy Exp $
|
||||
|
||||
BROKEN-mips64el= hangs when compiling sqlite3.o
|
||||
|
||||
COMMENT = ruby SQLite3 embedded database library
|
||||
|
||||
DISTNAME = amalgalite-0.15.0
|
||||
DISTNAME = amalgalite-1.0.0
|
||||
CATEGORIES = databases
|
||||
|
||||
HOMEPAGE = http://copiousfreetime.rubyforge.org/amalgalite/
|
||||
@ -22,13 +22,15 @@ MODULES = lang/ruby
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-arrayfields,${MODRUBY_FLAVOR} \
|
||||
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.3
|
||||
RUN_DEPENDS = devel/ruby-arrayfields,${MODRUBY_FLAVOR}>=4.7.4,<4.8 \
|
||||
textproc/ruby-fastercsv,${MODRUBY_FLAVOR}>=1.5.4,<1.6
|
||||
|
||||
AMALGALITE_SO_DIR = amalgalite/${MODRUBY_REV}
|
||||
SUBST_VARS += AMALGALITE_SO_DIR
|
||||
|
||||
# Doesn't work, needs configuration dependency
|
||||
# distfile doesn't include configuration directory necessary for testing.
|
||||
# Also requires RSpec2, no yet ported.
|
||||
NO_REGRESS = Yes
|
||||
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
MODRUBY_REGRESS = rspec
|
||||
RSPEC_REGRESS_TARGET = spec/*_spec.rb
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (amalgalite-0.15.0.gem) = uGkUrBahBabjF6WY9Shx8w==
|
||||
RMD160 (amalgalite-0.15.0.gem) = oas7jXlU+uWT6qsJYnZib/Jx10o=
|
||||
SHA1 (amalgalite-0.15.0.gem) = BC8xgfZgdKpP0PfEBxkMA1qwbmI=
|
||||
SHA256 (amalgalite-0.15.0.gem) = 6PDjFQV2rpBd2Qxm328wn9Rg0drpdSGatmob4txtFZc=
|
||||
SIZE (amalgalite-0.15.0.gem) = 1324544
|
||||
MD5 (amalgalite-1.0.0.gem) = gt7Wdy5s/p5ubNmgjQMX2Q==
|
||||
RMD160 (amalgalite-1.0.0.gem) = XDHwmnT+A0vjRnagpq9w9SH3L/E=
|
||||
SHA1 (amalgalite-1.0.0.gem) = xFs2Pxw3/+YkuPmJYOaJvlnhtvA=
|
||||
SHA256 (amalgalite-1.0.0.gem) = 2m1KPPxoPc91jL9lyW+RR5FNm0f7Wrj4vJQK5LKHqB4=
|
||||
SIZE (amalgalite-1.0.0.gem) = 1352192
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 17:34:10 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/03/14 17:42:56 jeremy Exp $
|
||||
${GEM_BIN}/amalgalite-pack${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/HISTORY
|
||||
${GEM_LIB}/gems/${DISTNAME}/HISTORY.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/amalgalite-pack
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/
|
||||
@ -13,6 +13,7 @@ ${GEM_LIB}/gems/${DISTNAME}/examples/blob.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/bootstrap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/define_aggregate.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/define_function.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/filestore.db
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/gem-db.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/gems.db
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/require_me.rb
|
||||
@ -131,6 +132,5 @@ ${GEM_LIB}/gems/${DISTNAME}/tasks/distribution.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/documentation.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/extension.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/rspec.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/rubyforge.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/utils.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user