diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 06:38:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 06:38:30 +0000 |
commit | c52224af1507ede2a3174a81613831ec7c9d3667 (patch) | |
tree | 41ed430d43cac4b0b5e33dfb545baf080469d01d /math/maxima | |
parent | 2069375506bd523b5d927581f6cce71a54625075 (diff) | |
download | pkgsrc-c52224af1507ede2a3174a81613831ec7c9d3667.tar.gz |
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 4c15d8ee8e7..c2cc6f75370 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.46 2016/04/10 14:34:13 wen Exp $ +# $NetBSD: Makefile,v 1.47 2016/07/09 06:38:33 wiz Exp $ DISTNAME= maxima-5.38.0 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} |