pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ruby-net-pop net/ruby-net-pop: add dependencies
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bd73ddc442d
branches: trunk
changeset: 384635:6bd73ddc442d
user: taca <taca%pkgsrc.org@localhost>
date: Sat Sep 03 04:08:41 2022 +0000
description:
net/ruby-net-pop: add dependencies
* This package is mainly for redmine50 on Ruby 2.7.
* This package require ruby-net-protocol and ruby-digest.
* Only for Ruby 2.7.
Bump PKGREVISION.
diffstat:
net/ruby-net-pop/Makefile | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r bef97937f598 -r 6bd73ddc442d net/ruby-net-pop/Makefile
--- a/net/ruby-net-pop/Makefile Sat Sep 03 04:06:05 2022 +0000
+++ b/net/ruby-net-pop/Makefile Sat Sep 03 04:08:41 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/09/02 14:50:30 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/03 04:08:41 taca Exp $
DISTNAME= net-pop-0.1.1
+PKGREVISION= 1
CATEGORIES= net mail
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,10 +9,15 @@
COMMENT= Ruby client library for POP3
LICENSE= 2-clause-bsd OR ruby-license
+DEPENDS+= ${RUBY_PKGPREFIX}-net-protocol:../../net/ruby-net-protocol
+DEPENDS+= ${RUBY_PKGPREFIX}-digest:../../security/ruby-digest
+
+# This package is mainly for redmine50 on Ruby 2.7.
+
USE_LANGUAGES= # none
-# Ruby 3.1 has the same version in it.
-RUBY_VERSIONS_ACCEPTED= 27 30
+# Ruby 3.0 and 3.1 has the same version in it.
+RUBY_VERSIONS_ACCEPTED= 27
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index