pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-xdr



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 22 03:52:45 UTC 2020

Modified Files:
        pkgsrc/net/ruby-xdr: Makefile

Log Message:
net/ruby-xdr: correct dependency

* Use RUBY_ACTIVEMODEL_DEPENDS in lang/ruby/rails.mk for dependency.
* Accept rails 52 and 60.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-xdr/Makefile

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

Modified files:

Index: pkgsrc/net/ruby-xdr/Makefile
diff -u pkgsrc/net/ruby-xdr/Makefile:1.3 pkgsrc/net/ruby-xdr/Makefile:1.4
--- pkgsrc/net/ruby-xdr/Makefile:1.3    Sat Mar 21 20:26:17 2020
+++ pkgsrc/net/ruby-xdr/Makefile        Sun Mar 22 03:52:45 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/03/21 20:26:17 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/22 03:52:45 taca Exp $
 
 DISTNAME=      xdr-3.0.0
+PKGREVISION=   1
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,11 +9,12 @@ HOMEPAGE=     https://github.com/stellar/rub
 COMMENT=       XDR helper library for Ruby
 LICENSE=       apache-2.0
 
-#DEPENDS+=     ${RUBY_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42
-#DEPENDS+=     ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42
-BROKEN=                "rails 4.2 was removed"
+DEPENDS+=      ${RUBY_ACTIVEMODEL_DEPENDS}
+#DEPENDS+=     ${RUBY_ACTIVESUPPORT_DEPENDS}
 
 USE_LANGUAGES= # none
 
+RUBY_RAILS_ACCEPTED=   52 60
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index