Upgrade Pth scratch port from 1.2 beta to 1.3 alpha series.
This commit is contained in:
parent
ea9206f45b
commit
fa5f532a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22976
3 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: pth
|
||||
# Version required: 1.2b8
|
||||
# Version required: 1.3a1
|
||||
# Date Created: 17 Aug 1999
|
||||
# Whom: Ralf S. Engelschall
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= pth-1.2b8
|
||||
DISTNAME= pth-1.3a1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \
|
||||
ftp://ftp.engelschall.com/sw/pth/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pth-1.2b8.tar.gz) = 08711adcd598a464082ac522633213a3
|
||||
MD5 (pth-1.3a1.tar.gz) = b3c7948037e7d965d2ab1c97a89ba390
|
||||
|
|
|
@ -5,10 +5,10 @@ include/pthread.h
|
|||
lib/libpth.a
|
||||
lib/libpth.la
|
||||
lib/libpth.so
|
||||
lib/libpth.so.12
|
||||
lib/libpth.so.13
|
||||
lib/libpthread.a
|
||||
lib/libpthread.la
|
||||
lib/libpthread.so
|
||||
lib/libpthread.so.12
|
||||
lib/libpthread.so.13
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
|
|
Loading…
Reference in a new issue