diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-21 07:43:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-03-21 07:43:49 +0000 |
commit | c80c46277abd8ae12c610acdd5377ee89cf96fb9 (patch) | |
tree | fba441199b147ca854db2928b9990880708352cd /devel | |
parent | 5cf6c7f4541d243a88bd3341b0563ba7dfac447e (diff) | |
download | ports-c80c46277abd8ae12c610acdd5377ee89cf96fb9.tar.gz ports-c80c46277abd8ae12c610acdd5377ee89cf96fb9.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-fastthread/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-fastthread/distinfo | 6 | ||||
-rw-r--r-- | devel/rubygem-fastthread/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/rubygem-fastthread/Makefile b/devel/rubygem-fastthread/Makefile index 21a7d04835bb..f4291979e40e 100644 --- a/devel/rubygem-fastthread/Makefile +++ b/devel/rubygem-fastthread/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= fastthread -PORTVERSION= 0.6.4.1 +PORTVERSION= 1.0 CATEGORIES= devel rubygems MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= mongrel diff --git a/devel/rubygem-fastthread/distinfo b/devel/rubygem-fastthread/distinfo index 5422ccfc3812..e11070bdd4bc 100644 --- a/devel/rubygem-fastthread/distinfo +++ b/devel/rubygem-fastthread/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/fastthread-0.6.4.1.gem) = 948c94b7792b0c3512bbbe41d4593106 -SHA256 (rubygem/fastthread-0.6.4.1.gem) = 18017a257fba29d1dc346e4a44bab5dbee8ab491036e26724d2e81c7e0776265 -SIZE (rubygem/fastthread-0.6.4.1.gem) = 19968 +MD5 (rubygem/fastthread-1.0.gem) = ced512fe09be9cc9184976d50882efb1 +SHA256 (rubygem/fastthread-1.0.gem) = 1bdc2b86cd2fd5020290d7c389aa38fd34bdaf5bc7f73ec6a2aa271fd9c9dae4 +SIZE (rubygem/fastthread-1.0.gem) = 20992 diff --git a/devel/rubygem-fastthread/pkg-plist b/devel/rubygem-fastthread/pkg-plist index e0ffff6febf6..84abc7af05c1 100644 --- a/devel/rubygem-fastthread/pkg-plist +++ b/devel/rubygem-fastthread/pkg-plist @@ -2,9 +2,9 @@ %%GEM_SPEC%% %%GEM_LIB_DIR%%/Rakefile %%GEM_LIB_DIR%%/setup.rb +%%GEM_LIB_DIR%%/test/test_all.rb %%GEM_LIB_DIR%%/test/test_condvar.rb %%GEM_LIB_DIR%%/test/test_mutex.rb -%%GEM_LIB_DIR%%/test/test_all.rb %%GEM_LIB_DIR%%/test/test_queue.rb %%GEM_LIB_DIR%%/ext/fastthread/fastthread.c %%GEM_LIB_DIR%%/ext/fastthread/extconf.rb |