Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 14:08:32 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366328 - head/devel/tclthread
Message-ID:  <201408271408.s7RE8WhJ089618@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Aug 27 14:08:31 2014
New Revision: 366328
URL: http://svnweb.freebsd.org/changeset/ports/366328
QAT: https://qat.redports.org/buildarchive/r366328/

Log:
  - Update to 2.7.1

Modified:
  head/devel/tclthread/Makefile
  head/devel/tclthread/distinfo
  head/devel/tclthread/pkg-plist

Modified: head/devel/tclthread/Makefile
==============================================================================
--- head/devel/tclthread/Makefile	Wed Aug 27 14:05:21 2014	(r366327)
+++ head/devel/tclthread/Makefile	Wed Aug 27 14:08:31 2014	(r366328)
@@ -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

Modified: head/devel/tclthread/distinfo
==============================================================================
--- head/devel/tclthread/distinfo	Wed Aug 27 14:05:21 2014	(r366327)
+++ head/devel/tclthread/distinfo	Wed Aug 27 14:08:31 2014	(r366328)
@@ -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

Modified: head/devel/tclthread/pkg-plist
==============================================================================
--- head/devel/tclthread/pkg-plist	Wed Aug 27 14:05:21 2014	(r366327)
+++ head/devel/tclthread/pkg-plist	Wed Aug 27 14:08:31 2014	(r366328)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271408.s7RE8WhJ089618>