Date: Sat, 21 Jan 2017 14:49:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432043 - head/math/amath Message-ID: <201701211449.v0LEn5QX075922@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Jan 21 14:49:05 2017 New Revision: 432043 URL: https://svnweb.freebsd.org/changeset/ports/432043 Log: Update to 1.6.1. - Clang support. - New website. PR: 216344 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Modified: head/math/amath/Makefile head/math/amath/distinfo head/math/amath/pkg-descr Modified: head/math/amath/Makefile ============================================================================== --- head/math/amath/Makefile Sat Jan 21 14:41:09 2017 (r432042) +++ head/math/amath/Makefile Sat Jan 21 14:49:05 2017 (r432043) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= amath -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= math MASTER_SITES= http://suyai.innolan.net/ @@ -13,9 +12,9 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE HAS_CONFIGURE= yes -MAKE_ARGS= CC=${CC} +CONFIGURE_ARGS= -Wno-inline-new-delete +MAKE_ARGS= CC=${CC} CXX=${CXX} PLIST_FILES= bin/${PORTNAME} -USE_GCC= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/math/amath/distinfo ============================================================================== --- head/math/amath/distinfo Sat Jan 21 14:41:09 2017 (r432042) +++ head/math/amath/distinfo Sat Jan 21 14:49:05 2017 (r432043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468439952 -SHA256 (amath-1.6.0.tar.gz) = 82caf96dd59a72bf165892c9b8ec429c8f1bf6cecbaa4e9bbfc33b31537f3dbb -SIZE (amath-1.6.0.tar.gz) = 1073583 +TIMESTAMP = 1485005070 +SHA256 (amath-1.6.1.tar.gz) = 579099de531e490a66ab32e44f5221a1e9c890ab589b0c116531b61f74b2d67d +SIZE (amath-1.6.1.tar.gz) = 751769 Modified: head/math/amath/pkg-descr ============================================================================== --- head/math/amath/pkg-descr Sat Jan 21 14:41:09 2017 (r432042) +++ head/math/amath/pkg-descr Sat Jan 21 14:49:05 2017 (r432043) @@ -4,4 +4,4 @@ complex numbers, variables and user defi and exponential functions, trigonometric and hyperbolic function and selected mathematical constants and rounding functions. -WWW: https://gitlab.com/rnger/amath/ +WWW: http://amath.innolan.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211449.v0LEn5QX075922>