diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-03-11 10:09:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-03-11 10:09:19 +0800 |
commit | dcc87f1c04d48fef82943432b35f348105cfee6d (patch) | |
tree | 3ab575197e560f950169dba5d2c894b8c9917ed4 /math | |
parent | e1abff5f2bddce44fc035534975f8e1feee6ca0f (diff) | |
download | freebsd-ports-gnome-dcc87f1c04d48fef82943432b35f348105cfee6d.tar.gz freebsd-ports-gnome-dcc87f1c04d48fef82943432b35f348105cfee6d.tar.zst freebsd-ports-gnome-dcc87f1c04d48fef82943432b35f348105cfee6d.zip |
Update to 15.8.1
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 18 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 4 |
2 files changed, 4 insertions, 18 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b09944506f10..fbf3a5bbbe6e 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mathomatic -PORTVERSION= 15.8.0 +PORTVERSION= 15.8.1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ CRITICAL @@ -28,23 +28,9 @@ MAN1= mathomatic.1 MAKE_ARGS= READLINE=1 -OPTIONS= PDF "Install PDF manual (requires htmldoc)" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PDF) -BUILD_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc -.endif - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.if defined(WITH_PDF) -post-build: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} pdf -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 @@ -64,4 +50,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 0198c846176a..a859849b2782 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,2 +1,2 @@ -SHA256 (mathomatic-15.8.0.tar.bz2) = 378ca5ce9d60b49cafc5dc950963970a052a7ff0d7eec7cac92ba527fb1b6e32 -SIZE (mathomatic-15.8.0.tar.bz2) = 257128 +SHA256 (mathomatic-15.8.1.tar.bz2) = 86f33c9892a683ab3653e08682f3b81a6ab3bfa1efee2dc1ac0b83149ab64cf9 +SIZE (mathomatic-15.8.1.tar.bz2) = 259076 |