diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:29:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-01-01 16:29:19 +0000 |
commit | 65c02b7332dae1c28c0615c1ecbabd927d0ecff1 (patch) | |
tree | 48909eda7138051c5f6a17428de1a7403d9461c2 /security/ruby-openssl | |
parent | a35c97db7b7063367339ee170e5f6f33d1736035 (diff) |
Notes
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r-- | security/ruby-openssl/Makefile | 3 | ||||
-rw-r--r-- | security/ruby-openssl/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile index a270859a5008..a356de12fb20 100644 --- a/security/ruby-openssl/Makefile +++ b/security/ruby-openssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssl -PORTVERSION= 0.1.2a +PORTVERSION= 0.1.3 CATEGORIES= security ruby MASTER_SITES= http://savannah.nongnu.org/download/rubypki/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ USE_OPENSSL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes +WRKSRC= ${WRKDIR}/ossl CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ --with-openssl-lib="${OPENSSLBASE}/lib" INSTALL_TARGET= site-install diff --git a/security/ruby-openssl/distinfo b/security/ruby-openssl/distinfo index 2902a2ff66ef..4e7b44a84c3a 100644 --- a/security/ruby-openssl/distinfo +++ b/security/ruby-openssl/distinfo @@ -1 +1 @@ -MD5 (ruby/ossl-0.1.2a.tar.gz) = 6d494574733f290fd567d55f8153c5aa +MD5 (ruby/ossl-0.1.3.tar.gz) = 0466db55da7d043db980d4db523857d2 |