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/Makefile | |
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/Makefile')
-rw-r--r-- | devel/pth/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |