mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.6
- Fix broken autodetection of mysql library PR: ports/81399, ports/81950 Submitted by: Jonathan Weiss <jw@innerewut.de>, Phil Pennock <pdp@nl.demon.net> Approved by: maintainer timeout (13 days 10 hours)
This commit is contained in:
parent
dcdf9f1eef
commit
60b9fc026d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136945
2 changed files with 4 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTVERSION= 2.5.1
|
||||
PORTVERSION= 2.6
|
||||
CATEGORIES= databases ruby
|
||||
MASTER_SITES= http://www.tmtm.org/mysql/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -16,16 +16,7 @@ DIST_SUBDIR= ruby
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= Ruby module for accessing MySQL databases with a C API like interface
|
||||
|
||||
.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10)
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
.else
|
||||
.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14)
|
||||
LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client
|
||||
.else
|
||||
LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client
|
||||
.endif
|
||||
.endif
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ruby/mysql-ruby-2.5.1.tar.gz) = 9c7026eb38ec8252de8bc89c5f263208
|
||||
SIZE (ruby/mysql-ruby-2.5.1.tar.gz) = 18843
|
||||
MD5 (ruby/mysql-ruby-2.6.tar.gz) = 1eefc5a170de0752816c5092869426b1
|
||||
SIZE (ruby/mysql-ruby-2.6.tar.gz) = 20387
|
||||
|
|
Loading…
Add table
Reference in a new issue