diff options
author | knu <knu@FreeBSD.org> | 2003-01-02 00:29:19 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-02 00:29:19 +0800 |
commit | f1b8c6df1fb30ef82c5f597bf4b6ffdb9f508bd6 (patch) | |
tree | 1506415d3fec6e5a65c0b65a1aa2ce87abee8f28 /security | |
parent | 47674ca6c232615bad2b423eda28e4b03beb0977 (diff) | |
download | freebsd-ports-gnome-f1b8c6df1fb30ef82c5f597bf4b6ffdb9f508bd6.tar.gz freebsd-ports-gnome-f1b8c6df1fb30ef82c5f597bf4b6ffdb9f508bd6.tar.zst freebsd-ports-gnome-f1b8c6df1fb30ef82c5f597bf4b6ffdb9f508bd6.zip |
Update to 0.1.3.
Diffstat (limited to 'security')
-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 |