diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-01-21 22:49:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-01-21 22:49:05 +0800 |
commit | 5b4f8cd9e26076766d81420193e1f41b21ee3f53 (patch) | |
tree | 8cd6284dacbcacdc2e8a8eb0332f818750f5fb51 /math | |
parent | 1b598eca49a7c25470a006e2acb96c99655f64d0 (diff) | |
download | freebsd-ports-gnome-5b4f8cd9e26076766d81420193e1f41b21ee3f53.tar.gz freebsd-ports-gnome-5b4f8cd9e26076766d81420193e1f41b21ee3f53.tar.zst freebsd-ports-gnome-5b4f8cd9e26076766d81420193e1f41b21ee3f53.zip |
Update to 1.6.1.
- Clang support.
- New website.
PR: 216344
Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/amath/Makefile | 7 | ||||
-rw-r--r-- | math/amath/distinfo | 6 | ||||
-rw-r--r-- | math/amath/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/amath/Makefile b/math/amath/Makefile index efc13e67f368..e9a979eb3240 100644 --- a/math/amath/Makefile +++ b/math/amath/Makefile @@ -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} diff --git a/math/amath/distinfo b/math/amath/distinfo index a0c98345a9cd..740b53933d68 100644 --- a/math/amath/distinfo +++ b/math/amath/distinfo @@ -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 diff --git a/math/amath/pkg-descr b/math/amath/pkg-descr index 85e4dcf91534..aaba19f04186 100644 --- a/math/amath/pkg-descr +++ b/math/amath/pkg-descr @@ -4,4 +4,4 @@ complex numbers, variables and user defined functions, logarithmic 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 |