diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-01 19:45:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-01 19:45:19 +0000 |
commit | 6a002d644067c4ca9faf19a2631c59b13c0c84d2 (patch) | |
tree | ca2002474f1345cadc6cd40ec093189b26992641 /security/ruby-openssl | |
parent | Need to make sure the new gvimdiff exists in all build configurations. (diff) |
Update to 0.0.6.
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r-- | security/ruby-openssl/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-openssl/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-openssl/pkg-plist | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index 6b7f8699f904..d3e7aa8c094d 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssl -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.6 CATEGORIES= security ruby MASTER_SITES= http://klokan.sh.cvut.cz/~rokosm/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -24,6 +24,8 @@ CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ --with-openssl-lib="${OPENSSLBASE}/lib" INSTALL_TARGET= site-install +DOCS= ChangeLog README + post-extract: find ${WRKSRC} -type d -name CVS | xargs ${RM} -rf @@ -32,7 +34,9 @@ post-install: ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${CP} -R ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/${PORTNAME}/ +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ +.endfor .endif .include <bsd.port.mk> diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo index be922ae4abec..974d957e3927 100644 --- a/security/ruby-openssl/distinfo +++ b/security/ruby-openssl/distinfo @@ -1 +1 @@ -MD5 (ruby/ossl-0.0.5.tgz) = 112961a06033edea4c5461e51de24bd1 +MD5 (ruby/ossl-0.0.6.tgz) = 90a7efc1a37c8d42cefe678325e73076 diff --git a/security/ruby-openssl/pkg-plist b/security/ruby-openssl/pkg-plist index fdd5ed66c991..a403fa5477bd 100644 --- a/security/ruby-openssl/pkg-plist +++ b/security/ruby-openssl/pkg-plist @@ -13,6 +13,7 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_cipher.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_config.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_digest.rb +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_pkey.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_rsa.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_x509.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_x509crl.rb @@ -22,5 +23,6 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/c/key.c %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl/c %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl -%%PORTDOCS%%%%RUBY_DOCDIR%%/openssl/README.txt +%%PORTDOCS%%%%RUBY_DOCDIR%%/openssl/ChangeLog +%%PORTDOCS%%%%RUBY_DOCDIR%%/openssl/README %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/openssl |