diff options
author | rse <rse@FreeBSD.org> | 1999-10-31 15:27:29 +0000 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 1999-10-31 15:27:29 +0000 |
commit | c71b0a3f49ece2089b42af48f7c251f23b8f07b8 (patch) | |
tree | eefce6722d3890ddb021e867e61479e5298c8973 /devel/pth | |
parent | eb8137540504ff951ca2598834c8249676e0de49 (diff) | |
download | FreeBSD-ports-c71b0a3f49ece2089b42af48f7c251f23b8f07b8.zip FreeBSD-ports-c71b0a3f49ece2089b42af48f7c251f23b8f07b8.tar.gz |
Upgrade GNU Portable Threads (Pth) from 1.1.6 to 1.2.0
and this way move this port to the new stable 1.2 series.
(The pth-devel port will later switch to Pth 1.3b1 if available...)
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-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 3ebce8b..df7e043 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: pth -# Version required: 1.1.6 +# Version required: 1.2.0 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # # $FreeBSD$ # -DISTNAME= pth-1.1.6 +DISTNAME= pth-1.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.engelschall.com/sw/pth/ diff --git a/devel/pth/distinfo b/devel/pth/distinfo index af5f972..29b787c 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (pth-1.1.6.tar.gz) = 757afb0642a7c1eda59634a9687acb62 +MD5 (pth-1.2.0.tar.gz) = f580f854c6deed5e4956bf48afb26e7c diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index 3355fe7..39f7ea9 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -5,10 +5,10 @@ include/pthread.h lib/libpth.a lib/libpth.la lib/libpth.so -lib/libpth.so.11 +lib/libpth.so.12 lib/libpthread.a lib/libpthread.la lib/libpthread.so -lib/libpthread.so.11 +lib/libpthread.so.12 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |