diff options
author | rh <rh> | 1999-09-03 11:14:51 +0000 |
---|---|---|
committer | rh <rh> | 1999-09-03 11:14:51 +0000 |
commit | 4d5efbcf84528a34831529ce4efcc24ffd7ad638 (patch) | |
tree | 6af23ba1e0ebc2a4557e3a624eb8548263db4a42 /devel/pth | |
parent | 3ea309fdeaeb7760634f333d6ee3362e8f284cdd (diff) | |
download | pkgsrc-4d5efbcf84528a34831529ce4efcc24ffd7ad638.tar.gz |
Update pth to 1.1.5. This version fixes a nasty priority queue related
bug and provides a few cleanups and minor enhancements.
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 4 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/pkg/PLIST | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index e0e2876b604..a71e0fdee03 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 1999/08/31 07:25:49 rh Exp $ +# $NetBSD: Makefile,v 1.13 1999/09/03 11:14:51 rh Exp $ # -DISTNAME= pth-1.1.4 +DISTNAME= pth-1.1.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index 3af599cd802..1077b1bfae9 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.11 1999/08/31 07:25:50 rh Exp $ +$NetBSD: md5,v 1.12 1999/09/03 11:14:52 rh Exp $ -MD5 (pth-1.1.4.tar.gz) = caf23af57d0e5739548feeb3058b9677 +MD5 (pth-1.1.5.tar.gz) = c5ce051a0978030cb2fe602d5f0590ca diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST index 52239bcca6f..3ea59fb2da4 100644 --- a/devel/pth/pkg/PLIST +++ b/devel/pth/pkg/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.7 1999/08/31 07:25:50 rh Exp $ +@comment $NetBSD: PLIST,v 1.8 1999/09/03 11:14:52 rh Exp $ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a -lib/libpth.so.11.4 +lib/libpth.so.11.5 lib/libpthread.a -lib/libpthread.so.11.4 +lib/libpthread.so.11.5 man/man1/pth-config.1 man/man1/pthread-config.1 man/man3/pth.3 |