diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 07:41:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 07:41:46 +0000 |
commit | efa27dc3ad2c54bba27faf41d7f493d22db0f225 (patch) | |
tree | 903bef6effbe3546f6a74e2d5971eac21e3d0844 /security | |
parent | e555e459402c180dacad4342236b75eb0abd2ad0 (diff) | |
download | pkgsrc-efa27dc3ad2c54bba27faf41d7f493d22db0f225.tar.gz |
Update security/ruby-ezcrypto to 0.7.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
Changes are unknown.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-ezcrypto/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-ezcrypto/PLIST | 15 | ||||
-rw-r--r-- | security/ruby-ezcrypto/distinfo | 9 | ||||
-rw-r--r-- | security/ruby-ezcrypto/patches/patch-aa | 22 |
4 files changed, 40 insertions, 14 deletions
diff --git a/security/ruby-ezcrypto/Makefile b/security/ruby-ezcrypto/Makefile index 1ec815495b1..519fea53a23 100644 --- a/security/ruby-ezcrypto/Makefile +++ b/security/ruby-ezcrypto/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/01 21:09:47 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 07:41:46 taca Exp $ -DISTNAME= ezcrypto-0.7 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= ezcrypto-0.7.2 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ezcrypto.rubyforge.org/ COMMENT= Ruby object-oriented wrapper for OpenSSL libraries +LICENSE= mit -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-ezcrypto/PLIST b/security/ruby-ezcrypto/PLIST index e06873ac33a..abbda484e77 100644 --- a/security/ruby-ezcrypto/PLIST +++ b/security/ruby-ezcrypto/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:38 joerg Exp $ -${GEM_HOME}/cache/ezcrypto-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.3 2010/09/10 07:41:46 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/MIT-LICENSE -${GEM_LIBDIR}/README +${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/README_ACTIVE_CRYPTO +${GEM_LIBDIR}/README_DIGITAL_SIGNATURES ${GEM_LIBDIR}/init.rb ${GEM_LIBDIR}/lib/active_crypto.rb ${GEM_LIBDIR}/lib/ezcrypto.rb @@ -11,9 +12,11 @@ ${GEM_LIBDIR}/lib/ezsig.rb ${GEM_LIBDIR}/lib/trusted.pem ${GEM_LIBDIR}/rakefile ${GEM_LIBDIR}/test/active_crypto_test.rb +${GEM_LIBDIR}/test/agree2.com.cert ${GEM_LIBDIR}/test/association_key_holder_test.rb ${GEM_LIBDIR}/test/database.yml ${GEM_LIBDIR}/test/debug.log +${GEM_LIBDIR}/test/digest_test.rb ${GEM_LIBDIR}/test/dsakey.pem ${GEM_LIBDIR}/test/dsapubkey.pem ${GEM_LIBDIR}/test/dsig_test.rb @@ -21,7 +24,8 @@ ${GEM_LIBDIR}/test/encrypt_test.rb ${GEM_LIBDIR}/test/ezcrypto_test.rb ${GEM_LIBDIR}/test/key_holder_test.rb ${GEM_LIBDIR}/test/protectedsigner.pem -${GEM_LIBDIR}/test/sf_issuing.crt +${GEM_LIBDIR}/test/sf-class2-root.crt +${GEM_LIBDIR}/test/sf_intermediate.crt ${GEM_LIBDIR}/test/test_helper.rb ${GEM_LIBDIR}/test/testchild.pem ${GEM_LIBDIR}/test/testchild.req @@ -29,5 +33,4 @@ ${GEM_LIBDIR}/test/testpub.pem ${GEM_LIBDIR}/test/testsigner.cert ${GEM_LIBDIR}/test/testsigner.pem ${GEM_LIBDIR}/test/valicert_class2_root.crt -${GEM_LIBDIR}/test/wideword.net.cert -${GEM_HOME}/specifications/ezcrypto-${PKGVERSION}.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-ezcrypto/distinfo b/security/ruby-ezcrypto/distinfo index db1f6c1dee1..7cec4814e61 100644 --- a/security/ruby-ezcrypto/distinfo +++ b/security/ruby-ezcrypto/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/05/01 21:09:47 jlam Exp $ +$NetBSD: distinfo,v 1.2 2010/09/10 07:41:46 taca Exp $ -SHA1 (ezcrypto-0.7.gem) = 01e131a89e1c7c3f512893f7ac71fd0ef353b630 -RMD160 (ezcrypto-0.7.gem) = 456ac7dca01993c80dec269ecdc2e63d71a666dd -Size (ezcrypto-0.7.gem) = 115200 bytes +SHA1 (ezcrypto-0.7.2.gem) = 523dfa1fcf82d2f02d1098a8dc28c1112afc9a92 +RMD160 (ezcrypto-0.7.2.gem) = 803e027b2213834b1b2594555a1df8a9b733fb9e +Size (ezcrypto-0.7.2.gem) = 111616 bytes +SHA1 (patch-aa) = a3af682100240fcba91e44a8ff2191be65bcff2f diff --git a/security/ruby-ezcrypto/patches/patch-aa b/security/ruby-ezcrypto/patches/patch-aa new file mode 100644 index 00000000000..800591d1e42 --- /dev/null +++ b/security/ruby-ezcrypto/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2010/09/10 07:41:46 taca Exp $ + +Remove a none existing file. (or might be a directory?) + +--- ../ezcrypto-0.7.2.gemspec.orig 2010-09-07 05:12:57.000000000 +0000 ++++ ../ezcrypto-0.7.2.gemspec +@@ -51,7 +51,6 @@ files: + - test/protectedsigner.pem + - test/sf-class2-root.crt + - test/sf_intermediate.crt +-- test/store + - test/test_helper.rb + - test/testchild.pem + - test/testchild.req +@@ -102,7 +101,6 @@ test_files: + - test/protectedsigner.pem + - test/sf-class2-root.crt + - test/sf_intermediate.crt +-- test/store + - test/test_helper.rb + - test/testchild.pem + - test/testchild.req |