diff options
author | taca <taca> | 2001-07-19 12:44:18 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-19 12:44:18 +0000 |
commit | 5a97fe11db37fd0d747410b3d71ed958dccb96be (patch) | |
tree | 2886f61c31b0971979fb7748c7872c4b424df4be /security/ruby-ssl | |
parent | 223620890e58f597d8d8a4601d787be9e308aacd (diff) | |
download | pkgsrc-5a97fe11db37fd0d747410b3d71ed958dccb96be.tar.gz |
Update ruby-ssl to 0.3.1b and utilize USE_OPENSSL_096 for work well
in NetBSD 1.5.1.
Diffstat (limited to 'security/ruby-ssl')
-rw-r--r-- | security/ruby-ssl/Makefile | 24 | ||||
-rw-r--r-- | security/ruby-ssl/distinfo | 6 | ||||
-rw-r--r-- | security/ruby-ssl/pkg/PLIST | 5 |
3 files changed, 23 insertions, 12 deletions
diff --git a/security/ruby-ssl/Makefile b/security/ruby-ssl/Makefile index 348b8af26e9..f06a59396ea 100644 --- a/security/ruby-ssl/Makefile +++ b/security/ruby-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/07/16 14:40:37 taca Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/19 12:44:18 taca Exp $ # FreeBSD: ports/security/ruby-ssl/Makefile,v 1.2 2001/01/11 20:39:53 knu Exp -DISTNAME= ssl-0.3.1 +DISTNAME= ssl-0.3.1b PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} CATEGORIES= security MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/ @@ -10,18 +10,26 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= # not available COMMENT= SSL socket module for Ruby -DIST_SUBDIR= ruby -USE_SSL= yes -USE_RUBY_EXTCONF= yes -RUBY_REQD= 1.6.4 # need forwardable module +DIST_SUBDIR= ruby +USE_SSL= yes +USE_RUBY_EXTCONF= yes +RUBY_REQD= 1.6.4 # need forwardable module +USE_BUILDLINK_ONLY= # defined +USE_OPENSSL_096= # defined -CONFIGURE_ARGS= --with-ssl-include="${SSLBASE}/include/openssl" \ - --with-ssl-lib="${SSLBASE}/lib" +CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_DIR}/include" \ + --with-ssl-lib="${BUILDLINK_DIR}/lib" INSTALL_TARGET= site-install +DOCS= ChangeLog README post-install: + ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/ssl +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/$f ${RUBY_DOCDIR}/ssl +.endfor ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/ssl ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/ssl .include "../../lang/ruby-base/Makefile.common" +.include "../../security/openssl/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-ssl/distinfo b/security/ruby-ssl/distinfo index 33711ffd9f9..c0cc0dca865 100644 --- a/security/ruby-ssl/distinfo +++ b/security/ruby-ssl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/07/16 14:40:37 taca Exp $ +$NetBSD: distinfo,v 1.3 2001/07/19 12:44:18 taca Exp $ -SHA1 (ruby/ssl-0.3.1.tar.gz) = 420acdcb9f70c55a32f155f9f98622bad14b09e9 -Size (ruby/ssl-0.3.1.tar.gz) = 15018 bytes +SHA1 (ruby/ssl-0.3.1b.tar.gz) = 7cf7edb23dac67a040e05ba33dce69f6f38874b9 +Size (ruby/ssl-0.3.1b.tar.gz) = 15434 bytes diff --git a/security/ruby-ssl/pkg/PLIST b/security/ruby-ssl/pkg/PLIST index 5fa386c295c..64296eb6829 100644 --- a/security/ruby-ssl/pkg/PLIST +++ b/security/ruby-ssl/pkg/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.2 2001/07/16 14:40:39 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/07/19 12:44:18 taca Exp $ ${RUBY_SITEARCHLIBDIR}/ssl.so ${RUBY_SITELIBDIR}/buffering.rb ${RUBY_SITELIBDIR}/net/https.rb ${RUBY_SITELIBDIR}/net/protocols.rb ${RUBY_SITELIBDIR}/net/telnets.rb ${RUBY_SITELIBDIR}/ssl.rb +${RUBY_DOCDIR}/ssl/ChangeLog +${RUBY_DOCDIR}/ssl/README ${RUBY_EXAMPLESDIR}/ssl/cli.rb ${RUBY_EXAMPLESDIR}/ssl/login.rb ${RUBY_EXAMPLESDIR}/ssl/sample.crt @@ -14,5 +16,6 @@ ${RUBY_EXAMPLESDIR}/ssl/verify_cb.rb ${RUBY_EXAMPLESDIR}/ssl/wget.rb ${RUBY_EXAMPLESDIR}/ssl/wget2.rb ${RUBY_EXAMPLESDIR}/ssl/x509.rb +@dirrm ${RUBY_DOCDIR}/ssl @dirrm ${RUBY_SITELIBDIR}/net @dirrm ${RUBY_EXAMPLESDIR}/ssl |