diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-04-15 06:53:11 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-04-15 06:53:11 +0000 |
commit | e5d8254d68ed1ea54f4a99665b5542f59f3ed5ab (patch) | |
tree | 860945e0733892835aff02d6b380a9874134272a | |
parent | 0b2df2d5330194f77c4fed364e16dd26bf21b457 (diff) | |
download | pkgsrc-e5d8254d68ed1ea54f4a99665b5542f59f3ed5ab.tar.gz |
Pullup ticket #6441 - requested by taca
security/ruby-rex-exploitation: build fix
Revisions pulled up:
- security/ruby-rex-exploitation/Makefile 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 11 00:10:55 UTC 2021
Modified Files:
pkgsrc/security/ruby-rex-exploitation: Makefile
Log Message:
security/ruby-rex-exploitation: remove dependency to ruby-rexml
Dro dependency to ruby-rexml since all ruby*-base contains ruby-rexml
package.
-rw-r--r-- | security/ruby-rex-exploitation/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/ruby-rex-exploitation/Makefile b/security/ruby-rex-exploitation/Makefile index 818ce206edb..693d2055cf2 100644 --- a/security/ruby-rex-exploitation/Makefile +++ b/security/ruby-rex-exploitation/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2021/02/14 15:04:30 taca Exp $ +# $NetBSD: Makefile,v 1.8.2.1 2021/04/15 06:53:11 bsiegert Exp $ DISTNAME= rex-exploitation-0.1.27 +PKGREVISION= 1 CATEGORIES= security MAINTAINER= minskim@NetBSD.org @@ -16,9 +17,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text USE_LANGUAGES= # none -.include "../../lang/ruby/rubyversion.mk" -.if empty(RUBY_VER:M2[0-9]) -DEPENDS+= ${RUBY_PKGPREFIX}-rexml-[0-9]*:../../textproc/ruby-rexml -.endif .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |