diff options
author | is <is> | 2005-03-02 13:47:45 +0000 |
---|---|---|
committer | is <is> | 2005-03-02 13:47:45 +0000 |
commit | e77a9e0c105042f9fa6a5c952c128c307957c83b (patch) | |
tree | f989e86599c73430e29a4e6f31d2df28dd6d4699 /lang/sr | |
parent | c135d826e0c9fa1b134776d3df296194a855d60f (diff) | |
download | pkgsrc-e77a9e0c105042f9fa6a5c952c128c307957c83b.tar.gz |
Be more careful when abusing libpthread internals. Should help SR on
RISC machines. Version bump to 2.3.3nb1.
Diffstat (limited to 'lang/sr')
-rw-r--r-- | lang/sr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 7bfff9fd8d9..eecccdd8c2d 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/02/26 22:28:38 is Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/02 13:47:45 is Exp $ # DISTNAME= sr233 PKGNAME= sr-2.3.3 +PKGREVISION= 1 CATEGORIES= lang parallel MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/ EXTRACT_SUFX= .tar.Z |