View | Details | Raw Unified | Return to bug 216344
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	amath
3
PORTNAME=	amath
4
PORTVERSION=	1.6.0
4
PORTVERSION=	1.6.1
5
PORTREVISION=	1
6
CATEGORIES=	math
5
CATEGORIES=	math
7
MASTER_SITES=	http://suyai.innolan.net/
6
MASTER_SITES=	http://suyai.innolan.net/
8
7
Lines 13-21 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
HAS_CONFIGURE=	yes
14
HAS_CONFIGURE=	yes
16
MAKE_ARGS=	CC=${CC}
15
CONFIGURE_ARGS=	-Wno-inline-new-delete
16
MAKE_ARGS=	CC=${CC} CXX=${CXX}
17
PLIST_FILES=	bin/${PORTNAME}
17
PLIST_FILES=	bin/${PORTNAME}
18
USE_GCC=	yes
19
18
20
do-install:
19
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
20
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1468439952
1
TIMESTAMP = 1485005070
2
SHA256 (amath-1.6.0.tar.gz) = 82caf96dd59a72bf165892c9b8ec429c8f1bf6cecbaa4e9bbfc33b31537f3dbb
2
SHA256 (amath-1.6.1.tar.gz) = 579099de531e490a66ab32e44f5221a1e9c890ab589b0c116531b61f74b2d67d
3
SIZE (amath-1.6.0.tar.gz) = 1073583
3
SIZE (amath-1.6.1.tar.gz) = 751769
(-)pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
and exponential functions, trigonometric and hyperbolic function
4
and exponential functions, trigonometric and hyperbolic function
5
and selected mathematical constants and rounding functions.
5
and selected mathematical constants and rounding functions.
6
6
7
WWW: https://gitlab.com/rnger/amath/
7
WWW: http://amath.innolan.net

Return to bug 216344