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:           Tue Feb 27 14:38:03 UTC 2024

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

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

Now depends on databases/ruby-mysql.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/databases/ruby-dbd-mysql/Makefile:1.7
--- pkgsrc/databases/ruby-dbd-mysql/Makefile:1.6        Mon Sep 18 02:38:04 2017
+++ pkgsrc/databases/ruby-dbd-mysql/Makefile    Tue Feb 27 14:38:03 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/09/18 02:38:04 taca Exp $
+# $NetBSD: Makefile,v 1.7 2024/02/27 14:38:03 taca Exp $
 
 DISTNAME=      dbd-mysql-0.4.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases ruby
 
 MAINTAINER=    taca%NetBSD.org@localhost
@@ -10,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}-mysql28>=2.7.6:../../databases/ruby-mysql28
+DEPENDS+=      ${RUBY_PKGPREFIX}-mysql>=2.7.6:../../databases/ruby-mysql
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index