diff options
author | knu <knu@FreeBSD.org> | 2001-11-02 03:45:19 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-02 03:45:19 +0800 |
commit | 9759512d042688750f75c6a5e625e5e2537fc267 (patch) | |
tree | c6732bca372d5a6796d25e640be8e62538b121ed /security | |
parent | 1e0635a92d89b0efc2046773a859c6314687b390 (diff) | |
download | freebsd-ports-gnome-9759512d042688750f75c6a5e625e5e2537fc267.tar.gz freebsd-ports-gnome-9759512d042688750f75c6a5e625e5e2537fc267.tar.zst freebsd-ports-gnome-9759512d042688750f75c6a5e625e5e2537fc267.zip |
Update to 0.0.6.
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-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 |