Date: Wed, 27 May 2015 17:54:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387666 - head/databases/rubygem-sqlite3-ruby Message-ID: <201505271754.t4RHsg7n032859@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 27 17:54:42 2015 New Revision: 387666 URL: https://svnweb.freebsd.org/changeset/ports/387666 Log: - Add LICENSE - Remove GEM_NAME - Use = instead of += - Update WWW Modified: head/databases/rubygem-sqlite3-ruby/Makefile head/databases/rubygem-sqlite3-ruby/pkg-descr Modified: head/databases/rubygem-sqlite3-ruby/Makefile ============================================================================== --- head/databases/rubygem-sqlite3-ruby/Makefile Wed May 27 17:54:37 2015 (r387665) +++ head/databases/rubygem-sqlite3-ruby/Makefile Wed May 27 17:54:42 2015 (r387666) @@ -10,18 +10,17 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 +LICENSE= BSD3CLAUSE + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 -CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} - -GEM_NAME= ${DISTNAME} - +CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES+= bin/sqlite3_ruby +PLIST_FILES= bin/sqlite3_ruby .include <bsd.port.mk> Modified: head/databases/rubygem-sqlite3-ruby/pkg-descr ============================================================================== --- head/databases/rubygem-sqlite3-ruby/pkg-descr Wed May 27 17:54:37 2015 (r387665) +++ head/databases/rubygem-sqlite3-ruby/pkg-descr Wed May 27 17:54:42 2015 (r387666) @@ -5,4 +5,4 @@ so you can do things that would otherwis If you want portability between backends, use DBI. If you want ease of use with SQLite, use this. -WWW: https://github.com/luislavena/sqlite3-ruby +WWW: https://github.com/sparklemotion/sqlite3-ruby
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271754.t4RHsg7n032859>