pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-xdr net/ruby-xdr: correct dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5abfa947cf2
branches: trunk
changeset: 413712:a5abfa947cf2
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 22 03:52:45 2020 +0000
description:
net/ruby-xdr: correct dependency
* Use RUBY_ACTIVEMODEL_DEPENDS in lang/ruby/rails.mk for dependency.
* Accept rails 52 and 60.
Bump PKGREVISION.
diffstat:
net/ruby-xdr/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 3bbe8afaac00 -r a5abfa947cf2 net/ruby-xdr/Makefile
--- a/net/ruby-xdr/Makefile Sat Mar 21 23:51:57 2020 +0000
+++ b/net/ruby-xdr/Makefile Sun Mar 22 03:52:45 2020 +0000
@@ -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 @@
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