svn commit: r387666 - head/databases/rubygem-sqlite3-ruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 27 17:54:43 UTC 2015


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 at 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


More information about the svn-ports-all mailing list