From owner-svn-ports-head@freebsd.org Thu Oct 15 20:18:48 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EFD3A1621F; Thu, 15 Oct 2015 20:18:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA72814A2; Thu, 15 Oct 2015 20:18:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FKIkRI026722; Thu, 15 Oct 2015 20:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FKIkPq026720; Thu, 15 Oct 2015 20:18:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510152018.t9FKIkPq026720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2015 20:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399393 - head/databases/rubygem-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 20:18:48 -0000 Author: sunpoet Date: Thu Oct 15 20:18:46 2015 New Revision: 399393 URL: https://svnweb.freebsd.org/changeset/ports/399393 Log: - Update to 1.3.11 - Add LICENSE_FILE - Update BUILD_DEPENDS: remove redundant LOCALBASE/bin Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc Modified: head/databases/rubygem-sqlite3/Makefile head/databases/rubygem-sqlite3/distinfo Modified: head/databases/rubygem-sqlite3/Makefile ============================================================================== --- head/databases/rubygem-sqlite3/Makefile Thu Oct 15 20:18:41 2015 (r399392) +++ head/databases/rubygem-sqlite3/Makefile Thu Oct 15 20:18:46 2015 (r399393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 1.3.10 +PORTVERSION= 1.3.11 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -10,8 +10,9 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} Modified: head/databases/rubygem-sqlite3/distinfo ============================================================================== --- head/databases/rubygem-sqlite3/distinfo Thu Oct 15 20:18:41 2015 (r399392) +++ head/databases/rubygem-sqlite3/distinfo Thu Oct 15 20:18:46 2015 (r399393) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sqlite3-1.3.10.gem) = 70d815be84bd9630a0b68b236fd2811eef4297a8e4b53e3df89dd39f2d39efe3 -SIZE (rubygem/sqlite3-1.3.10.gem) = 60416 +SHA256 (rubygem/sqlite3-1.3.11.gem) = de8ecdcc00a7af0cda98661ed94ce442964b9403b425e95c3ac4544b1f3720a7 +SIZE (rubygem/sqlite3-1.3.11.gem) = 60928