mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 2.7.1
This commit is contained in:
parent
d37d8f9d63
commit
d8cd31e35c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366328
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thread
|
||||
PORTVERSION= 2.7.0
|
||||
PORTVERSION= 2.7.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/tcl/Tcl/8.6.0
|
||||
MASTER_SITES= SF/tcl/Tcl/8.6.2
|
||||
PKGNAMEPREFIX= tcl
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
@ -42,6 +42,9 @@ CONFIGURE_ARGS+=--with-gdbm
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^INSTALL_PROGRAM/s|$$| -s|; /^INSTALL_LIBRARY/s|$$| -s|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (thread2.7.0.tar.gz) = c10ac6873fdf1e62f55fccb633f4a595fc9924f7a5390a507605943ad7093870
|
||||
SIZE (thread2.7.0.tar.gz) = 293785
|
||||
SHA256 (thread2.7.1.tar.gz) = 0982027928adcca8a0ea7b47ea41b7d2529b10bb59ccb2d6b9181af7de98bab0
|
||||
SIZE (thread2.7.1.tar.gz) = 295134
|
||||
|
@ -1,4 +1,4 @@
|
||||
lib/thread%%VERSION%%/libthread.so.1
|
||||
lib/thread%%VERSION%%/libthread2.7.1.so
|
||||
lib/thread%%VERSION%%/ttrace.tcl
|
||||
lib/thread%%VERSION%%/pkgIndex.tcl
|
||||
man/mann/thread.n.gz
|
||||
|
Loading…
Reference in New Issue
Block a user