just a version update (required for newer Redmine version) Fix: apply the attached patch Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->ruby Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ruby->sunpoet I'll take it.
Author: sunpoet Date: Fri Nov 29 19:10:35 2013 New Revision: 335212 URL: http://svnweb.freebsd.org/changeset/ports/335212 Log: - 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> Modified: head/databases/rubygem-sqlite3/Makefile head/databases/rubygem-sqlite3/distinfo Modified: head/databases/rubygem-sqlite3/Makefile ============================================================================== --- head/databases/rubygem-sqlite3/Makefile Fri Nov 29 19:09:19 2013 (r335211) +++ head/databases/rubygem-sqlite3/Makefile Fri Nov 29 19:10:35 2013 (r335212) @@ -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 Modified: head/databases/rubygem-sqlite3/distinfo ============================================================================== --- head/databases/rubygem-sqlite3/distinfo Fri Nov 29 19:09:19 2013 (r335211) +++ head/databases/rubygem-sqlite3/distinfo Fri Nov 29 19:10:35 2013 (r335212) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!