Bug 182276 - [PATCH] databases/rubygem-sqlite3 | please update from 1.3.7 -> 1.3.8
Summary: [PATCH] databases/rubygem-sqlite3 | please update from 1.3.7 -> 1.3.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-21 10:40 UTC by Matthias Petermann
Modified: 2013-11-29 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2013-09-21 10:40 UTC, Matthias Petermann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Petermann 2013-09-21 10:40:02 UTC
just a version update (required for newer Redmine version)

Fix: apply the attached patch

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-21 10:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-29 19:00:45 UTC
Responsible Changed
From-To: ruby->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-29 19:10:43 UTC
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-29 19:10:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!