svn commit: r385988 - head/databases/rubygem-mysql2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 10 20:16:56 UTC 2015
Author: sunpoet
Date: Sun May 10 20:16:55 2015
New Revision: 385988
URL: https://svnweb.freebsd.org/changeset/ports/385988
Log:
- Update to 0.3.18
- Add LICENSE
- Update WWW
Changes: https://github.com/brianmario/mysql2/releases
Modified:
head/databases/rubygem-mysql2/Makefile
head/databases/rubygem-mysql2/distinfo
head/databases/rubygem-mysql2/pkg-descr
Modified: head/databases/rubygem-mysql2/Makefile
==============================================================================
--- head/databases/rubygem-mysql2/Makefile Sun May 10 20:16:50 2015 (r385987)
+++ head/databases/rubygem-mysql2/Makefile Sun May 10 20:16:55 2015 (r385988)
@@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= mysql2
-PORTVERSION= 0.3.16
+PORTVERSION= 0.3.18
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
-USE_MYSQL= yes
+LICENSE= MIT
+USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Modified: head/databases/rubygem-mysql2/distinfo
==============================================================================
--- head/databases/rubygem-mysql2/distinfo Sun May 10 20:16:50 2015 (r385987)
+++ head/databases/rubygem-mysql2/distinfo Sun May 10 20:16:55 2015 (r385988)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/mysql2-0.3.16.gem) = 2e1c5f06fc49138f2c42248d11d86a0f369be4361b58affbc671fbbd44426f46
-SIZE (rubygem/mysql2-0.3.16.gem) = 48128
+SHA256 (rubygem/mysql2-0.3.18.gem) = d35477aaf1a5fc508511af5c521675b8878275ad0af9c12e1cf222b50e285735
+SIZE (rubygem/mysql2-0.3.18.gem) = 50688
Modified: head/databases/rubygem-mysql2/pkg-descr
==============================================================================
--- head/databases/rubygem-mysql2/pkg-descr Sun May 10 20:16:50 2015 (r385987)
+++ head/databases/rubygem-mysql2/pkg-descr Sun May 10 20:16:55 2015 (r385988)
@@ -2,4 +2,4 @@ The Mysql2 gem is meant to serve the ext
querying and iterating on results. Some database libraries out there serve as
direct 1:1 mappings of the already complex C API's available. This one is not.
-WWW: http://github.com/brianmario/mysql2
+WWW: https://github.com/brianmario/mysql2
More information about the svn-ports-all
mailing list