Index: head/security/ruby-openssl/Makefile =================================================================== --- head/security/ruby-openssl/Makefile (revision 49460) +++ head/security/ruby-openssl/Makefile (revision 49461) @@ -1,38 +1,42 @@ # New ports collection makefile for: Ruby/OpenSSL # Date created: 20 October 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= openssl -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.6 CATEGORIES= security ruby MASTER_SITES= http://klokan.sh.cvut.cz/~rokosm/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ossl-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_OPENSSL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes 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 post-install: .if !defined(NOPORTDOCS) ${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 Property changes on: head/security/ruby-openssl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/ruby-openssl/distinfo =================================================================== --- head/security/ruby-openssl/distinfo (revision 49460) +++ head/security/ruby-openssl/distinfo (revision 49461) @@ -1 +1 @@ -MD5 (ruby/ossl-0.0.5.tgz) = 112961a06033edea4c5461e51de24bd1 +MD5 (ruby/ossl-0.0.6.tgz) = 90a7efc1a37c8d42cefe678325e73076 Property changes on: head/security/ruby-openssl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/ruby-openssl/pkg-plist =================================================================== --- head/security/ruby-openssl/pkg-plist (revision 49460) +++ head/security/ruby-openssl/pkg-plist (revision 49461) @@ -1,26 +1,28 @@ %%RUBY_SITEARCHLIBDIR%%/OpenSSL.so %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01cert.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01crl.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01key.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01pub.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/01req.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/02cert.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/02key.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/02req.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cacert.pem %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/config.cnf %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/key_hash.rb %%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 %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_x509req.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/ossl_x509store.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/c/hash.c %%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 Property changes on: head/security/ruby-openssl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property