pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activestorage61



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Sep 24 12:49:27 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-activestorage61: Makefile

Log Message:
devel/ruby-activestorage61: fix dependency

Fix dependencies.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-activestorage61/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-activestorage61/Makefile
diff -u pkgsrc/devel/ruby-activestorage61/Makefile:1.7 pkgsrc/devel/ruby-activestorage61/Makefile:1.8
--- pkgsrc/devel/ruby-activestorage61/Makefile:1.7      Sat Feb 24 14:42:40 2024
+++ pkgsrc/devel/ruby-activestorage61/Makefile  Wed Sep 24 12:49:27 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2024/02/24 14:42:40 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/24 12:49:27 taca Exp $
 
 DISTNAME=      activestorage-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activestorage${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,8 +13,8 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIVEJOB_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-marcel>=1.0.0<1.1:../../devel/ruby-marcel
-DEPENDS+=      ${RUBY_PKGPREFIX}-mini_mime>=1.1.0:../../mail/ruby-mini_mime
+DEPENDS+=      ${RUBY_PKGPREFIX}-marcel>=1.0.0<2:../../devel/ruby-marcel
+DEPENDS+=      ${RUBY_PKGPREFIX}-mini_mime>=1.1.0<1.2:../../mail/ruby-mini_mime
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index