Index: head/devel/rubygem-sequel3/Makefile =================================================================== --- head/devel/rubygem-sequel3/Makefile (revision 399584) +++ head/devel/rubygem-sequel3/Makefile (revision 399585) @@ -1,27 +1,26 @@ # Created by: Wen Heping # $FreeBSD$ # legacy for rubygem-larch PORTNAME= sequel PORTVERSION= 3.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 3 MAINTAINER= ruby@FreeBSD.org COMMENT= The Database Toolkit for Ruby LICENSE= MIT PORTSCOUT= limit:^3 NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sequel .include Index: head/devel/rubygem-sequel3/pkg-descr =================================================================== --- head/devel/rubygem-sequel3/pkg-descr (revision 399584) +++ head/devel/rubygem-sequel3/pkg-descr (revision 399585) @@ -1,14 +1,14 @@ Sequel is a database toolkit for Ruby. * Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas. * Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records. * Sequel supports advanced database features such as prepared statements, bound variables, master/slave configurations, and database sharding. * Sequel makes it easy to deal with multiple records without having to break your teeth on SQL. * Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3. -WWW: http://rubygems.org/gems/sequel3/ +WWW: http://sequel.jeremyevans.net/