pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-padrino-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 07:30:42 UTC 2025

Modified Files:
        pkgsrc/www/ruby-padrino-core: Makefile

Log Message:
www/ruby-padrino-core: change dependency

Now depends on ruby-sinatra3.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-padrino-core/Makefile

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

Modified files:

Index: pkgsrc/www/ruby-padrino-core/Makefile
diff -u pkgsrc/www/ruby-padrino-core/Makefile:1.11 pkgsrc/www/ruby-padrino-core/Makefile:1.12
--- pkgsrc/www/ruby-padrino-core/Makefile:1.11  Wed Jan  4 15:33:36 2023
+++ pkgsrc/www/ruby-padrino-core/Makefile       Mon Nov  3 07:30:42 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/01/04 15:33:36 taca Exp $
+# $NetBSD: Makefile,v 1.12 2025/11/03 07:30:42 taca Exp $
 
 DISTNAME=      padrino-core-${RUBY_PADRINO_VERS}
+PKGREVISION=   1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +10,7 @@ COMMENT=       Padrino framework core
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-support>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-support
-DEPENDS+=      ${RUBY_PKGPREFIX}-sinatra>=2.2.4:../../www/ruby-sinatra
+DEPENDS+=      ${RUBY_PKGPREFIX}-sinatra3>=2.2.4<4:../../www/ruby-sinatra3
 DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=1.0<2:../../devel/ruby-thor
 
 USE_LANGUAGES= # empty



Home | Main Index | Thread Index | Old Index