aboutsummaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>2000-01-08 15:17:25 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>2000-01-08 15:17:25 +0000
commit59c6829f22ba3e9cfe13397c5f2b433b914ca477 (patch)
tree8efe504da46418c699fbf5c3859f6a652fa5e3a9 /devel/pth
parent5f93f9e3c2e449d56181251e007154a2744b3197 (diff)
downloadports-59c6829f22ba3e9cfe13397c5f2b433b914ca477.tar.gz
ports-59c6829f22ba3e9cfe13397c5f2b433b914ca477.zip
Upgrade to GNU Portable Threads (Pth), version 1.2.2
Notes
Notes: svn path=/head/; revision=24551
Diffstat (limited to 'devel/pth')
-rw-r--r--devel/pth/Makefile4
-rw-r--r--devel/pth/distinfo2
-rw-r--r--devel/pth/pkg-descr4
3 files changed, 4 insertions, 6 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 49ae87d09137..8c2ff5640e90 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: pth
-# Version required: 1.2.1
+# Version required: 1.2.2
# Date Created: 23 May 1999
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
-DISTNAME= pth-1.2.1
+DISTNAME= pth-1.2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.engelschall.com/sw/pth/
diff --git a/devel/pth/distinfo b/devel/pth/distinfo
index 8a727876b84e..3bd9dbd5d4b0 100644
--- a/devel/pth/distinfo
+++ b/devel/pth/distinfo
@@ -1 +1 @@
-MD5 (pth-1.2.1.tar.gz) = a7ed1f5b8968da63403c4d7ca0058252
+MD5 (pth-1.2.2.tar.gz) = 6bc9afbe27ddf90730926e4b280809a9
diff --git a/devel/pth/pkg-descr b/devel/pth/pkg-descr
index d56feb8e72e4..e4c278cb9296 100644
--- a/devel/pth/pkg-descr
+++ b/devel/pth/pkg-descr
@@ -17,6 +17,4 @@ occur, including pending I/O on filedescriptors, asynchronous signals,
elapsed timers, pending I/O on message ports, thread and process
termination, and even customized callback functions.
-The documentation and latest release can be found on
- o http://www.gnu.org/software/pth/
- o ftp://ftp.gnu.org/gnu/pth/
+WWW: http://www.gnu.org/software/pth/