diff options
author | knu <knu@FreeBSD.org> | 2002-01-07 03:35:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-07 03:35:12 +0000 |
commit | 71a45e7e4c1b0f8b47f8fbb16451bfad74e3156f (patch) | |
tree | 8d3cf9512679fd99063e03f79bf70066de11fb28 /security | |
parent | 93c6a7c881d7c9d4863249947963e935d52c041d (diff) | |
download | FreeBSD-ports-71a45e7e4c1b0f8b47f8fbb16451bfad74e3156f.zip FreeBSD-ports-71a45e7e4c1b0f8b47f8fbb16451bfad74e3156f.tar.gz |
Update to 0.1.0.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-openssl/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-openssl/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-openssl/pkg-descr | 2 | ||||
-rw-r--r-- | security/ruby-openssl/pkg-plist | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index 08ec3f9..8b197af 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,9 +6,9 @@ # PORTNAME= openssl -PORTVERSION= 0.0.9 +PORTVERSION= 0.1.0 CATEGORIES= security ruby -MASTER_SITES= http://klokan.sh.cvut.cz/~rokosm/ +MASTER_SITES= http://freesoftware.fsf.org/download/rubypki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ossl-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -27,8 +27,8 @@ INSTALL_TARGET= site-install DOCS= ChangeLog README post-extract: - find ${WRKSRC} -type d -name CVS | xargs ${RM} -rf - find ${WRKSRC} -type f -name '*~' -delete + ${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -rf + ${FIND} ${WRKSRC} -type f -name '*~' -delete post-install: .if !defined(NOPORTDOCS) diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo index caa5522..be57ac4 100644 --- a/security/ruby-openssl/distinfo +++ b/security/ruby-openssl/distinfo @@ -1 +1 @@ -MD5 (ruby/ossl-0.0.9.tgz) = b55bf5436cdc5cbd87839135ac078913 +MD5 (ruby/ossl-0.1.0.tgz) = 9bcb1c904abbd22d022d86a2119b395e diff --git a/security/ruby-openssl/pkg-descr b/security/ruby-openssl/pkg-descr index f86e740..0779a18 100644 --- a/security/ruby-openssl/pkg-descr +++ b/security/ruby-openssl/pkg-descr @@ -2,4 +2,4 @@ This is a Ruby module which wraps OpenSSL and provides access to the RSA/X509/Digest functions. Author: Michal Rokos <m.rokos@sh.cvut.cz> -WWW: http://klokan.sh.cvut.cz/~rokosm/ +WWW: http://www.freesoftware.fsf.org/rubypki/ diff --git a/security/ruby-openssl/pkg-plist b/security/ruby-openssl/pkg-plist index dd904bf..138358a 100644 --- a/security/ruby-openssl/pkg-plist +++ b/security/ruby-openssl/pkg-plist @@ -1,10 +1,11 @@ %%RUBY_SITEARCHLIBDIR%%/openssl.so -%%RUBY_SITELIBDIR%%/buffering.rb %%RUBY_SITELIBDIR%%/openssl.rb %%RUBY_SITELIBDIR%%/ssl.rb %%RUBY_SITELIBDIR%%/net/https.rb %%RUBY_SITELIBDIR%%/net/protocols.rb %%RUBY_SITELIBDIR%%/net/telnets.rb +%%RUBY_SITELIBDIR%%/openssl/buffering.rb +@dirrm %%RUBY_SITELIBDIR%%/openssl @dirrm %%RUBY_SITELIBDIR%%/net %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01cert.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01crl.pem |