pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-rex-exploitation



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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/ruby-rex-exploitation/Makefile

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

Modified files:

Index: pkgsrc/security/ruby-rex-exploitation/Makefile
diff -u pkgsrc/security/ruby-rex-exploitation/Makefile:1.8 pkgsrc/security/ruby-rex-exploitation/Makefile:1.9
--- pkgsrc/security/ruby-rex-exploitation/Makefile:1.8  Sun Feb 14 15:04:30 2021
+++ pkgsrc/security/ruby-rex-exploitation/Makefile      Sun Apr 11 00:10:55 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/02/14 15:04:30 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/11 00:10:55 taca Exp $
 
 DISTNAME=      rex-exploitation-0.1.27
+PKGREVISION=   1
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -16,9 +17,5 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rex-text-[0-
 
 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"



Home | Main Index | Thread Index | Old Index