diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-10-31 15:27:29 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 1999-10-31 15:27:29 +0000 |
commit | 4a7d1f00e0fe567cecadd659bf83e4dcf4ff2f0c (patch) | |
tree | fe2303f9adca3b7600434e11eecdfa9040dfd484 /devel | |
parent | 0d726bfbcc5d3b8be66bf3a14955a07e289b092c (diff) | |
download | ports-4a7d1f00e0fe567cecadd659bf83e4dcf4ff2f0c.tar.gz ports-4a7d1f00e0fe567cecadd659bf83e4dcf4ff2f0c.zip |
Notes
Diffstat (limited to 'devel')
-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 3ebce8b6bc2a..df7e0435216f 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 af5f972d3d32..29b787c39ce1 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 3355fe72710d..39f7ea93f0a5 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 |