Index: head/math/adept/Makefile =================================================================== --- head/math/adept/Makefile (revision 458713) +++ head/math/adept/Makefile (revision 458714) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= adept -DISTVERSION= 2.0.3 -PORTREVISION= 1 +DISTVERSION= 2.0.4 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ MAINTAINER= yuri@FreeBSD.org COMMENT= Combined array and automatic differentiation library in C++ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake fortran blaslapack:openblas libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= PDFTEXDOCS PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources OPTIONS_SUB= yes PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build post-build-PDFTEXDOCS-on: @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} post-install-PDFTEXDOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/math/adept/distinfo =================================================================== --- head/math/adept/distinfo (revision 458713) +++ head/math/adept/distinfo (revision 458714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514262452 -SHA256 (adept-2.0.3.tar.gz) = c1b9c2907774ec39d9f336ae38b226893c7e86e64410c85ea965c855111381c6 -SIZE (adept-2.0.3.tar.gz) = 652609 +TIMESTAMP = 1515625544 +SHA256 (adept-2.0.4.tar.gz) = 5743b523c2cb7e9eaac602dc742c2d956ca437f9bb128bf574afffc2abf137fb +SIZE (adept-2.0.4.tar.gz) = 659085 Index: head/math/adept/pkg-plist =================================================================== --- head/math/adept/pkg-plist (revision 458713) +++ head/math/adept/pkg-plist (revision 458714) @@ -1,48 +1,49 @@ include/adept.h include/adept/Active.h include/adept/ActiveConstReference.h include/adept/ActiveReference.h include/adept/Allocator.h include/adept/Array.h include/adept/ArrayWrapper.h include/adept/BinaryOperation.h include/adept/Expression.h include/adept/ExpressionSize.h include/adept/FixedArray.h include/adept/IndexedArray.h include/adept/Packet.h include/adept/RangeIndex.h include/adept/ScratchVector.h include/adept/SpecialMatrix.h include/adept/Stack.h include/adept/StackStorage.h include/adept/StackStorageOrig.h include/adept/StackStorageOrigStl.h include/adept/Statement.h include/adept/Storage.h include/adept/UnaryOperation.h include/adept/array_shortcuts.h include/adept/base.h include/adept/contiguous_matrix.h include/adept/cppblas.h include/adept/eval.h include/adept/exception.h include/adept/interp.h include/adept/inv.h include/adept/matmul.h include/adept/noalias.h include/adept/outer_product.h include/adept/reduce.h include/adept/scalar_shortcuts.h include/adept/settings.h include/adept/solve.h include/adept/spread.h +include/adept/store_transpose.h include/adept/traits.h include/adept/vector_utilities.h include/adept/where.h include/adept_arrays.h lib/libadept.so lib/libadept.so.0 lib/libadept.so.0.0.0 %%PDFTEXDOCS%%%%DOCSDIR%%/adept_documentation.pdf %%PDFTEXDOCS%%%%DOCSDIR%%/adept_reference.pdf