summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-12 19:45:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-12 19:45:05 +0000
commitd10f7b243ea02fe592ed9ecb41fe75b38d34c80c (patch)
tree71e5b396461881d84b4dfde59edb070675d8d9a0 /databases/rubygem-sqlite3/Makefile
parentTake maintainership (diff)
Update to 1.4.1
- Take maintainership Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc https://github.com/sparklemotion/sqlite3-ruby/commits/master
Notes
Notes: svn path=/head/; revision=508771
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r--databases/rubygem-sqlite3/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index 57ebfd39513c..7b99f7b04fcb 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= sqlite3
-PORTVERSION= 1.3.13
+PORTVERSION= 1.4.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LICENSE= BSD3CLAUSE
@@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
-CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
BINARY_ALIAS= swig=swig3.0
.include <bsd.port.mk>