pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ruby-net-pop
Module Name: pkgsrc
Committed By: taca
Date: Sat Sep 3 04:08:41 UTC 2022
Modified Files:
pkgsrc/net/ruby-net-pop: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-net-pop/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-net-pop/Makefile
diff -u pkgsrc/net/ruby-net-pop/Makefile:1.1 pkgsrc/net/ruby-net-pop/Makefile:1.2
--- pkgsrc/net/ruby-net-pop/Makefile:1.1 Fri Sep 2 14:50:30 2022
+++ pkgsrc/net/ruby-net-pop/Makefile Sat Sep 3 04:08:41 2022
@@ -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 @@ HOMEPAGE= https://github.com/ruby/net-po
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