diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-17 11:15:32 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-17 11:15:32 +0000 |
commit | a496bb3a685216ba0130ed88a55e76ddb4eca72b (patch) | |
tree | 788f2d307d1112858d85fbc580fb561a8cbb1ee3 /devel/pth | |
parent | db1157510b1f01752b231f3d7b8aef5d6ed18632 (diff) | |
download | ports-a496bb3a685216ba0130ed88a55e76ddb4eca72b.tar.gz ports-a496bb3a685216ba0130ed88a55e76ddb4eca72b.zip |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 4 | ||||
-rw-r--r-- | devel/pth/distinfo | 2 | ||||
-rw-r--r-- | devel/pth/pkg-descr | 2 | ||||
-rw-r--r-- | devel/pth/pkg-plist | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 731da7015a0f..a057165eb720 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -6,8 +6,8 @@ # PORTNAME= pth -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= pth diff --git a/devel/pth/distinfo b/devel/pth/distinfo index 704c882bacd4..e9d762499597 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (pth-1.4.1.tar.gz) = d17cb02b5580baeac50d1005ff46ddbc +MD5 (pth-2.0.0.tar.gz) = f84a87295fef3b41499f3b728b1f0050 diff --git a/devel/pth/pkg-descr b/devel/pth/pkg-descr index 167626f66f21..14f612a8ac68 100644 --- a/devel/pth/pkg-descr +++ b/devel/pth/pkg-descr @@ -1,5 +1,5 @@ GNU Pth - GNU Portable Threads -Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com> +Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com> Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index f7444db4a4a7..8c324411ad3c 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -5,10 +5,10 @@ include/pth/pth.h include/pth/pthread.h lib/pth/libpth.a lib/pth/libpth.so -lib/pth/libpth.so.14 +lib/pth/libpth.so.20 lib/pth/libpthread.a lib/pth/libpthread.so -lib/pth/libpthread.so.14 +lib/pth/libpthread.so.20 share/aclocal/pth.m4 @dirrm include/pth @dirrm lib/pth |