Index: head/devel/tclthread/files/patch-aclocal.m4 =================================================================== --- head/devel/tclthread/files/patch-aclocal.m4 (revision 419212) +++ head/devel/tclthread/files/patch-aclocal.m4 (nonexistent) @@ -1,11 +0,0 @@ ---- aclocal.m4.orig 2016-04-08 09:07:17 UTC -+++ aclocal.m4 -@@ -22,7 +22,7 @@ AC_DEFUN(TCLTHREAD_WITH_GDBM, [ - [ --with-gdbm link with optional GDBM support],\ - with_gdbm=${withval}) - -- if test x"${with_gdbm}" != x; then -+ if test x"${with_gdbm}" != "x" -a "${with_gdbm}" != "no"; then - - AC_MSG_CHECKING([for GNU gdbm library]) - Property changes on: head/devel/tclthread/files/patch-aclocal.m4 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/tclthread/Makefile =================================================================== --- head/devel/tclthread/Makefile (revision 419212) +++ head/devel/tclthread/Makefile (revision 419213) @@ -1,48 +1,49 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= thread -PORTVERSION= 2.7.3 +PORTVERSION= 2.8.0 CATEGORIES= devel -MASTER_SITES= SF/tcl/Thread%20Extension/${PORTVERSION} +MASTER_SITES= SF/tcl/Tcl/8.6.6/ PKGNAMEPREFIX= tcl DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Scripting level thread extension for Tcl LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.terms USES= autoreconf tcl:tea DOCSDIR= ${PREFIX}/share/doc/${TCL_PKG} USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG} PLIST_SUB+= VERSION="${PORTVERSION}" -INSTALL_TARGET= install-binaries install-libraries install-doc +INSTALL_TARGET= install-binaries install-doc TEST_TARGET= test -OPTIONS_DEFINE= GDBM DOCS +OPTIONS_DEFINE= DOCS GDBM LMDB OPTIONS_DEFAULT=GDBM GDBM_DESC= Persistent shared variables using GDBM +LMDB_DESC= Persistent shared variables using LMDB GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb +LMDB_CONFIGURE_WITH= lmdb PORTDOCS= * post-patch: @${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \ ${WRKSRC}/tclconfig/tcl.m4 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for FILE in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor -.for FILE in thread.html tpool.html tsv.html ttrace.html - ${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${STAGEDIR}${DOCSDIR}/html -.endfor + cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html .include Index: head/devel/tclthread/distinfo =================================================================== --- head/devel/tclthread/distinfo (revision 419212) +++ head/devel/tclthread/distinfo (revision 419213) @@ -1,2 +1,3 @@ -SHA256 (thread2.7.3.tar.gz) = 7511c736e4738fc50af91a9aefd46ae588d3596de8565a1d5e26aeee0d17ff9e -SIZE (thread2.7.3.tar.gz) = 291332 +TIMESTAMP = 1469705140 +SHA256 (thread2.8.0.tar.gz) = 39cd19f799dec4735d0c55876da9a079bd8482fc0cea47a0473fa5e1c6a18a35 +SIZE (thread2.8.0.tar.gz) = 334475 Index: head/devel/tclthread/pkg-plist =================================================================== --- head/devel/tclthread/pkg-plist (revision 419212) +++ head/devel/tclthread/pkg-plist (revision 419213) @@ -1,8 +1,7 @@ lib/%%TCL_PKG%%/lib%%TCL_PKG%%.so lib/%%TCL_PKG%%/ttrace.tcl lib/%%TCL_PKG%%/pkgIndex.tcl man/mann/thread.n.gz man/mann/tpool.n.gz man/mann/tsv.n.gz man/mann/ttrace.n.gz -include/tclThread.h