pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-dbd-mysql



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 18 02:38:04 UTC 2017

Modified Files:
        pkgsrc/databases/ruby-dbd-mysql: Makefile

Log Message:
databases/ruby-dbd-mysql: update dependency

Swich to use ruby-mysql28 instead of ruby-mysql.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-dbd-mysql/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-dbd-mysql/Makefile
diff -u pkgsrc/databases/ruby-dbd-mysql/Makefile:1.5 pkgsrc/databases/ruby-dbd-mysql/Makefile:1.6
--- pkgsrc/databases/ruby-dbd-mysql/Makefile:1.5        Fri Sep 25 05:47:35 2015
+++ pkgsrc/databases/ruby-dbd-mysql/Makefile    Mon Sep 18 02:38:04 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/09/25 05:47:35 taca Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/18 02:38:04 taca Exp $
 
 DISTNAME=      dbd-mysql-0.4.4
+PKGREVISION=   1
 CATEGORIES=    databases ruby
 
 MAINTAINER=    taca%NetBSD.org@localhost
@@ -9,7 +10,7 @@ COMMENT=       MySQL support for Ruby/DBI
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-dbi>=0.4.3:../../databases/ruby-dbi
-DEPENDS+=      ${RUBY_PKGPREFIX}-mysql>=2.7.6:../../databases/ruby-mysql
+DEPENDS+=      ${RUBY_PKGPREFIX}-mysql28>=2.7.6:../../databases/ruby-mysql28
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index