svn commit: r429247 - head/databases/rubygem-activerecord

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Dec 23 10:57:40 UTC 2016


Author: tz
Date: Fri Dec 23 10:57:39 2016
New Revision: 429247
URL: https://svnweb.freebsd.org/changeset/ports/429247

Log:
  databases/rubygem-activerecord: Fix optional RUN_DEPENDS for MYSQL option
  
  Fix a build problem when MYSQL option is used. Since the option is
  not default there is no PORTREVISION bump.
  
  PR:           214667
  Submitted by: Gerrit Beine <mail+freebsd at gerritbeine.de>
  Approved by:  mentors (implicit)

Modified:
  head/databases/rubygem-activerecord/Makefile

Modified: head/databases/rubygem-activerecord/Makefile
==============================================================================
--- head/databases/rubygem-activerecord/Makefile	Fri Dec 23 10:54:22 2016	(r429246)
+++ head/databases/rubygem-activerecord/Makefile	Fri Dec 23 10:57:39 2016	(r429247)
@@ -28,7 +28,7 @@ SQLITE3_DESC=	Use native SQLite3 binding
 
 GEM_ENV+=	LANG=en_US.UTF-8
 
-MYSQL_RUN_DEPENDS=	${RUBY_PKGNAMEPREFIX}mysql>=0:databases/ruby-mysql
+MYSQL_RUN_DEPENDS=	rubygem-mysql2>=0:databases/rubygem-mysql2
 PGSQL_RUN_DEPENDS=	rubygem-pg>=0:databases/rubygem-pg
 SQLITE3_RUN_DEPENDS=	rubygem-sqlite3>=1.2.1:databases/rubygem-sqlite3
 


More information about the svn-ports-head mailing list