diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-11-04 20:24:50 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-11-04 20:24:50 +0000 |
commit | 2e62d1eb1f1d504de8fae3b930e4cd60478fee58 (patch) | |
tree | 56e60ec8c356d07893b19d81fe20afc0bece2e3c /devel | |
parent | 954ee7d85796b9f6588f489e8a668336dc7fb52d (diff) | |
download | pkgsrc-2e62d1eb1f1d504de8fae3b930e4cd60478fee58.tar.gz |
Update to version 1.0.2. This version uses the mutexes from either
pthread or pth according to what pthread.buildlink3.mk and the
autotools identify. If neither pthread nor pth is found no thread
locking is performed.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librfuncs/Makefile | 4 | ||||
-rw-r--r-- | devel/librfuncs/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/librfuncs/Makefile b/devel/librfuncs/Makefile index 7176d8bf452..ef835bcf6c8 100644 --- a/devel/librfuncs/Makefile +++ b/devel/librfuncs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/10/24 23:41:35 shannonjr Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/04 20:24:50 shannonjr Exp $ # -DISTNAME= librfuncs-1.0.1 +DISTNAME= librfuncs-1.0.2 CATEGORIES= devel MASTER_SITES= http://www.johnrshannon.com/NetBSD/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/librfuncs/distinfo b/devel/librfuncs/distinfo index aaf16f2938f..ba00c0e867f 100644 --- a/devel/librfuncs/distinfo +++ b/devel/librfuncs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/10/24 23:41:35 shannonjr Exp $ +$NetBSD: distinfo,v 1.3 2004/11/04 20:24:50 shannonjr Exp $ -SHA1 (librfuncs-1.0.1.tar.bz2) = 83284e0a33ba8b3a64a6a69c03b5a35cd136731f -Size (librfuncs-1.0.1.tar.bz2) = 472286 bytes +SHA1 (librfuncs-1.0.2.tar.bz2) = a2134d0131e8f786e034a1b192cb144e11cbaa9a +Size (librfuncs-1.0.2.tar.bz2) = 449852 bytes |