diff options
author | knu <knu@FreeBSD.org> | 2002-07-24 05:15:37 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-24 05:15:37 +0800 |
commit | 8eec304141c0a45985cb66c4e8fc68ff1254917b (patch) | |
tree | 8c4cd54aef2f7c1494ae4fb2763f8ebdeb6f2211 /devel | |
parent | 721d40b31d3ac35067081d34e9cd52aafacd69c0 (diff) | |
download | freebsd-ports-gnome-8eec304141c0a45985cb66c4e8fc68ff1254917b.tar.gz freebsd-ports-gnome-8eec304141c0a45985cb66c4e8fc68ff1254917b.tar.zst freebsd-ports-gnome-8eec304141c0a45985cb66c4e8fc68ff1254917b.zip |
Update to 0.6.
PR: ports/38898
Submitted by: Toni Andjelkovic <toni@soth.at> (MAINTAINER)
Diffstat (limited to 'devel')
-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/ |