diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-28 07:46:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-28 07:46:11 +0000 |
commit | a0e8a62c886f214061dbfb6fbd2a68e994f6f94b (patch) | |
tree | adc9021e72764a598f4902e26bfb5001b3b76406 /devel/ruby-pcsc-lite | |
parent | A new port garlic, free molecular viewer and editor, free molecular (diff) |
- Fix breakage on sparc64
- Update to 0.7
PR: 54965
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'devel/ruby-pcsc-lite')
-rw-r--r-- | devel/ruby-pcsc-lite/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/pkg-plist | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile index 6b39068976ee..c5cdee13fd42 100644 --- a/devel/ruby-pcsc-lite/Makefile +++ b/devel/ruby-pcsc-lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcsc-lite -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= devel ruby MASTER_SITES= http://soth.at/PCSC-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -19,6 +19,9 @@ COMMENT= Ruby extension for the UNIX PC/SC Lite API (MUSCLE) LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite USE_RUBY= yes +RUBY_VER= 1.8 +RUBY_WITH_PTHREAD= yes +CONFIGURE_ARGS+= --with-pcsclite-dir="${PREFIX}" USE_RUBY_EXTCONF= yes RUBY_SETUP= install.rb diff --git a/devel/ruby-pcsc-lite/distinfo b/devel/ruby-pcsc-lite/distinfo index 5d5c7e5c55f2..c19761cc93f9 100644 --- a/devel/ruby-pcsc-lite/distinfo +++ b/devel/ruby-pcsc-lite/distinfo @@ -1 +1 @@ -MD5 (ruby/PCSC-ruby-0.6.tar.gz) = 0dd35db7c40114518633d3e1b50ce4d4 +MD5 (ruby/PCSC-ruby-0.7.tar.gz) = e66a188990b5125569542da8ce2a2d1a diff --git a/devel/ruby-pcsc-lite/pkg-plist b/devel/ruby-pcsc-lite/pkg-plist index 0093c4ba1bd0..82fff44f1170 100644 --- a/devel/ruby-pcsc-lite/pkg-plist +++ b/devel/ruby-pcsc-lite/pkg-plist @@ -1,4 +1,4 @@ -%%RUBY_ARCHLIBDIR%%/PCSC.so +%%RUBY_SITEARCHLIBDIR%%/PCSC.so %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.txt %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pcsclient.rb |