pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-password Use RUBY_DLEXT as a file name e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6415b8df2166
branches:  trunk
changeset: 510869:6415b8df2166
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Apr 05 18:54:26 2006 +0000

description:
Use RUBY_DLEXT as a file name extension of a loadable module.
(There should be a pkgsrc-wide variable instead of a Ruby-specific one.)

diffstat:

 security/ruby-password/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (9 lines):

diff -r 5721d9ea2403 -r 6415b8df2166 security/ruby-password/PLIST
--- a/security/ruby-password/PLIST      Wed Apr 05 18:17:31 2006 +0000
+++ b/security/ruby-password/PLIST      Wed Apr 05 18:54:26 2006 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/01 21:47:22 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/05 18:54:26 minskim Exp $
 ${RUBY_SITELIBDIR}/password.rb
-${RUBY_SITEARCHLIBDIR}/crack.bundle
+${RUBY_SITEARCHLIBDIR}/crack.${RUBY_DLEXT}



Home | Main Index | Thread Index | Old Index