diff options
author | ijliao <ijliao@FreeBSD.org> | 2005-05-18 18:42:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2005-05-18 18:42:04 +0800 |
commit | 37cb671fbef0a9e4c7da2f1b628ce12ed7b4d9ec (patch) | |
tree | 0484d2ed21bae7218f05e28796954ffa5635fb83 /math/mathomatic | |
parent | 08d1d853ff93133dbaf6cafe468337542ba814c4 (diff) | |
download | freebsd-ports-graphics-37cb671fbef0a9e4c7da2f1b628ce12ed7b4d9ec.tar.gz freebsd-ports-graphics-37cb671fbef0a9e4c7da2f1b628ce12ed7b4d9ec.tar.zst freebsd-ports-graphics-37cb671fbef0a9e4c7da2f1b628ce12ed7b4d9ec.zip |
upgrade to 12.3.2
PR: 81185
Submitted by: me
Approved by: maintainer
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 4 | ||||
-rw-r--r-- | math/mathomatic/files/patch-makefile | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index d5bb1bf4e26..46a6ac2cfcf 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mathomatic -PORTVERSION= 12.1.e +PORTVERSION= 12.3.2 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -22,7 +22,7 @@ MAKE_ARGS+= -DREADLINE prefix=${PREFIX} docdir='$$(prefix)/share/doc' USE_REINPLACE= yes PLIST_FILES= bin/mathomatic -PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm +PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm changes.txt MAN1= mathomatic.1 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index a62591fb737..8d9c6a3dfad 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,2 +1,2 @@ -MD5 (mathomatic-12.1e.tgz) = 8c891061a6b754a28e714c1ed30ebab8 -SIZE (mathomatic-12.1e.tgz) = 134782 +MD5 (mathomatic-12.3.2.tgz) = 10ddffc636a09d8e30bbce1c0f757457 +SIZE (mathomatic-12.3.2.tgz) = 124309 diff --git a/math/mathomatic/files/patch-makefile b/math/mathomatic/files/patch-makefile index 0a7e86d9499..7c6517fad35 100644 --- a/math/mathomatic/files/patch-makefile +++ b/math/mathomatic/files/patch-makefile @@ -1,11 +1,11 @@ ---- makefile.orig Mon Mar 7 03:40:08 2005 -+++ makefile Mon Apr 11 22:16:09 2005 +--- makefile.orig Wed May 18 15:06:46 2005 ++++ makefile Wed May 18 15:07:19 2005 @@ -42,7 +42,7 @@ install -d $(docdir)/mathomatic install -m 0755 $(AOUT) $(bindir) install -m 0644 doc/mathomatic.1 $(mandir)/man1 -- install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic -+#%%PORTDOCS%%install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic +- install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic ++#%%PORTDOCS%%install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic @echo Install completed. - clean: + uninstall: |