diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-23 21:15:37 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-07-23 21:15:37 +0000 |
commit | 9323fe2e00ebbe780f8f0c200fe7c7885810d4b1 (patch) | |
tree | 5c80fe47fef6740921f04bbd9b4a7ee356e75c1f /devel/ruby-pcsc-lite | |
parent | cb9e9fcb7aadf59a00d6f334bd593568c10e29bf (diff) | |
download | ports-9323fe2e00ebbe780f8f0c200fe7c7885810d4b1.tar.gz ports-9323fe2e00ebbe780f8f0c200fe7c7885810d4b1.zip |
Notes
Diffstat (limited to 'devel/ruby-pcsc-lite')
-rw-r--r-- | devel/ruby-pcsc-lite/Makefile | 8 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/pkg-descr | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile index 7e17f32220d3..8af649dfebbf 100644 --- a/devel/ruby-pcsc-lite/Makefile +++ b/devel/ruby-pcsc-lite/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: PCSC-ruby # Date created: 27 Dec 2001 -# Whom: Toni Andjelkovic <toni@ants.at> +# Whom: Toni Andjelkovic <toni@soth.at> # # $FreeBSD$ # PORTNAME= pcsc-lite -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel ruby -MASTER_SITES= http://www.ants.at/ruby/PCSC-ruby/dist/ +MASTER_SITES= http://soth.at/PCSC-ruby/dist/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= PCSC-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= toni@ants.at +MAINTAINER= toni@soth.at LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite diff --git a/devel/ruby-pcsc-lite/distinfo b/devel/ruby-pcsc-lite/distinfo index f03d58e94136..5d5c7e5c55f2 100644 --- a/devel/ruby-pcsc-lite/distinfo +++ b/devel/ruby-pcsc-lite/distinfo @@ -1 +1 @@ -MD5 (ruby/PCSC-ruby-0.5.tar.gz) = e0f3d37ac326f1daf8870b041048cdbf +MD5 (ruby/PCSC-ruby-0.6.tar.gz) = 0dd35db7c40114518633d3e1b50ce4d4 diff --git a/devel/ruby-pcsc-lite/pkg-descr b/devel/ruby-pcsc-lite/pkg-descr index bd935e3a8764..602c3d6c3838 100644 --- a/devel/ruby-pcsc-lite/pkg-descr +++ b/devel/ruby-pcsc-lite/pkg-descr @@ -1,4 +1,4 @@ Ruby extension for the UNIX PC/SC Lite API (MUSCLE). -Author: Toni Andjelkovic <toni@ants.at> -WWW: http://www.ants.at/ruby/PCSC-ruby/ +Author: Toni Andjelkovic <toni@soth.at> +WWW: http://soth.at/PCSC-ruby/ |